:orphan: .. title:: RCAR_CMT_TIMER .. option:: CONFIG_RCAR_CMT_TIMER *Renesas RCar cmt timer* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :option:`SOC_SERIES_RCAR_GEN3 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/timer/Kconfig:291`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig 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.)*