The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_NET_CONFIG_SETTINGS

Set network settings for applications

Type: bool

Help

Allow IP addresses to be set in config file for networking client/server sample applications, or some link-layer dedicated settings like the channel. Beware this is not meant to be used for proper provisioning but quick sampling/testing.

Direct dependencies

NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

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

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:22subsys/net/Kconfig:82subsys/net/lib/Kconfig:26

Menu path: (Top) → Networking → Link layer and IP networking support → Network Libraries

menuconfig NET_CONFIG_SETTINGS
    bool "Set network settings for applications"
    select NET_MGMT
    select NET_MGMT_EVENT
    depends on NETWORKING
    help
      Allow IP addresses to be set in config file for
      networking client/server sample applications, or
      some link-layer dedicated settings like the channel.
      Beware this is not meant to be used for proper
      provisioning but quick sampling/testing.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)