:orphan: .. title:: CONFIG_ARCV2_TIMER .. kconfig:: CONFIG_ARCV2_TIMER CONFIG_ARCV2_TIMER ################## *ARC Timer* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for the ARCv2 processor timer 0 and provides the standard "system clock driver" interfaces. Direct dependencies =================== \ :kconfig:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definition ================== At ``/timer/Kconfig:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig menuconfig ARCV2_TIMER bool "ARC Timer" default y select TICKLESS_CAPABLE depends on ARC help This module implements a kernel device driver for the ARCv2 processor timer 0 and provides the standard "system clock driver" interfaces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*