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
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols that select this symbol
Kconfig definition
At <Zephyr>/subsys/net/ip/Kconfig.mgmt:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:83
→ <Zephyr>/subsys/net/ip/Kconfig:850
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
menuconfig NET_MGMT
bool "Network Management API"
depends on 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.)