:orphan: .. title:: NET_MGMT_EVENT_STACK_SIZE .. option:: CONFIG_NET_MGMT_EVENT_STACK_SIZE *Stack size for the inner thread handling event callbacks* Type: ``int`` Help ==== Set the internal stack size for NM to run registered callbacks on events. Direct dependencies =================== \ :option:`NET_MGMT_EVENT ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 2048 if \ :option:`COVERAGE_GCOV ` - 768 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig.mgmt:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` → ``subsys/net/ip/Kconfig:828`` 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 .. parsed-literal:: config NET_MGMT_EVENT_STACK_SIZE int "Stack size for the inner thread handling event callbacks" default 2048 if \ :option:`COVERAGE_GCOV ` default 768 depends on \ :option:`NET_MGMT_EVENT ` && \ :option:`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.)*