-
CONFIG_RV32M1_LPTMR_TIMER
¶
RV32M1 LPTMR system timer driver
Type: bool
Help¶
This module implements a kernel device driver for using the LPTMR peripheral as the system clock. It provides the standard “system clock driver” interfaces.
Direct dependencies¶
SOC_OPENISA_RV32M1_RISCV32
&& !TICKLESS_IDLE
&& RV32M1_INTMUX
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SOC_OPENISA_RV32M1_RISCV32
&& !TICKLESS_IDLE
&&RV32M1_INTMUX
Kconfig definition¶
At drivers/timer/Kconfig:130
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config RV32M1_LPTMR_TIMER bool prompt "RV32M1 LPTMR system timer driver" ifSOC_OPENISA_RV32M1_RISCV32
&& !TICKLESS_IDLE
&&RV32M1_INTMUX
default "y" ifSOC_OPENISA_RV32M1_RISCV32
&& !TICKLESS_IDLE
&&RV32M1_INTMUX
depends onSOC_OPENISA_RV32M1_RISCV32
&& !TICKLESS_IDLE
&&RV32M1_INTMUX
help This module implements a kernel device driver for using the LPTMR peripheral as the system clock. It provides the standard "system clock driver" interfaces.
(Definitions include propagated dependencies, including from if’s and menus.)