:orphan: .. title:: CONFIG_NET_6LO .. kconfig:: CONFIG_NET_6LO CONFIG_NET_6LO ############## *Enable 6lowpan IPv6 Compression library* Type: ``bool`` Help ==== .. code-block:: none 6lowpan compression and fragmentation. It is enabled by default if 802.15.4 is present, since using IPv6 on it requires it. Direct dependencies =================== \ :kconfig:`NET_IPV6 ` && !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`NET_L2_IEEE802154 ` Symbols that select this symbol =============================== - \ :kconfig:`NET_L2_BT ` - \ :kconfig:`NET_L2_CANBUS ` Kconfig definition ================== At ``/net/ip/Kconfig.ipv6:138`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:115`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → IPv6 .. code-block:: kconfig 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.)*