The latest development version of this page may be more current than this released 1.14.0 version.
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) || (COUNTER && BOARD_MUSCA_A) || (SOC_FAMILY_ARM && COUNTER)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At boards/arm/mps2_an385/Kconfig.defconfig:53

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config TIMER_DTMR_CMSDK_APB
    bool
    default "y" if COUNTER && BOARD_MPS2_AN385
    depends on COUNTER && BOARD_MPS2_AN385

At boards/arm/v2m_beetle/Kconfig.defconfig:62

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config TIMER_DTMR_CMSDK_APB
    bool
    default "y" if COUNTER && BOARD_V2M_BEETLE
    depends on COUNTER && BOARD_V2M_BEETLE

At boards/arm/v2m_musca/Kconfig.defconfig:46

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config TIMER_DTMR_CMSDK_APB
    bool
    default "y" if COUNTER && BOARD_MUSCA_A
    depends on COUNTER && BOARD_MUSCA_A

At drivers/counter/Kconfig.dtmr_cmsdk_apb:11

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:64drivers/counter/Kconfig:27

Menu path: (top menu) → Device Drivers → Counter Drivers

config TIMER_DTMR_CMSDK_APB
    bool
    prompt "ARM CMSDK (Cortex-M System Design Kit) DTMR Timer driver" if SOC_FAMILY_ARM && COUNTER
    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.

(Definitions include propagated dependencies, including from if’s and menus.)