:orphan: .. title:: CONFIG_NET_CONFIG_NEED_IPV6 .. kconfig:: CONFIG_NET_CONFIG_NEED_IPV6 CONFIG_NET_CONFIG_NEED_IPV6 ########################### *This application wants IPv6 support* Type: ``bool`` Help ==== .. code-block:: none The network application needs IPv6 support to function properly. This option makes sure the network application is initialized properly in order to use IPv6. 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:`NETWORKING ` && \ :kconfig:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :kconfig:`NETWORKING ` && \ :kconfig:`SHIELD_WNC_M14A2A `) || (\ :kconfig:`NET_CONFIG_AUTO_INIT ` && \ :kconfig:`NETWORKING `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - n - n - n - n - n Symbols selected by this symbol =============================== - \ :kconfig:`NET_IPV6 ` Symbols that imply this symbol ============================== - \ :kconfig:`NET_L2_OPENTHREAD ` Kconfig definitions =================== At ``/shields/sparkfun_sara_r4/Kconfig.defconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config NET_CONFIG_NEED_IPV6 bool default n depends on NETWORKING && SHIELD_SPARKFUN_SARA_R4 ---- At ``/shields/wnc_m14a2a/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config NET_CONFIG_NEED_IPV6 bool default n depends on NETWORKING && SHIELD_WNC_M14A2A ---- At ``/shields/sparkfun_sara_r4/Kconfig.defconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config NET_CONFIG_NEED_IPV6 bool default n depends on NETWORKING && SHIELD_SPARKFUN_SARA_R4 ---- At ``/shields/wnc_m14a2a/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config NET_CONFIG_NEED_IPV6 bool default n depends on NETWORKING && SHIELD_WNC_M14A2A ---- At ``/shields/sparkfun_sara_r4/Kconfig.defconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config NET_CONFIG_NEED_IPV6 bool default n depends on NETWORKING && SHIELD_SPARKFUN_SARA_R4 ---- At ``/shields/wnc_m14a2a/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config NET_CONFIG_NEED_IPV6 bool default n depends on NETWORKING && SHIELD_WNC_M14A2A ---- At ``/net/lib/config/Kconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries .. code-block:: kconfig config NET_CONFIG_NEED_IPV6 bool "This application wants IPv6 support" select NET_IPV6 depends on NET_CONFIG_AUTO_INIT && NETWORKING help The network application needs IPv6 support to function properly. This option makes sure the network application is initialized properly in order to use IPv6. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*