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 f642681 commit a62ea8fCopy full SHA for a62ea8f
subsys/net/l2/openthread/Kconfig
@@ -155,7 +155,6 @@ endmenu # "Zephyr optimizations"
155
156
config OPENTHREAD_SHELL
157
bool "Enable OpenThread shell"
158
- depends on !OPENTHREAD_COPROCESSOR
159
depends on SHELL
160
default y
161
@@ -221,6 +220,8 @@ config OPENTHREAD_COPROCESSOR
221
220
help
222
Enable Co-Processor in OpenThread stack.
223
+if OPENTHREAD_COPROCESSOR
224
+
225
choice
226
prompt "OpenThread Co-Processor type"
227
@@ -232,8 +233,6 @@ config OPENTHREAD_COPROCESSOR_RCP
232
233
bool "RCP - Radio Co-Processor"
234
endchoice
235
-if OPENTHREAD_COPROCESSOR
236
-
237
config OPENTHREAD_COPROCESSOR_SPINEL_ON_UART_DEV_NAME
238
string "UART device to use for Co-Processor SPINEL"
239
default "UART_0"
0 commit comments