:orphan: .. title:: RISCV_MACHINE_TIMER .. option:: 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 =================== \ :option:`SOC_FAMILY_RISCV_PRIVILEGE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`TICKLESS_CAPABLE ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/timer/Kconfig:179`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: config RISCV_MACHINE_TIMER bool "RISCV Machine Timer" select \ :option:`TICKLESS_CAPABLE ` depends on \ :option:`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.)*