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 @@ -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+
521532source "drivers/misc/c2port/Kconfig"
522533source "drivers/misc/eeprom/Kconfig"
523534source "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_INTEL_MEI) += mei/
4748obj-$(CONFIG_VMWARE_VMCI) += vmw_vmci/
4849obj-$(CONFIG_LATTICE_ECP3_CONFIG) += lattice-ecp3-config.o
You can’t perform that action at this time.
0 commit comments