Kconfig (597f55e3f36cb512ad82e22f67b9e0962ac1059f) Kconfig (a3b9a99980d9fa01f6c18c359cf503b874f183de)
1#
2# Counter devices
3#
4
5menuconfig COUNTER
6 tristate "Counter support"
7 help
8 This enables counter device support through the Generic Counter

--- 34 unchanged lines hidden (view full) ---

43 depends on (MFD_STM32_LPTIMER || COMPILE_TEST) && IIO
44 help
45 Select this option to enable STM32 Low-Power Timer quadrature encoder
46 and counter driver.
47
48 To compile this driver as a module, choose M here: the
49 module will be called stm32-lptimer-cnt.
50
1#
2# Counter devices
3#
4
5menuconfig COUNTER
6 tristate "Counter support"
7 help
8 This enables counter device support through the Generic Counter

--- 34 unchanged lines hidden (view full) ---

43 depends on (MFD_STM32_LPTIMER || COMPILE_TEST) && IIO
44 help
45 Select this option to enable STM32 Low-Power Timer quadrature encoder
46 and counter driver.
47
48 To compile this driver as a module, choose M here: the
49 module will be called stm32-lptimer-cnt.
50
51config FTM_QUADDEC
52 tristate "Flex Timer Module Quadrature decoder driver"
53 help
54 Select this option to enable the Flex Timer Quadrature decoder
55 driver.
56
57 To compile this driver as a module, choose M here: the
58 module will be called ftm-quaddec.
59
51endif # COUNTER
60endif # COUNTER