Skip to content

Commit 839b97e

Browse files
sylvioalvescarlescufi
authored andcommitted
kconfig: add esp32s3 into configuration
Add ESP32-S3 information into Espressif's Kconfig definitions. Signed-off-by: Sylvio Alves <[email protected]>
1 parent bbd40b8 commit 839b97e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Kconfig.zephyr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ endif # BOOTLOADER_MCUBOOT
872872

873873
config BOOTLOADER_ESP_IDF
874874
bool "ESP-IDF bootloader support"
875-
depends on (SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3) && !BOOTLOADER_MCUBOOT
875+
depends on (SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3 || SOC_ESP32S3) && !BOOTLOADER_MCUBOOT
876876
default y
877877
help
878878
This option will trigger the compilation of the ESP-IDF bootloader

modules/Kconfig.esp32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
config HAS_ESPRESSIF_HAL
55
bool
6-
depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3 || SOC_ESP32_NET
6+
depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3 || SOC_ESP32_NET || SOC_ESP32S3

0 commit comments

Comments
 (0)