:orphan: .. title:: CONFIG_NET_DEBUG_MGMT_EVENT_STACK .. kconfig:: CONFIG_NET_DEBUG_MGMT_EVENT_STACK CONFIG_NET_DEBUG_MGMT_EVENT_STACK ################################# *Enable stack analysis output on Net MGMT event core* Type: ``bool`` Help ==== .. code-block:: none Add debug messages output on how much Net MGMT event stack is used. Direct dependencies =================== \ :kconfig:`NET_MGMT_EVENT ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`INIT_STACKS ` Kconfig definition ================== At ``/net/ip/Kconfig.mgmt:72`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:853`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Network Management API → Add support for runtime network event notifications .. code-block:: kconfig config NET_DEBUG_MGMT_EVENT_STACK bool "Enable stack analysis output on Net MGMT event core" select INIT_STACKS depends on NET_MGMT_EVENT && NETWORKING help Add debug messages output on how much Net MGMT event stack is used. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*