Skip to content

Commit

Permalink
add tsc2004 resistive touch driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnelsonaz committed Jun 2, 2013
1 parent a516593 commit 2b95627
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 0 deletions.
11 changes: 11 additions & 0 deletions drivers/input/touchscreen/Kconfig
Expand Up @@ -718,6 +718,17 @@ config TOUCHSCREEN_TSC2007
To compile this driver as a module, choose M here: the
module will be called tsc2007.

config TOUCHSCREEN_TSC2004
tristate "TSC2004 based touchscreens"
depends on I2C
help
Say Y here if you have a TSC2004 based touchscreen.

If unsure, say N.

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

config TOUCHSCREEN_W90X900
tristate "W90P910 touchscreen driver"
depends on HAVE_CLK
Expand Down
1 change: 1 addition & 0 deletions drivers/input/touchscreen/Makefile
Expand Up @@ -49,6 +49,7 @@ obj-$(CONFIG_TOUCHSCREEN_TOUCHRIGHT) += touchright.o
obj-$(CONFIG_TOUCHSCREEN_TOUCHWIN) += touchwin.o
obj-$(CONFIG_TOUCHSCREEN_TSC2005) += tsc2005.o
obj-$(CONFIG_TOUCHSCREEN_TSC2007) += tsc2007.o
obj-$(CONFIG_TOUCHSCREEN_TSC2004) += tsc2004.o
obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o
obj-$(CONFIG_TOUCHSCREEN_WACOM_W8001) += wacom_w8001.o
obj-$(CONFIG_TOUCHSCREEN_WM831X) += wm831x-ts.o
Expand Down

0 comments on commit 2b95627

Please sign in to comment.