-
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 <Zephyr>/subsys/net/ip/Kconfig.ipv4:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/net/ip/Kconfig:117
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
menuconfig NET_IPV4
bool "IPv4"
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)