net: l2: ieee802154: Automatically select CONFIG_NET_6LO
802.15.4 IP-based networking requires 6LoWPAN layer and won't work correctly without it. So, if NET_L2_IEEE802154 is select, automatically select NET_6LO. This is similar to what BLE L2 does (NET_L2_BT causes selection of NET_6LO). Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
08f9c23444
commit
77b8f5c1f6
|
@ -6,6 +6,7 @@
|
|||
|
||||
menuconfig NET_L2_IEEE802154
|
||||
bool "Enable IEEE 802.15.4 Radio"
|
||||
select NET_6LO
|
||||
default n
|
||||
help
|
||||
Add support for low rate WPAN IEEE 802.15.4 technology.
|
||||
|
|
Loading…
Reference in a new issue