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
&& RV32M1_INTMUX
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <Zephyr>/drivers/timer/Kconfig.rv32m1_lptmr:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:30
→ <Zephyr>/drivers/timer/Kconfig:78
Menu path: (Top) → Device Drivers → Timer Drivers
config RV32M1_LPTMR_TIMER
bool "RV32M1 LPTMR system timer driver"
default y
depends on SOC_OPENISA_RV32M1_RISCV32 && 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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)