diff --git a/Kconfig b/Kconfig index 8bda616ea6..02a9380814 100644 --- a/Kconfig +++ b/Kconfig @@ -33,7 +33,6 @@ mainmenu "Espressif IoT Development Framework Configuration" config IDF_TARGET_ESP32S3 bool default "y" if IDF_TARGET="esp32s3" - select IDF_ENV_FPGA config IDF_FIRMWARE_CHIP_ID hex diff --git a/components/esptool_py/Kconfig.projbuild b/components/esptool_py/Kconfig.projbuild index f078cb6159..16eca6e003 100644 --- a/components/esptool_py/Kconfig.projbuild +++ b/components/esptool_py/Kconfig.projbuild @@ -57,7 +57,7 @@ menu "Serial flasher config" config ESPTOOLPY_WITH_STUB # Only real reason to disable this is when ESP32-S2 Secure Download Mode is set bool - default "y" if !IDF_ENV_FPGA + default "y" if !IDF_TARGET_ESP32S3 depends on !SECURE_ENABLE_SECURE_ROM_DL_MODE choice ESPTOOLPY_FLASHMODE