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

NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/ip/Kconfig.mgmt:7

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91subsys/net/ip/Kconfig:469

Menu path: (top menu) → Networking → IP stack

menuconfig NET_MGMT
    bool
    prompt "Network Management API" if NETWORKING
    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 ...).

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