-
CONFIG_TIMER_TMR_CMSDK_APB
¶
ARM CMSDK (Cortex-M System Design Kit) Timer driver
Type: bool
Help¶
The timers (TMR) present in the platform are used as timers. This option enables the support for the timers.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/counter/Kconfig.tmr_cmsdk_apb:11
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:66
→ drivers/counter/Kconfig:18
Menu path: (top menu) → Device Drivers → Counter Drivers
config TIMER_TMR_CMSDK_APB bool prompt "ARM CMSDK (Cortex-M System Design Kit) Timer driver" ifSOC_FAMILY_ARM
&&COUNTER
depends onSOC_FAMILY_ARM
&&COUNTER
help The timers (TMR) present in the platform are used as timers. This option enables the support for the timers.
(Definitions include propagated dependencies, including from if’s and menus.)