kconfig: add esp32s3 into configuration

Add ESP32-S3 information into Espressif's Kconfig
definitions.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2023-01-02 09:16:46 -03:00 committed by Carles Cufí
parent bbd40b85c0
commit 839b97e7c5
2 changed files with 2 additions and 2 deletions

View file

@ -872,7 +872,7 @@ endif # BOOTLOADER_MCUBOOT
config BOOTLOADER_ESP_IDF config BOOTLOADER_ESP_IDF
bool "ESP-IDF bootloader support" bool "ESP-IDF bootloader support"
depends on (SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3) && !BOOTLOADER_MCUBOOT depends on (SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3 || SOC_ESP32S3) && !BOOTLOADER_MCUBOOT
default y default y
help help
This option will trigger the compilation of the ESP-IDF bootloader This option will trigger the compilation of the ESP-IDF bootloader

View file

@ -3,4 +3,4 @@
config HAS_ESPRESSIF_HAL config HAS_ESPRESSIF_HAL
bool bool
depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3 || SOC_ESP32_NET depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3 || SOC_ESP32_NET || SOC_ESP32S3