aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Makefile
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2006-11-17 01:07:26 -0500
committerDmitry Torokhov <dtor@insightbb.com>2006-11-17 01:07:26 -0500
commitf40219bf936bb677566f42758d505e27fad0908e (patch)
tree1ec1c5d580a6f6f4ff621d8d4599805d6543b364 /drivers/input/touchscreen/Makefile
parentInput: i8042 - fix shutdown issue on some boxes with active MUXes (diff)
downloadlinux-dev-f40219bf936bb677566f42758d505e27fad0908e.tar.xz
linux-dev-f40219bf936bb677566f42758d505e27fad0908e.zip
Input: add Philips UCB1400 touchscreen driver
Signed-off-by: Nicolas Pitre <nico@cam.org> 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 1abb8f10d608..30e6e2217a15 100644
--- a/drivers/input/touchscreen/Makefile
+++ b/drivers/input/touchscreen/Makefile
@@ -15,3 +15,4 @@ obj-$(CONFIG_TOUCHSCREEN_HP600) += hp680_ts_input.o
obj-$(CONFIG_TOUCHSCREEN_PENMOUNT) += penmount.o
obj-$(CONFIG_TOUCHSCREEN_TOUCHRIGHT) += touchright.o
obj-$(CONFIG_TOUCHSCREEN_TOUCHWIN) += touchwin.o
+obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o