CONFIG_NET_DEBUG_MGMT_EVENT_STACK

Enable stack analysis output on Net MGMT event core

Type: bool

Help

Add debug messages output on how much Net MGMT event stack is used.

Direct dependencies

NET_MGMT_EVENT && NET_MGMT && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

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

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

Menu path: (top menu) → Networking → IP stack → Network Management API

config NET_DEBUG_MGMT_EVENT_STACK
    bool
    prompt "Enable stack analysis output on Net MGMT event core" if NET_MGMT_EVENT && NET_MGMT && NETWORKING
    select INIT_STACKS if NET_MGMT_EVENT && NET_MGMT && NETWORKING
    depends on NET_MGMT_EVENT && NET_MGMT && NETWORKING
    help
      Add debug messages output on how much Net MGMT event stack is used.

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