Skip to content

Commit a62ea8f

Browse files
edmontmbolivar-nordic
authored andcommitted
[nrf fromlist] net: openthread: remove unneded Kconfig dependency
`OPENTHREAD_SHELL` does no longer dependend on `OPENTHREAD_COPROCESSOR` being disabled. Upstream PR: zephyrproject-rtos/zephyr#36401 Signed-off-by: Eduardo Montoya <[email protected]>
1 parent f642681 commit a62ea8f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

subsys/net/l2/openthread/Kconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ endmenu # "Zephyr optimizations"
155155

156156
config OPENTHREAD_SHELL
157157
bool "Enable OpenThread shell"
158-
depends on !OPENTHREAD_COPROCESSOR
159158
depends on SHELL
160159
default y
161160

@@ -221,6 +220,8 @@ config OPENTHREAD_COPROCESSOR
221220
help
222221
Enable Co-Processor in OpenThread stack.
223222

223+
if OPENTHREAD_COPROCESSOR
224+
224225
choice
225226
prompt "OpenThread Co-Processor type"
226227
help
@@ -232,8 +233,6 @@ config OPENTHREAD_COPROCESSOR_RCP
232233
bool "RCP - Radio Co-Processor"
233234
endchoice
234235

235-
if OPENTHREAD_COPROCESSOR
236-
237236
config OPENTHREAD_COPROCESSOR_SPINEL_ON_UART_DEV_NAME
238237
string "UART device to use for Co-Processor SPINEL"
239238
default "UART_0"

0 commit comments

Comments
 (0)