-
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 <Zephyr>/subsys/net/lib/config/Kconfig:46
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:34
→ <Zephyr>/subsys/net/Kconfig:89
→ <Zephyr>/subsys/net/lib/Kconfig:28
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries
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.)