From d130b5b6ba16c9deaa8c4e22c9945182b061b56a Mon Sep 17 00:00:00 2001 From: KonstantinKondrashov Date: Sat, 5 Nov 2022 01:51:32 +0800 Subject: [PATCH] esp_hw_support: Removes esp32c2 eco2 support --- components/esp_hw_support/port/esp32c2/Kconfig.hw_support | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/esp_hw_support/port/esp32c2/Kconfig.hw_support b/components/esp_hw_support/port/esp32c2/Kconfig.hw_support index 4e1d6fd400..d746d342e0 100644 --- a/components/esp_hw_support/port/esp32c2/Kconfig.hw_support +++ b/components/esp_hw_support/port/esp32c2/Kconfig.hw_support @@ -11,14 +11,11 @@ choice ESP32C2_REV_MIN config ESP32C2_REV_MIN_1 bool "Rev v1.0 (ECO1)" - config ESP32C2_REV_MIN_2 - bool "Rev v2.0 (ECO2)" endchoice config ESP32C2_REV_MIN_FULL int default 100 if ESP32C2_REV_MIN_1 - default 200 if ESP32C2_REV_MIN_2 config ESP_REV_MIN_FULL int