CONFIG_RISCV_MACHINE_TIMER
RISCV Machine Timer
Type: bool
Help
This module implements a kernel device driver for the generic RISCV machine
timer driver. It provides the standard "system clock driver" interfaces.
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/drivers/timer/Kconfig.riscv_machine:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:30
→ <Zephyr>/drivers/timer/Kconfig:77
Menu path: (Top) → Device Drivers → Timer Drivers
config RISCV_MACHINE_TIMER
bool "RISCV Machine Timer"
select TICKLESS_CAPABLE
select TIMER_HAS_64BIT_CYCLE_COUNTER
depends on SOC_FAMILY_RISCV_PRIVILEGE
help
This module implements a kernel device driver for the generic RISCV machine
timer driver. It provides the standard "system clock driver" interfaces.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)