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.

Direct dependencies

SOC_FAMILY_RISCV_PRIVILEGE

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/timer/Kconfig:166

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:26

Menu path: (top menu) → Device Drivers → Timer Drivers

config RISCV_MACHINE_TIMER
    bool
    prompt "RISCV Machine Timer" if SOC_FAMILY_RISCV_PRIVILEGE
    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.

(Definitions include propagated dependencies, including from if’s and menus.)