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:
parent
bbd40b85c0
commit
839b97e7c5
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue