Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199393
b: refs/heads/master
c: 7525996
h: refs/heads/master
i:
  199391: d970792
v: v3
  • Loading branch information
Todd Fischer authored and Samuel Ortiz committed May 27, 2010
1 parent 6b75fa5 commit 63f3e4d
Show file tree
Hide file tree
Showing 7 changed files with 444 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31dd6a2672e337f5de188df3e5169ee732798236
refs/heads/master: 752599667048898b6969e06e4637f906b04ec752
13 changes: 13 additions & 0 deletions trunk/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 trunk/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 63f3e4d

Please sign in to comment.