Lines Matching +full:stm32 +full:- +full:timer +full:- +full:counter
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Counter devices
6 menuconfig COUNTER config
7 tristate "Counter support"
9 This enables counter device support through the Generic Counter
11 one or more of the counter device drivers below.
13 if COUNTER
16 tristate "ACCES 104-QUAD-8 driver"
20 Say yes here to build support for the ACCES 104-QUAD-8 quadrature
21 encoder counter/interface device family (104-QUAD-8, 104-QUAD-4).
23 A counter's respective error flag may be cleared by performing a write
25 104-QUAD-8 counters have a 25-bit range, only the lower 24 bits may be
26 set, either directly or via the counter's preset attribute.
33 tristate "Interrupt counter driver"
36 Select this option to enable interrupt counter driver. Any interrupt
40 module will be called interrupt-cnt.
43 tristate "STM32 Timer encoder counter driver"
46 Select this option to enable STM32 Timer quadrature encoder
47 and counter driver.
50 module will be called stm32-timer-cnt.
53 tristate "STM32 LP Timer encoder counter driver"
56 Select this option to enable STM32 Low-Power Timer quadrature encoder
57 and counter driver.
60 module will be called stm32-lptimer-cnt.
63 tristate "TI eQEP counter driver"
68 Encoder Pulse (eQEP) counter driver.
71 called ti-eqep.
74 tristate "Flex Timer Module Quadrature decoder driver"
77 Select this option to enable the Flex Timer Quadrature decoder
81 module will be called ftm-quaddec.
84 tristate "Microchip Timer Counter Capture driver"
88 Select this option to enable the Microchip Timer Counter Block
92 module will be called microchip-tcb-capture.
102 will be called intel-qep.
117 will be called ti-ecap-capture.
119 endif # COUNTER