From cee7377e3c81a4c7dbdb43d86a44938c151514d1 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 17 Feb 2020 17:21:21 +0100 Subject: [PATCH] =?UTF-8?q?esp32s2:=20hide=20=E2=80=9CFPGA=E2=80=9D=20as?= =?UTF-8?q?=20an=20option=20for=20CPU=20frequency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit unless IDF_ENV_FPGA is set. --- components/esp32s2/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esp32s2/Kconfig b/components/esp32s2/Kconfig index 0b9092a03c..abdaef4a8f 100644 --- a/components/esp32s2/Kconfig +++ b/components/esp32s2/Kconfig @@ -12,6 +12,7 @@ menu "ESP32S2-specific" CPU frequency to be set on application startup. config ESP32S2_DEFAULT_CPU_FREQ_FPGA + depends on IDF_ENV_FPGA bool "FPGA" config ESP32S2_DEFAULT_CPU_FREQ_80 bool "80 MHz"