CONFIG_WIFI_ESP32
ESP32 SoC WiFi support
Type: bool
Help
Enable ESP32 SoC WiFi support. Only supported in single
core mode because the network stack is not aware of SMP
stuff.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/drivers/wifi/esp32/Kconfig.esp32:3
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:78
→ <Zephyr>/drivers/wifi/Kconfig:36
Menu path: (Top) → Device Drivers → Wi-Fi Drivers
menuconfig WIFI_ESP32
bool "ESP32 SoC WiFi support"
select THREAD_CUSTOM_DATA
depends on !SMP && WIFI
help
Enable ESP32 SoC WiFi support. Only supported in single
core mode because the network stack is not aware of SMP
stuff.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)