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¶
(COUNTER && BOARD_MPS2_AN385) || (COUNTER && BOARD_V2M_BEETLE) || (SOC_FAMILY_ARM && COUNTER)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
Kconfig definitions¶
At <Zephyr Boards>/arm/mps2_an385/Kconfig.defconfig:35
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config TIMER_DTMR_CMSDK_APB
    bool
    default y
    depends on COUNTER && BOARD_MPS2_AN385
At <Zephyr Boards>/arm/v2m_beetle/Kconfig.defconfig:41
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config TIMER_DTMR_CMSDK_APB
    bool
    default y
    depends on COUNTER && BOARD_V2M_BEETLE
At <Zephyr Driver>/counter/Kconfig.dtmr_cmsdk_apb:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:66 → <Zephyr Driver>/counter/Kconfig:21
Menu path: (Top) → Device Drivers → Counter Drivers
config TIMER_DTMR_CMSDK_APB
    bool "ARM CMSDK (Cortex-M System Design Kit) DTMR Timer driver"
    depends on SOC_FAMILY_ARM && 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.)