:orphan: .. title:: RV32M1_LPTMR_TIMER .. option:: 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 =================== \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && !\ :option:`TICKLESS_IDLE ` && \ :option:`RV32M1_INTMUX ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/timer/Kconfig:187`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: config RV32M1_LPTMR_TIMER bool "RV32M1 LPTMR system timer driver" default y depends on \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && !\ :option:`TICKLESS_IDLE ` && \ :option:`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.)*