We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd40b8 commit 839b97eCopy full SHA for 839b97e
Kconfig.zephyr
@@ -872,7 +872,7 @@ endif # BOOTLOADER_MCUBOOT
872
873
config BOOTLOADER_ESP_IDF
874
bool "ESP-IDF bootloader support"
875
- depends on (SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3) && !BOOTLOADER_MCUBOOT
+ depends on (SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3 || SOC_ESP32S3) && !BOOTLOADER_MCUBOOT
876
default y
877
help
878
This option will trigger the compilation of the ESP-IDF bootloader
modules/Kconfig.esp32
@@ -3,4 +3,4 @@
3
4
config HAS_ESPRESSIF_HAL
5
bool
6
- depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3 || SOC_ESP32_NET
+ depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3 || SOC_ESP32_NET || SOC_ESP32S3
0 commit comments