-
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¶
NET_CONFIG_AUTO_INIT
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/net/lib/config/Kconfig:31
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:27
Menu path: (top menu) → Networking → Network Libraries
config NET_CONFIG_NEED_IPV6 bool prompt "This application wants IPv6 support" ifNET_CONFIG_AUTO_INIT
&&NETWORKING
selectNET_IPV6
ifNET_CONFIG_AUTO_INIT
&&NETWORKING
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.
(Definitions include propagated dependencies, including from if’s and menus.)