aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/counter/Kconfig
blob: eeb358122cbe168ba7791d966363ff5a2d38d893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Counter devices
#
# When adding new entries keep the list in alphabetical order

menu "Counters"

config STM32_LPTIMER_CNT
	tristate "STM32 LP Timer encoder counter driver"
	depends on MFD_STM32_LPTIMER || COMPILE_TEST
	help
	  Select this option to enable STM32 Low-Power Timer quadrature encoder
	  and counter driver.

	  To compile this driver as a module, choose M here: the
	  module will be called stm32-lptimer-cnt.
endmenu