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

SOC_FAMILY_ARM && COUNTER

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/counter/Kconfig.tmr_cmsdk_apb:11

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:66drivers/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" if SOC_FAMILY_ARM && COUNTER
    depends on SOC_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.)