-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/counter/Kconfig.dtmr_cmsdk_apb:11
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:66
→ drivers/counter/Kconfig:20
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" ifSOC_FAMILY_ARM
&&COUNTER
depends onSOC_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.)