aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Makefile
diff options
context:
space:
mode:
authorRichard Lemon <richard@codelemon.com>2008-06-26 10:10:41 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-06-30 09:37:32 -0400
commit3cadd2d98972f806165c634553ac4918b2b7920c (patch)
treef105fefd7b21131b6a5445ee8002f9441f061d5f /drivers/input/touchscreen/Makefile
parentInput: wm9712 - no pressure measurement with 5-wire mode (diff)
downloadlinux-dev-3cadd2d98972f806165c634553ac4918b2b7920c.tar.xz
linux-dev-3cadd2d98972f806165c634553ac4918b2b7920c.zip
Input: Add driver for iNexio serial touchscreen.
Signed-off-by: Richard Lemon <richard@codelemon.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 64a11f443dce..d63bcdcd28ec 100644
--- a/drivers/input/touchscreen/Makefile
+++ b/drivers/input/touchscreen/Makefile
@@ -12,6 +12,7 @@ obj-$(CONFIG_TOUCHSCREEN_CORGI) += corgi_ts.o
obj-$(CONFIG_TOUCHSCREEN_GUNZE) += gunze.o
obj-$(CONFIG_TOUCHSCREEN_ELO) += elo.o
obj-$(CONFIG_TOUCHSCREEN_FUJITSU) += fujitsu_ts.o
+obj-$(CONFIG_TOUCHSCREEN_INEXIO) += inexio.o
obj-$(CONFIG_TOUCHSCREEN_MIGOR) += migor_ts.o
obj-$(CONFIG_TOUCHSCREEN_MTOUCH) += mtouch.o
obj-$(CONFIG_TOUCHSCREEN_MK712) += mk712.o