:orphan: .. title:: CONFIG_ESP32C3_SYS_TIMER .. kconfig:: CONFIG_ESP32C3_SYS_TIMER CONFIG_ESP32C3_SYS_TIMER ######################## *ESP32C3 sys-timer support* Type: ``bool`` Help ==== .. code-block:: none This option enables the system timer driver for the Espressif ESP32C3 and provides the standard "system clock driver" interface. Direct dependencies =================== \ :kconfig:`SOC_ESP32C3 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definition ================== At ``/timer/Kconfig:251`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config ESP32C3_SYS_TIMER bool "ESP32C3 sys-timer support" default y select TICKLESS_CAPABLE 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.)*