-
CONFIG_NET_CONFIG_NEED_IPV4
¶
This application wants IPv4 support
Type: bool
Help¶
The network application needs IPv4 support to function properly. This option makes sure the network application is initialized properly in order to use IPv4.
Direct dependencies¶
NET_CONFIG_AUTO_INIT
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/lib/config/Kconfig:46
Included via Kconfig:8
→ Kconfig.zephyr:41
→ subsys/Kconfig:22
→ subsys/net/Kconfig:82
→ subsys/net/lib/Kconfig:26
Menu path: (Top) → Networking → Link layer and IP networking support → Network Libraries → Init networking support automatically during device startup
config NET_CONFIG_NEED_IPV4 bool "This application wants IPv4 support" selectNET_IPV4
depends onNET_CONFIG_AUTO_INIT
&&NETWORKING
help The network application needs IPv4 support to function properly. This option makes sure the network application is initialized properly in order to use IPv4.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)