We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a0d68 commit 707b88eCopy full SHA for 707b88e
Kconfig
@@ -117,10 +117,18 @@ config STP_FC0_RX
117
depends on STP
118
bool "Enable FC port 0 RX instance"
119
120
+config STP_FC0_XCVR_RX
121
+ depends on STP
122
+ bool "Enable FC port 0 transceiver RX instance"
123
+
124
config STP_FC1_TX
125
126
bool "Enable FC port 1 TX instance"
127
128
config STP_FC1_RX
129
130
bool "Enable FC port 1 RX instance"
131
132
+config STP_FC1_XCVR_RX
133
134
+ bool "Enable FC port 1 transceiver RX instance"
0 commit comments