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.
Default¶
y
Kconfig definition¶
At <Zephyr>/drivers/timer/Kconfig:252
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:40
→ <Zephyr>/drivers/Kconfig:28
Menu path: (Top) → Device Drivers → Timer Drivers
config ESP32C3_SYS_TIMER
bool "ESP32C3 sys-timer support"
default y
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.)