:orphan: .. title:: ARCV2_TIMER .. option:: CONFIG_ARCV2_TIMER *ARC Timer* Type: ``bool`` Help ==== This module implements a kernel device driver for the ARCv2 processor timer 0 and provides the standard "system clock driver" interfaces. Direct dependencies =================== \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`TICKLESS_CAPABLE ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/timer/Kconfig:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: menuconfig ARCV2_TIMER bool "ARC Timer" default y select \ :option:`TICKLESS_CAPABLE ` depends on \ :option:`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.)*