CONFIG_ESP32C3_SYS_TIMER
ESP32C3 sys-timer support
Type: bool
Help
This option enables the system timer driver for the Espressif ESP32C3
and provides the standard "system clock driver" interface.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
y
Symbols selected by this symbol
Kconfig definition
At <Driver>/timer/Kconfig.esp32c3_sys:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:30
→ <Driver>/timer/Kconfig:64
Menu path: (Top) → Device Drivers → Timer Drivers
config ESP32C3_SYS_TIMER
bool "ESP32C3 sys-timer support"
default y
select TICKLESS_CAPABLE
select TIMER_HAS_64BIT_CYCLE_COUNTER
depends on SOC_ESP32C3
help
This option enables the system timer driver for the Espressif ESP32C3
and provides the standard "system clock driver" interface.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)