The latest development version of this page may be more current than this released 1.14.0 version.
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

!NET_RAW_MODE && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/net/ip/Kconfig.ipv4:9

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/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.)