The latest development version of this page may be more current than this released 1.14.0 version.
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.)

Kconfig definition

At drivers/timer/Kconfig:130

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:26

Menu path: (top menu) → Device Drivers → Timer Drivers

config RV32M1_LPTMR_TIMER
    bool
    prompt "RV32M1 LPTMR system timer driver" if SOC_OPENISA_RV32M1_RISCV32 && !TICKLESS_IDLE && RV32M1_INTMUX
    default "y" if SOC_OPENISA_RV32M1_RISCV32 && !TICKLESS_IDLE && RV32M1_INTMUX
    depends on SOC_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.)