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 if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:27

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

menuconfig NET_CONFIG_SETTINGS
    bool
    prompt "Set network settings for applications" if NETWORKING
    select NET_MGMT if NETWORKING
    select NET_MGMT_EVENT if NETWORKING
    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.

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