:orphan: .. title:: CONFIG_RV32M1_LPTMR_TIMER .. kconfig:: CONFIG_RV32M1_LPTMR_TIMER CONFIG_RV32M1_LPTMR_TIMER ######################### *RV32M1 LPTMR system timer driver* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :kconfig:`RV32M1_INTMUX ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/timer/Kconfig:216`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig 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.)*