Skip to content

Commit e31a085

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

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
@@ -525,6 +525,17 @@ config DEV_OVERLAYMGR
525525
Say Y here to include support for the automagical dev
526526
overlay manager.
527527

528+
config TIEQEP
529+
tristate "EQEP Hardware quadrature encoder controller"
530+
depends on SOC_AM33XX
531+
select PWM_TIPWMSS
532+
help
533+
Driver support for the EQEP quadrature encoder controller AM33XX
534+
TI SOC
535+
536+
To compile this driver as a module, choose M here: the module
537+
will be called tieqep.
538+
528539
source "drivers/misc/c2port/Kconfig"
529540
source "drivers/misc/eeprom/Kconfig"
530541
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_BONE_CAPEMGR) += bone_capemgr.o
4748
obj-$(CONFIG_DEV_OVERLAYMGR) += devovmgr.o
4849
obj-$(CONFIG_INTEL_MEI) += mei/

0 commit comments

Comments
 (0)