Skip to content

Commit 3b45804

Browse files
sylvioalveskartben
authored andcommitted
samples: openthread: fix kconfig build warning
Fix Kconfig warnings by dropping NET_L2_IEEE802154_SHELL from the OpenThread sample. This option depends on CONFIG_NET_L2_IEEE802154, which is not selected in the sample, causing unmet dependency warnings. Removing it lets the sample build cleanly without extra config noise. Signed-off-by: Sylvio Alves <[email protected]>
1 parent 4935581 commit 3b45804

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/net/openthread/shell/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ CONFIG_NET_LOG=y
1818
CONFIG_SHELL=y
1919
CONFIG_NET_SHELL=y
2020
CONFIG_OPENTHREAD_SHELL=y
21-
CONFIG_NET_L2_IEEE802154_SHELL=y

0 commit comments

Comments
 (0)