-
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 if’s and menus.)
Defaults¶
- “y” if
COUNTER
&&BOARD_MPS2_AN385
- “y” if
COUNTER
&&BOARD_V2M_BEETLE
- “y” if
COUNTER
&&BOARD_MUSCA_A
Kconfig definitions¶
At boards/arm/mps2_an385/Kconfig.defconfig:50
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config TIMER_TMR_CMSDK_APB bool default "y" ifCOUNTER
&&BOARD_MPS2_AN385
depends onCOUNTER
&&BOARD_MPS2_AN385
At boards/arm/v2m_beetle/Kconfig.defconfig:59
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config TIMER_TMR_CMSDK_APB bool default "y" ifCOUNTER
&&BOARD_V2M_BEETLE
depends onCOUNTER
&&BOARD_V2M_BEETLE
At boards/arm/v2m_musca/Kconfig.defconfig:43
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config TIMER_TMR_CMSDK_APB bool default "y" ifCOUNTER
&&BOARD_MUSCA_A
depends onCOUNTER
&&BOARD_MUSCA_A
At drivers/counter/Kconfig.tmr_cmsdk_apb:11
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:64
→ drivers/counter/Kconfig:25
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.)