:orphan: .. title:: CONFIG_COUNTER_TIMER_STM32 .. kconfig:: CONFIG_COUNTER_TIMER_STM32 CONFIG_COUNTER_TIMER_STM32 ########################## *STM32 counter driver* Type: ``bool`` Help ==== .. code-block:: none Enable the counter driver for STM32 family of processors. Direct dependencies =================== \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`USE_STM32_LL_TIM ` Kconfig definition ================== At ``/counter/Kconfig.stm32_timer:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:39`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig 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.)*