-
CONFIG_NET_IPV4
¶
IPv4
Type: bool
Help¶
Enable IPv4 support. If this is enabled then the device is able to send and receive IPv4 network packets.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv4:9
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:54
Menu path: (top menu) → Networking → IP stack
menuconfig NET_IPV4 bool prompt "IPv4" if !NET_RAW_MODE
&&NETWORKING
depends on !NET_RAW_MODE
&&NETWORKING
help Enable IPv4 support. If this is enabled then the device is able to send and receive IPv4 network packets.
(Definitions include propagated dependencies, including from if’s and menus.)