1# Copyright (c) 2021 Kent Hall
2# SPDX-License-Identifier: Apache-2.0
3
4config COUNTER_TIMER_STM32
5	bool "STM32 counter driver"
6	default y
7	depends on DT_HAS_ST_STM32_COUNTER_ENABLED
8	select USE_STM32_LL_TIM
9	select RESET
10	help
11	  Enable the counter driver for STM32 family of processors.
12