Skip to content

Commit 988609f

Browse files
jmentiWilliam Breathitt Gray
authored andcommitted
counter: ti-eqep: Allow eQEP driver to be built for K3 devices
TI K3 SoC's support eQEP hardware, so add ARCH_K3 to the depends so the TI eQEP driver can be built for K3 devices. Signed-off-by: Judith Mendez <[email protected]> Reviewed-by: David Lechner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: William Breathitt Gray <[email protected]>
1 parent 210457b commit 988609f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/counter/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ config TI_ECAP_CAPTURE
138138

139139
config TI_EQEP
140140
tristate "TI eQEP counter driver"
141-
depends on (SOC_AM33XX || COMPILE_TEST)
141+
depends on SOC_AM33XX || ARCH_K3 || COMPILE_TEST
142142
select REGMAP_MMIO
143143
help
144144
Select this option to enable the Texas Instruments Enhanced Quadrature

0 commit comments

Comments
 (0)