:orphan: .. title:: CONFIG_NET_IPV4 .. kconfig:: CONFIG_NET_IPV4 CONFIG_NET_IPV4 ############### *IPv4* Type: ``bool`` Help ==== .. code-block:: none Enable IPv4 support. If this is enabled then the device is able to send and receive IPv4 network packets. Direct dependencies =================== !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`NET_CONFIG_NEED_IPV4 ` Kconfig definition ================== At ``/net/ip/Kconfig.ipv4:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:117`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. code-block:: kconfig 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.)*