:orphan: .. title:: CONFIG_TIMER_TMR_CMSDK_APB .. kconfig:: CONFIG_TIMER_TMR_CMSDK_APB CONFIG_TIMER_TMR_CMSDK_APB ########################## *ARM CMSDK (Cortex-M System Design Kit) Timer driver* Type: ``bool`` Help ==== .. code-block:: none The timers (TMR) present in the platform are used as timers. This option enables the support for the timers. Direct dependencies =================== (\ :kconfig:`COUNTER ` && \ :kconfig:`BOARD_MPS2_AN385 `) || (\ :kconfig:`COUNTER ` && \ :kconfig:`BOARD_V2M_BEETLE `) || (\ :kconfig:`SOC_FAMILY_ARM ` && \ :kconfig:`COUNTER `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/mps2_an385/Kconfig.defconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config TIMER_TMR_CMSDK_APB bool default y depends on COUNTER && BOARD_MPS2_AN385 ---- At ``/arm/v2m_beetle/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config TIMER_TMR_CMSDK_APB bool default y depends on COUNTER && BOARD_V2M_BEETLE ---- At ``/counter/Kconfig.tmr_cmsdk_apb:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:25`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config TIMER_TMR_CMSDK_APB bool "ARM CMSDK (Cortex-M System Design Kit) Timer driver" depends on SOC_FAMILY_ARM && COUNTER help The timers (TMR) present in the platform are used as timers. This option enables the support for the timers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*