From d5218e84e27875d62f4fa5d8b81fceb3a47903ac Mon Sep 17 00:00:00 2001 From: Armando Date: Thu, 28 Oct 2021 19:36:34 +0800 Subject: [PATCH] spi_flash: make 120m config only visible on s3 sdr mode --- components/esptool_py/Kconfig.projbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esptool_py/Kconfig.projbuild b/components/esptool_py/Kconfig.projbuild index a6cf30e11c..2e66772ade 100644 --- a/components/esptool_py/Kconfig.projbuild +++ b/components/esptool_py/Kconfig.projbuild @@ -126,7 +126,7 @@ menu "Serial flasher config" The SPI flash frequency to be used. config ESPTOOLPY_FLASHFREQ_120M - depends on ESPTOOLPY_FLASH_SAMPLE_MODE_STR + depends on IDF_TARGET_ESP32S3 && ESPTOOLPY_FLASH_SAMPLE_MODE_STR bool "120 MHz" config ESPTOOLPY_FLASHFREQ_80M bool "80 MHz"