drivers: timer: esp32c2: Add support

Add timer support to ESP32C2 and ESP8684

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
Raffael Rostagno 2024-08-05 14:27:14 -03:00 committed by Anas Nashif
parent 78832ab78f
commit 0db07994c6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
config ESP32_SYS_TIMER
bool "ESP32 sys-timer support (ESP32Cx series)"
depends on SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6
depends on SOC_SERIES_ESP32C2 || SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6
default y
select TICKLESS_CAPABLE
select TIMER_HAS_64BIT_CYCLE_COUNTER