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.
Default
y
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/drivers/timer/Kconfig.arcv2:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:30
→ <Zephyr>/drivers/timer/Kconfig:59
Menu path: (Top) → Device Drivers → Timer Drivers
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.)