-
CONFIG_NET_6LO
¶
Enable 6lowpan IPv6 Compression library
Type: bool
Help¶
6lowpan compression and fragmentation. It is enabled by default if 802.15.4 is present, since using IPv6 on it requires it.
Direct dependencies¶
NET_IPV6
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
NET_L2_IEEE802154
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv6:121
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:32
Menu path: (top menu) → Networking → IP stack → IPv6
config NET_6LO bool prompt "Enable 6lowpan IPv6 Compression library" ifNET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
default "y" ifNET_L2_IEEE802154
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
help 6lowpan compression and fragmentation. It is enabled by default if 802.15.4 is present, since using IPv6 on it requires it.
(Definitions include propagated dependencies, including from if’s and menus.)