CONFIG_RCAR_CMT_TIMER

Renesas RCar cmt timer

Type: bool

Help

This module implements a kernel device driver for the Renesas RCAR
platform provides the standard "system clock driver" interfaces.
If unchecked, no timer will be used.

Direct dependencies

SOC_SERIES_RCAR_GEN3

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

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

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

Menu path: (Top) → Device Drivers → Timer Drivers

config RCAR_CMT_TIMER
    bool "Renesas RCar cmt timer"
    default y
    depends on SOC_SERIES_RCAR_GEN3
    help
      This module implements a kernel device driver for the Renesas RCAR
      platform provides the standard "system clock driver" interfaces.
      If unchecked, no timer will be used.

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