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