aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Makefile
diff options
context:
space:
mode:
authorMichael Welling <mwelling@ieee.org>2015-11-02 17:45:51 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-11-03 14:49:25 -0800
commit6ac2438132ae1f8b12285f9d97a4c8d6aa6f89f0 (patch)
treeaab36ae57184d7a4c06738856d4ef895eaf49e19 /drivers/input/touchscreen/Makefile
parentInput: evdev - fix bug in checking duplicate clock change request (diff)
downloadlinux-dev-6ac2438132ae1f8b12285f9d97a4c8d6aa6f89f0.tar.xz
linux-dev-6ac2438132ae1f8b12285f9d97a4c8d6aa6f89f0.zip
Input: tsc2005 - separate SPI and core functions
This patch separates the SPI functionality from core functionality that overlaps with the tsc2004. Prepares kernel for new tsc2004 driver without much redundant code. Signed-off-by: Michael Welling <mwelling@ieee.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 17435c7e97e3..03179f28c259 100644
--- a/drivers/input/touchscreen/Makefile
+++ b/drivers/input/touchscreen/Makefile
@@ -69,6 +69,7 @@ obj-$(CONFIG_TOUCHSCREEN_TOUCHIT213) += touchit213.o
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_TSC2005) += tsc2005.o
obj-$(CONFIG_TOUCHSCREEN_TSC2007) += tsc2007.o
obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o