File tree Expand file tree Collapse file tree 3 files changed +750
-0
lines changed
Expand file tree Collapse file tree 3 files changed +750
-0
lines changed Original file line number Diff line number Diff 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+
528539source "drivers/misc/c2port/Kconfig"
529540source "drivers/misc/eeprom/Kconfig"
530541source "drivers/misc/cb710/Kconfig"
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ obj-y += ti-st/
4343obj-y += lis3lv02d/
4444obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o
4545obj-$(CONFIG_ALTERA_STAPL) +=altera-stapl/
46+ obj-$(CONFIG_TIEQEP) += tieqep.o
4647obj-$(CONFIG_BONE_CAPEMGR) += bone_capemgr.o
4748obj-$(CONFIG_DEV_OVERLAYMGR) += devovmgr.o
4849obj-$(CONFIG_INTEL_MEI) += mei/
You can’t perform that action at this time.
0 commit comments