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
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <Zephyr>/drivers/timer/Kconfig.rcar_cmt:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:30
→ <Zephyr>/drivers/timer/Kconfig:76
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.)