Skip to content

Commit 1a55ea7

Browse files
committed
feat(soc): add config option for c6 v0.2
1 parent 1f74beb commit 1a55ea7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/esp_hw_support/port/esp32c6/Kconfig.hw_support

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ choice ESP32C6_REV_MIN
1313
bool "Rev v0.0"
1414
config ESP32C6_REV_MIN_1
1515
bool "Rev v0.1 (ECO1)"
16+
config ESP32C6_REV_MIN_2
17+
bool "Rev v0.2"
1618
endchoice
1719

1820
config ESP32C6_REV_MIN_FULL
1921
int
2022
default 0 if ESP32C6_REV_MIN_0
2123
default 1 if ESP32C6_REV_MIN_1
24+
default 2 if ESP32C6_REV_MIN_2
2225

2326
config ESP_REV_MIN_FULL
2427
int

0 commit comments

Comments
 (0)