:orphan: .. title:: CONFIG_NET_6LO_CONTEXT .. kconfig:: CONFIG_NET_6LO_CONTEXT CONFIG_NET_6LO_CONTEXT ###################### *Enable 6lowpan context based compression* Type: ``bool`` Help ==== .. code-block:: none Enables 6lowpan context based compression based on information received in RA(Router Advertisement) message. Direct dependencies =================== \ :kconfig:`NET_6LO ` && \ :kconfig:`NET_IPV6 ` && !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/ip/Kconfig.ipv6:145`` 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 → Enable 6lowpan IPv6 Compression library .. code-block:: kconfig config NET_6LO_CONTEXT bool "Enable 6lowpan context based compression" depends on NET_6LO && NET_IPV6 && !NET_RAW_MODE && NETWORKING help Enables 6lowpan context based compression based on information received in RA(Router Advertisement) message. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*