CONFIG_COUNTER_TIMER_STM32¶
STM32 counter driver
Type: bool
Help¶
Enable the counter driver for STM32 family of processors.
Default¶
n
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/counter/Kconfig.stm32_timer:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:66
→ 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.)