kconfig: add esp32s3 into configuration

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

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
diff --git a/Kconfig.zephyr b/Kconfig.zephyr
index d40c011..5164fdf 100644
--- a/Kconfig.zephyr
+++ b/Kconfig.zephyr
@@ -872,7 +872,7 @@
 
 config BOOTLOADER_ESP_IDF
 	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
 	help
 	  This option will trigger the compilation of the ESP-IDF bootloader