:orphan: .. title:: NET_MGMT .. option:: CONFIG_NET_MGMT *Network Management API* Type: ``bool`` Help ==== Add support for NM API that enables managing different aspects of the network stack as well as receiving notification on network events (ip address change, iface up and running ...). Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`NET_L2_BT_MGMT ` - \ :option:`NET_L2_ETHERNET_MGMT ` - \ :option:`NET_LLDP ` - \ :option:`NET_L2_PPP_MGMT ` - \ :option:`NET_L2_IEEE802154_MGMT ` - \ :option:`NET_L2_WIFI_MGMT ` - \ :option:`NET_PROMISCUOUS_MODE ` - \ :option:`NET_STATISTICS_USER_API ` - \ :option:`NET_CONFIG_SETTINGS ` - \ :option:`NET_CONNECTION_MANAGER ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig.mgmt:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` → ``subsys/net/ip/Kconfig:828`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: menuconfig NET_MGMT bool "Network Management API" depends on \ :option:`NETWORKING ` help Add support for NM API that enables managing different aspects of the network stack as well as receiving notification on network events (ip address change, iface up and running ...). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*