:orphan: .. title:: CONFIG_NET_MGMT_EVENT_STACK_SIZE .. kconfig:: CONFIG_NET_MGMT_EVENT_STACK_SIZE CONFIG_NET_MGMT_EVENT_STACK_SIZE ################################ *Stack size for the inner thread handling event callbacks* Type: ``int`` Help ==== .. code-block:: none Set the internal stack size for NM to run registered callbacks on events. Direct dependencies =================== \ :kconfig:`NET_MGMT_EVENT ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 2048 if \ :kconfig:`COVERAGE_GCOV ` - 768 Kconfig definition ================== At ``/net/ip/Kconfig.mgmt:22`` 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_MGMT_EVENT_STACK_SIZE int "Stack size for the inner thread handling event callbacks" default 2048 if COVERAGE_GCOV default 768 depends on NET_MGMT_EVENT && NETWORKING help Set the internal stack size for NM to run registered callbacks on events. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*