summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Makefile
diff options
context:
space:
mode:
authorEric Miao2008-12-23 10:21:04 +0100
committerDmitry Torokhov2008-12-23 10:36:50 +0100
commit9bcc00b96fc14c0cca94252b19a6e05c7d031f4a (patch)
tree16b6cd440174a86e9b2e88782a936b8d397b67b2 /drivers/input/touchscreen/Makefile
parentInput: ads7846 - strict_strtoul takes unsigned long (diff)
downloadkernel-qcow2-linux-9bcc00b96fc14c0cca94252b19a6e05c7d031f4a.tar.gz
kernel-qcow2-linux-9bcc00b96fc14c0cca94252b19a6e05c7d031f4a.tar.xz
kernel-qcow2-linux-9bcc00b96fc14c0cca94252b19a6e05c7d031f4a.zip
Input: add da9034 touchscreen support
Add support for the built-in touchscreen controller in DA9034 (aka Micco), usually found on platforms with xscale processors. Signed-off-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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 127f87cc2e2e..d3375aff46fe 100644
--- a/drivers/input/touchscreen/Makefile
+++ b/drivers/input/touchscreen/Makefile
@@ -29,6 +29,7 @@ obj-$(CONFIG_TOUCHSCREEN_TSC2007) += tsc2007.o
obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o
obj-$(CONFIG_TOUCHSCREEN_WACOM_W8001) += wacom_w8001.o
obj-$(CONFIG_TOUCHSCREEN_WM97XX) += wm97xx-ts.o
+obj-$(CONFIG_TOUCHSCREEN_DA9034) += da9034-ts.o
wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9705) += wm9705.o
wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9712) += wm9712.o
wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9713) += wm9713.o