Skip to content

Commit ee796e0

Browse files
committed
tieqep: forward port of Nathaniel Lewis eQEP driver
Signed-off-by: Robert Nelson <[email protected]>
1 parent 850c269 commit ee796e0

File tree

3 files changed

+750
-0
lines changed

3 files changed

+750
-0
lines changed

drivers/misc/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,17 @@ config DMA_BUF_PHYS
518518
help
519519
Exports CPU physical address of DMA-BUF to user-space.
520520

521+
config TIEQEP
522+
tristate "EQEP Hardware quadrature encoder controller"
523+
depends on SOC_AM33XX
524+
select PWM_TIPWMSS
525+
help
526+
Driver support for the EQEP quadrature encoder controller AM33XX
527+
TI SOC
528+
529+
To compile this driver as a module, choose M here: the module
530+
will be called tieqep.
531+
521532
source "drivers/misc/c2port/Kconfig"
522533
source "drivers/misc/eeprom/Kconfig"
523534
source "drivers/misc/cb710/Kconfig"

drivers/misc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ obj-y += ti-st/
4343
obj-y += lis3lv02d/
4444
obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o
4545
obj-$(CONFIG_ALTERA_STAPL) +=altera-stapl/
46+
obj-$(CONFIG_TIEQEP) += tieqep.o
4647
obj-$(CONFIG_INTEL_MEI) += mei/
4748
obj-$(CONFIG_VMWARE_VMCI) += vmw_vmci/
4849
obj-$(CONFIG_LATTICE_ECP3_CONFIG) += lattice-ecp3-config.o

0 commit comments

Comments
 (0)