aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Makefile
diff options
context:
space:
mode:
authorMichael Welling <mwelling@ieee.org>2015-11-02 22:54:23 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-11-03 14:54:22 -0800
commita748941c95d2cd8f1a23e4e716b3178179c7fdbe (patch)
treeeeee688fb74cf193a4223a27d1d01fdd8b998c9f /drivers/input/touchscreen/Makefile
parentInput: tsc200x-core - rename functions and variables (diff)
downloadlinux-dev-a748941c95d2cd8f1a23e4e716b3178179c7fdbe.tar.xz
linux-dev-a748941c95d2cd8f1a23e4e716b3178179c7fdbe.zip
Input: tsc2004 - add support for tsc2004
This adds support for the i2c based tsc2004 touchscreen controller. Signed-off-by: Michael Welling <mwelling@ieee.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Makefile')
-rw-r--r--drivers/input/touchscreen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile
index 03179f28c259..cbaa6abb08da 100644
--- a/drivers/input/touchscreen/Makefile
+++ b/drivers/input/touchscreen/Makefile
@@ -70,6 +70,7 @@ obj-$(CONFIG_TOUCHSCREEN_TOUCHRIGHT) += touchright.o
obj-$(CONFIG_TOUCHSCREEN_TOUCHWIN) += touchwin.o
obj-$(CONFIG_TOUCHSCREEN_TSC_SERIO) += tsc40.o
obj-$(CONFIG_TOUCHSCREEN_TSC200X_CORE) += tsc200x-core.o
+obj-$(CONFIG_TOUCHSCREEN_TSC2004) += tsc2004.o
obj-$(CONFIG_TOUCHSCREEN_TSC2005) += tsc2005.o
obj-$(CONFIG_TOUCHSCREEN_TSC2007) += tsc2007.o
obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o