:orphan: .. title:: CONFIG_NET_CONFIG_SETTINGS .. kconfig:: CONFIG_NET_CONFIG_SETTINGS CONFIG_NET_CONFIG_SETTINGS ########################## *Set network settings for applications* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_MGMT ` - \ :kconfig:`NET_MGMT_EVENT ` Kconfig definition ================== At ``/net/lib/config/Kconfig:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries .. code-block:: kconfig 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.)*