-
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¶
(NETWORKING
&& SHIELD_SPARKFUN_SARA_R4
) || (NETWORKING
&& SHIELD_WNC_M14A2A
) || (NETWORKING
&& SHIELD_SPARKFUN_SARA_R4
) || (NETWORKING
&& SHIELD_WNC_M14A2A
) || (!NET_RAW_MODE
&& NETWORKING
)
(Includes any dependencies from ifs and menus.)
Defaults¶
n
n
n
n
y
Symbols that select this symbol¶
Symbols that imply this symbol¶
Kconfig definitions¶
At <Zephyr>/boards/shields/sparkfun_sara_r4/Kconfig.defconfig:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <BuildDir>/Kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config NET_IPV6 bool default n depends onNETWORKING
&&SHIELD_SPARKFUN_SARA_R4
At <Zephyr>/boards/shields/wnc_m14a2a/Kconfig.defconfig:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <BuildDir>/Kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config NET_IPV6 bool default n depends onNETWORKING
&&SHIELD_WNC_M14A2A
At <Zephyr>/boards/shields/sparkfun_sara_r4/Kconfig.defconfig:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config NET_IPV6 bool default n depends onNETWORKING
&&SHIELD_SPARKFUN_SARA_R4
At <Zephyr>/boards/shields/wnc_m14a2a/Kconfig.defconfig:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config NET_IPV6 bool default n depends onNETWORKING
&&SHIELD_WNC_M14A2A
At <Zephyr>/subsys/net/ip/Kconfig.ipv6:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:34
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/net/ip/Kconfig:114
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
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.)