The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NET_CONFIG_NEED_IPV4

This application wants IPv4 support

Type: bool

Help

The network application needs IPv4 support to function properly. This option makes sure the network application is initialized properly in order to use IPv4.

Direct dependencies

NET_CONFIG_AUTO_INIT && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/net/lib/config/Kconfig:49

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:27

Menu path: (top menu) → Networking → Network Libraries

config NET_CONFIG_NEED_IPV4
    bool
    prompt "This application wants IPv4 support" if NET_CONFIG_AUTO_INIT && NETWORKING
    select NET_IPV4 if NET_CONFIG_AUTO_INIT && NETWORKING
    depends on NET_CONFIG_AUTO_INIT && NETWORKING
    help
      The network application needs IPv4 support to function properly.
      This option makes sure the network application is initialized properly
      in order to use IPv4.

(Definitions include propagated dependencies, including from if’s and menus.)