-
CONFIG_WIFI_ESWIFI_THREAD_PRIO
¶
esWiFi threads priority
Type: int
Help¶
This option sets the priority of the esWiFi threads. Do not touch it unless you know what you are doing.
Defaults¶
- 2 if
WIFI_ESWIFI
&&WIFI
Kconfig definition¶
At drivers/wifi/eswifi/Kconfig.eswifi:21
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:76
→ drivers/wifi/Kconfig:37
Menu path: (top menu) → Device Drivers → add support for WiFi Drivers → Inventek eS-WiFi support
config WIFI_ESWIFI_THREAD_PRIO int prompt "esWiFi threads priority" ifWIFI_ESWIFI
&&WIFI
default 2 ifWIFI_ESWIFI
&&WIFI
depends onWIFI_ESWIFI
&&WIFI
help This option sets the priority of the esWiFi threads. Do not touch it unless you know what you are doing.
(Definitions include propagated dependencies, including from if’s and menus.)