:orphan: .. title:: NET_IPV4 .. option:: 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. Direct dependencies =================== !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`NET_CONFIG_NEED_IPV4 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig.ipv4:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` → ``subsys/net/ip/Kconfig:117`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: menuconfig NET_IPV4 bool "IPv4" depends on !\ :option:`NET_RAW_MODE ` && \ :option:`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.)*