-
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.
Default¶
y
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv6:6
Included via Kconfig:8
→ Kconfig.zephyr:41
→ subsys/Kconfig:22
→ subsys/net/Kconfig:80
→ subsys/net/ip/Kconfig:99
Menu path: (Top) → 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.)