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. Interrupts
33 tristate "STM32 Timer encoder counter driver"
36 Select this option to enable STM32 Timer quadrature encoder
37 and counter driver.
40 module will be called stm32-timer-cnt.
43 tristate "STM32 LP Timer encoder counter driver"
46 Select this option to enable STM32 Low-Power Timer quadrature encoder
47 and counter driver.
50 module will be called stm32-lptimer-cnt.
53 tristate "TI eQEP counter driver"
58 Encoder Pulse (eQEP) counter driver.
61 called ti-eqep.
64 tristate "Flex Timer Module Quadrature decoder driver"
67 Select this option to enable the Flex Timer Quadrature decoder
71 module will be called ftm-quaddec.
74 tristate "Microchip Timer Counter Capture driver"
78 Select this option to enable the Microchip Timer Counter Block
82 module will be called microchip-tcb-capture.
84 endif # COUNTER