Lines Matching +full:stm32 +full:- +full:lptimer +full:- +full:counter

1 # SPDX-License-Identifier: GPL-2.0-only
3 # Counter devices
8 select COUNTER
21 menuconfig COUNTER config
22 tristate "Counter support"
24 This enables counter device support through the Generic Counter
26 one or more of the counter device drivers below.
28 if COUNTER
31 tristate "ACCES 104-QUAD-8 driver"
37 Say yes here to build support for the ACCES 104-QUAD-8 quadrature
38 encoder counter/interface device family (104-QUAD-8, 104-QUAD-4).
40 A counter's respective error flag may be cleared by performing a write
41 operation on the respective count value attribute. The 104-QUAD-8
42 counters may be set either directly or via the counter's preset
58 module will be called ftm-quaddec.
69 will be called intel-qep.
72 tristate "Interrupt counter driver"
75 Select this option to enable interrupt counter driver. Any interrupt
79 module will be called interrupt-cnt.
82 tristate "Microchip Timer Counter Capture driver"
87 Select this option to enable the Microchip Timer Counter Block
91 module will be called microchip-tcb-capture.
94 tristate "Renesas RZ/G2L MTU3a counter driver"
97 Enable support for MTU3a counter driver found on Renesas RZ/G2L alike
98 SoCs. This IP supports both 16-bit and 32-bit phase counting mode
102 module will be called rz-mtu3-cnt.
105 tristate "STM32 LP Timer encoder counter driver"
108 Select this option to enable STM32 Low-Power Timer quadrature encoder
109 and counter driver.
112 module will be called stm32-lptimer-cnt.
115 tristate "STM32 Timer encoder counter driver"
118 Select this option to enable STM32 Timer quadrature encoder
119 and counter driver.
122 module will be called stm32-timer-cnt.
137 will be called ti-ecap-capture.
140 tristate "TI eQEP counter driver"
145 Encoder Pulse (eQEP) counter driver.
148 called ti-eqep.
150 endif # COUNTER