CONFIG_COUNTER_DTMR_CMSDK_APB

ARM CMSDK (Cortex-M System Design Kit) DTMR Counter driver

Type: bool

Help

The dualtimer (DTMR) present in the platform is used as a counter. This option enables the support for the counter.

Direct dependencies

SOC_FAMILY_ARM && COUNTER

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/counter/Kconfig.dtmr_cmsdk_apb:42

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:66drivers/counter/Kconfig:20

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

config COUNTER_DTMR_CMSDK_APB
    bool
    prompt "ARM CMSDK (Cortex-M System Design Kit) DTMR Counter driver" if SOC_FAMILY_ARM && COUNTER
    depends on SOC_FAMILY_ARM && COUNTER
    help
      The dualtimer (DTMR) present in the platform is used as a counter.
      This option enables the support for the counter.

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