-
CONFIG_WIFI_ESP32
¶
ESP32 SoC WiFi support
Type: bool
Help¶
Enable ESP32 SoC WiFi support.
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:32
→ <Zephyr>/drivers/Kconfig:76
→ <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
select DYNAMIC_INTERRUPTS
depends on WIFI
help
Enable ESP32 SoC WiFi support.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)