:orphan: .. title:: NET_IPV6 .. option:: CONFIG_NET_IPV6 *IPv6* Type: ``bool`` Help ==== Enable IPv6 support. This should be selected by default as there is limited set of network bearers provided that support IPv4. Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A `) || (!\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - n - n - n - y Symbols that select this symbol =============================== - \ :option:`NET_CONFIG_NEED_IPV6 ` Symbols that imply this symbol ============================== - \ :option:`NET_L2_OPENTHREAD ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/sparkfun_sara_r4/Kconfig.defconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config NET_IPV6 bool default n depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 ` ---- At ``boards/shields/wnc_m14a2a/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config NET_IPV6 bool default n depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A ` ---- At ``boards/shields/sparkfun_sara_r4/Kconfig.defconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config NET_IPV6 bool default n depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 ` ---- At ``boards/shields/wnc_m14a2a/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config NET_IPV6 bool default n depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A ` ---- At ``subsys/net/ip/Kconfig.ipv6:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` → ``subsys/net/ip/Kconfig:115`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: menuconfig NET_IPV6 bool "IPv6" default y depends on !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` help Enable IPv6 support. This should be selected by default as there is limited set of network bearers provided that support IPv4. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*