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 <Zephyr>/drivers/counter/Kconfig.stm32_timer:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:66<Zephyr>/drivers/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.)