-
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 drivers/timer/Kconfig:122
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config RISCV_MACHINE_TIMER bool prompt "RISCV Machine Timer" ifSOC_FAMILY_RISCV_PRIVILEGE
selectTICKLESS_CAPABLE
ifSOC_FAMILY_RISCV_PRIVILEGE
depends onSOC_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.
(Definitions include propagated dependencies, including from if’s and menus.)