1
0
Fork 0
alistair23-linux/drivers/iio/counter/Kconfig

18 lines
436 B
Plaintext

#
# 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