-
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.
Defaults¶
- “y” if !
NET_RAW_MODE
&&NETWORKING
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv6:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:32
Menu path: (top menu) → Networking → IP stack
menuconfig NET_IPV6 bool prompt "IPv6" if !NET_RAW_MODE
&&NETWORKING
default "y" if !NET_RAW_MODE
&&NETWORKING
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.
(Definitions include propagated dependencies, including from if’s and menus.)