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 ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/timer/Kconfig:204

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:28

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 && !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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)