summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Makefile
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2010-09-05 21:20:24 +0200
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-09-05 21:20:24 +0200
commit92944c1c943647c7eb39c081feeecdd169f68ee4 (patch)
tree1412deee46f6be19cf9b5a65a8d76ed4553866a8 /drivers/input/touchscreen/Makefile
parentInput: add support for PowerOn button on the AB8500 MFD (diff)
parentInput: mrst-touchscreen - move out of staging (diff)
downloadlinux-92944c1c943647c7eb39c081feeecdd169f68ee4.tar.xz
linux-92944c1c943647c7eb39c081feeecdd169f68ee4.zip
Merge branch 'mrst-touchscreen' into next
Conflicts: drivers/input/touchscreen/Makefile
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 22e2d598dc69..f1bc8a416824 100644
--- a/drivers/input/touchscreen/Makefile
+++ b/drivers/input/touchscreen/Makefile
@@ -23,6 +23,7 @@ obj-$(CONFIG_TOUCHSCREEN_EETI) += eeti_ts.o
obj-$(CONFIG_TOUCHSCREEN_ELO) += elo.o
obj-$(CONFIG_TOUCHSCREEN_FUJITSU) += fujitsu_ts.o
obj-$(CONFIG_TOUCHSCREEN_INEXIO) += inexio.o
+obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) += intel-mid-touch.o
obj-$(CONFIG_TOUCHSCREEN_LPC32XX) += lpc32xx_ts.o
obj-$(CONFIG_TOUCHSCREEN_MC13783) += mc13783_ts.o
obj-$(CONFIG_TOUCHSCREEN_MCS5000) += mcs5000_ts.o