nuttx/boards/xtensa
wangjianyu3 5718c81750 boards/xtensa/esp32s3: fix WiFi init by using CONFIG_ESPRESSIF_WIFI
The WiFi driver refactor (662c1e0bbb) renamed the Kconfig symbol
from CONFIG_ESPRESSIF_WLAN to CONFIG_ESPRESSIF_WIFI, but several
ESP32-S3 board bringup files were not updated. This caused
board_wlan_init() to be compiled out, so the wlan0 interface
never appeared.

Update the preprocessor guards in all affected boards:
  - esp32s3-box
  - esp32s3-eye
  - esp32s3-korvo-2
  - esp32s3-lcd-ev
  - lckfb-szpi-esp32s3

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2026-03-20 08:55:18 +01:00
..
esp32 boards/xtensa: fix optional item on spiflash config 2026-03-19 17:46:28 +08:00
esp32s2 boards/xtensa: fix optional item on spiflash config 2026-03-19 17:46:28 +08:00
esp32s3 boards/xtensa/esp32s3: fix WiFi init by using CONFIG_ESPRESSIF_WIFI 2026-03-20 08:55:18 +01:00