-
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.
Direct dependencies¶
(COUNTER
&& BOARD_MPS2_AN385
) || (COUNTER
&& BOARD_V2M_BEETLE
) || (COUNTER
&& BOARD_MUSCA_A
) || (SOC_FAMILY_ARM
&& COUNTER
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
Kconfig definitions¶
At <Zephyr>/boards/arm/mps2_an385/Kconfig.defconfig:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config TIMER_TMR_CMSDK_APB bool default y depends onCOUNTER
&&BOARD_MPS2_AN385
At <Zephyr>/boards/arm/v2m_beetle/Kconfig.defconfig:38
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config TIMER_TMR_CMSDK_APB bool default y depends onCOUNTER
&&BOARD_V2M_BEETLE
At <Zephyr>/boards/arm/v2m_musca/Kconfig.defconfig:38
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config TIMER_TMR_CMSDK_APB bool default y depends onCOUNTER
&&BOARD_MUSCA_A
At <Zephyr>/drivers/counter/Kconfig.tmr_cmsdk_apb:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/counter/Kconfig:19
Menu path: (Top) → Device Drivers → Counter Drivers
config TIMER_TMR_CMSDK_APB bool "ARM CMSDK (Cortex-M System Design Kit) Timer driver" 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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)