:orphan: .. title:: CONFIG_ESP32_WIFI_EVENT_TASK_STACK_SIZE .. kconfig:: CONFIG_ESP32_WIFI_EVENT_TASK_STACK_SIZE CONFIG_ESP32_WIFI_EVENT_TASK_STACK_SIZE ####################################### *Event Task Stack Size* Type: ``int`` Direct dependencies =================== \ :kconfig:`WIFI_ESP32 ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4096 Kconfig definition ================== At ``/wifi/esp32/Kconfig.esp32:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:36`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → ESP32 SoC WiFi support .. code-block:: kconfig config ESP32_WIFI_EVENT_TASK_STACK_SIZE int "Event Task Stack Size" default 4096 depends on WIFI_ESP32 && WIFI *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*