CONFIG_COUNTER_TIMER_STM32

STM32 counter driver

Type: bool

Help

Enable the counter driver for STM32 family of processors.

Direct dependencies

COUNTER

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols selected by this symbol

Kconfig definition

At <Driver>/counter/Kconfig.stm32_timer:6

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:66<Driver>/counter/Kconfig:39

Menu path: (Top) → Device Drivers → Counter Drivers

config COUNTER_TIMER_STM32
    bool "STM32 counter driver"
    default n
    select USE_STM32_LL_TIM
    depends on COUNTER
    help
      Enable the counter driver for STM32 family of processors.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)