From 94217c03ec9c60d98b9fe390363481b6a58f0245 Mon Sep 17 00:00:00 2001 From: Xiao Xufeng Date: Thu, 19 Dec 2024 16:40:06 +0800 Subject: [PATCH] feat(soc): add config option for c6 v0.2 --- components/esp_hw_support/port/esp32c6/Kconfig.hw_support | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/esp_hw_support/port/esp32c6/Kconfig.hw_support b/components/esp_hw_support/port/esp32c6/Kconfig.hw_support index 1d44206e52..ae088a1cee 100644 --- a/components/esp_hw_support/port/esp32c6/Kconfig.hw_support +++ b/components/esp_hw_support/port/esp32c6/Kconfig.hw_support @@ -13,12 +13,15 @@ choice ESP32C6_REV_MIN bool "Rev v0.0" config ESP32C6_REV_MIN_1 bool "Rev v0.1 (ECO1)" + config ESP32C6_REV_MIN_2 + bool "Rev v0.2" endchoice config ESP32C6_REV_MIN_FULL int default 0 if ESP32C6_REV_MIN_0 default 1 if ESP32C6_REV_MIN_1 + default 2 if ESP32C6_REV_MIN_2 config ESP_REV_MIN_FULL int