-
CONFIG_WIFI_ESP
¶
Espressif ESP8266 and ESP32 support
Type: bool
Direct dependencies¶
(WIFI
&& NETWORKING
&& SHIELD_ESP_8266
) || (WIFI
&& NETWORKING
&& SHIELD_ESP_8266
) || WIFI
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/shields/esp_8266/Kconfig.defconfig:8
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config WIFI_ESP bool default y depends onWIFI
&&NETWORKING
&&SHIELD_ESP_8266
At boards/shields/esp_8266/Kconfig.defconfig:8
Included via Kconfig:8
→ Kconfig.zephyr:24
Menu path: (Top)
config WIFI_ESP bool default y depends onWIFI
&&NETWORKING
&&SHIELD_ESP_8266
At drivers/wifi/esp/Kconfig.esp:4
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:74
→ drivers/wifi/Kconfig:35
Menu path: (Top) → Device Drivers → add support for Wi-Fi Drivers
menuconfig WIFI_ESP bool "Espressif ESP8266 and ESP32 support" selectMODEM
selectMODEM_CONTEXT
selectMODEM_CMD_HANDLER
selectMODEM_IFACE_UART
selectNET_L2_WIFI_MGMT
selectWIFI_OFFLOAD
depends onWIFI
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)