Skip to content

Commit 0db0799

Browse files
Raffael Rostagnonashif
authored andcommitted
drivers: timer: esp32c2: Add support
Add timer support to ESP32C2 and ESP8684 Signed-off-by: Raffael Rostagno <[email protected]>
1 parent 78832ab commit 0db0799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/timer/Kconfig.esp32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
config ESP32_SYS_TIMER
77
bool "ESP32 sys-timer support (ESP32Cx series)"
8-
depends on SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6
8+
depends on SOC_SERIES_ESP32C2 || SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6
99
default y
1010
select TICKLESS_CAPABLE
1111
select TIMER_HAS_64BIT_CYCLE_COUNTER

0 commit comments

Comments
 (0)