Skip to content

Commit

Permalink
input: Touchscreen driver for TPS6507x
Browse files Browse the repository at this point in the history
Add touch screen input driver for TPS6507x family of multi-function
chips.  Uses the TPS6507x MFD driver.  No interrupt support due to
testing limitations of current hardware.

Signed-off-by: Todd Fischer <todd.fischer@ridgerun.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Todd Fischer authored and Samuel Ortiz committed May 27, 2010
1 parent 31dd6a2 commit 7525996
Show file tree
Hide file tree
Showing 6 changed files with 443 additions and 0 deletions.
13 changes: 13 additions & 0 deletions drivers/input/touchscreen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -590,4 +590,17 @@ config TOUCHSCREEN_PCAP

To compile this driver as a module, choose M here: the
module will be called pcap_ts.

config TOUCHSCREEN_TPS6507X
tristate "TPS6507x based touchscreens"
depends on I2C
help
Say Y here if you have a TPS6507x based touchscreen
controller.

If unsure, say N.

To compile this driver as a module, choose M here: the
module will be called tps6507x_ts.

endif
1 change: 1 addition & 0 deletions drivers/input/touchscreen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ obj-$(CONFIG_TOUCHSCREEN_WM97XX_ATMEL) += atmel-wm97xx.o
obj-$(CONFIG_TOUCHSCREEN_WM97XX_MAINSTONE) += mainstone-wm97xx.o
obj-$(CONFIG_TOUCHSCREEN_WM97XX_ZYLONITE) += zylonite-wm97xx.o
obj-$(CONFIG_TOUCHSCREEN_W90X900) += w90p910_ts.o
obj-$(CONFIG_TOUCHSCREEN_TPS6507X) += tps6507x-ts.o
Loading

0 comments on commit 7525996

Please sign in to comment.