-
CONFIG_NET_CONFIG_NEED_IPV6
¶
This application wants IPv6 support
Type: bool
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.
Direct dependencies¶
(NETWORKING
&& SHIELD_SPARKFUN_SARA_R4
) || (NETWORKING
&& SHIELD_WNC_M14A2A
) || (NETWORKING
&& SHIELD_SPARKFUN_SARA_R4
) || (NETWORKING
&& SHIELD_WNC_M14A2A
) || (NET_CONFIG_AUTO_INIT
&& NETWORKING
)
(Includes any dependencies from ifs and menus.)
Defaults¶
n
n
n
n
Symbols that imply this symbol¶
Kconfig definitions¶
At <Zephyr>/boards/shields/sparkfun_sara_r4/Kconfig.defconfig:35
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:17
→ <BuildDir>/Kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config NET_CONFIG_NEED_IPV6 bool default n depends onNETWORKING
&&SHIELD_SPARKFUN_SARA_R4
At <Zephyr>/boards/shields/wnc_m14a2a/Kconfig.defconfig:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:17
→ <BuildDir>/Kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config NET_CONFIG_NEED_IPV6 bool default n depends onNETWORKING
&&SHIELD_WNC_M14A2A
At <Zephyr>/boards/shields/sparkfun_sara_r4/Kconfig.defconfig:35
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config NET_CONFIG_NEED_IPV6 bool default n depends onNETWORKING
&&SHIELD_SPARKFUN_SARA_R4
At <Zephyr>/boards/shields/wnc_m14a2a/Kconfig.defconfig:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config NET_CONFIG_NEED_IPV6 bool default n depends onNETWORKING
&&SHIELD_WNC_M14A2A
At <Zephyr>/subsys/net/lib/config/Kconfig:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:37
→ <Zephyr>/subsys/net/Kconfig:89
→ <Zephyr>/subsys/net/lib/Kconfig:28
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries
config NET_CONFIG_NEED_IPV6 bool "This application wants IPv6 support" selectNET_IPV6
depends onNET_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.)