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 ifs and menus.)
Default
y if
NET_L2_IEEE802154
Symbols that select this symbol
Kconfig definition
At <Zephyr>/subsys/net/ip/Kconfig.ipv6:139
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:83
→ <Zephyr>/subsys/net/ip/Kconfig:115
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → IPv6
config NET_6LO
bool "Enable 6lowpan IPv6 Compression library"
default y if NET_L2_IEEE802154
depends on NET_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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)