:orphan: .. title:: CONFIG_NET_IPV6 .. kconfig:: CONFIG_NET_IPV6 CONFIG_NET_IPV6 ############### *IPv6* Type: ``bool`` Help ==== .. code-block:: none Enable IPv6 support. This should be selected by default as there is limited set of network bearers provided that support IPv4. Direct dependencies =================== (\ :kconfig:`NETWORKING ` && \ :kconfig:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :kconfig:`NETWORKING ` && \ :kconfig:`SHIELD_WNC_M14A2A `) || (\ :kconfig:`NETWORKING ` && \ :kconfig:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :kconfig:`NETWORKING ` && \ :kconfig:`SHIELD_WNC_M14A2A `) || (!\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - n - n - n - y Symbols that select this symbol =============================== - \ :kconfig:`NET_CONFIG_NEED_IPV6 ` Symbols that imply this symbol ============================== - \ :kconfig:`NET_L2_OPENTHREAD ` Kconfig definitions =================== At ``/shields/sparkfun_sara_r4/Kconfig.defconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config NET_IPV6 bool default n depends on NETWORKING && SHIELD_SPARKFUN_SARA_R4 ---- At ``/shields/wnc_m14a2a/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config NET_IPV6 bool default n depends on NETWORKING && SHIELD_WNC_M14A2A ---- At ``/shields/sparkfun_sara_r4/Kconfig.defconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config NET_IPV6 bool default n depends on NETWORKING && SHIELD_SPARKFUN_SARA_R4 ---- At ``/shields/wnc_m14a2a/Kconfig.defconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config NET_IPV6 bool default n depends on NETWORKING && SHIELD_WNC_M14A2A ---- At ``/net/ip/Kconfig.ipv6:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:83`` → ``/net/ip/Kconfig:115`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. code-block:: kconfig menuconfig NET_IPV6 bool "IPv6" default y depends on !NET_RAW_MODE && 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.)*