:orphan: .. title:: TIMER_DTMR_CMSDK_APB .. option:: CONFIG_TIMER_DTMR_CMSDK_APB *ARM CMSDK (Cortex-M System Design Kit) DTMR Timer driver* Type: ``bool`` Help ==== The dualtimer (DTMR) present in the platform is used as a timer. This option enables the support for the timer. Direct dependencies =================== (\ :option:`COUNTER ` && \ :option:`BOARD_MPS2_AN385 `) || (\ :option:`COUNTER ` && \ :option:`BOARD_V2M_BEETLE `) || (\ :option:`COUNTER ` && \ :option:`BOARD_MUSCA_A `) || (\ :option:`SOC_FAMILY_ARM ` && \ :option:`COUNTER `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/mps2_an385/Kconfig.defconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config TIMER_DTMR_CMSDK_APB bool default y depends on \ :option:`COUNTER ` && \ :option:`BOARD_MPS2_AN385 ` ---- At ``boards/arm/v2m_beetle/Kconfig.defconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config TIMER_DTMR_CMSDK_APB bool default y depends on \ :option:`COUNTER ` && \ :option:`BOARD_V2M_BEETLE ` ---- At ``boards/arm/v2m_musca/Kconfig.defconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config TIMER_DTMR_CMSDK_APB bool default y depends on \ :option:`COUNTER ` && \ :option:`BOARD_MUSCA_A ` ---- At ``drivers/counter/Kconfig.dtmr_cmsdk_apb:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:21`` Menu path: (Top) → Device Drivers → Counter Drivers .. parsed-literal:: config TIMER_DTMR_CMSDK_APB bool "ARM CMSDK (Cortex-M System Design Kit) DTMR Timer driver" depends on \ :option:`SOC_FAMILY_ARM ` && \ :option:`COUNTER ` help The dualtimer (DTMR) present in the platform is used as a timer. This option enables the support for the timer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*