diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-12-15 11:48:57 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-12-15 11:54:51 -0500 |
commit | d201fd5dfb22801b6b012bb9f58cd186e4690d98 (patch) | |
tree | 54224db95f01d41674f2ccc9b87cecbcdf151ce3 /drivers/input/touchscreen/Makefile | |
parent | 60214f058f44cfaa38db2abf0b42d4436c31aa58 (diff) |
Input: add mc13783 touchscreen driver
This driver provides support for the touchscreen interface
integrated into the Freescale MC13783.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Luotao Fu <l.fu@pengutronix.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Makefile')
-rw-r--r-- | drivers/input/touchscreen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile index f1f59c9e1211..d61a3b4def9a 100644 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile | |||
@@ -18,6 +18,7 @@ obj-$(CONFIG_TOUCHSCREEN_EETI) += eeti_ts.o | |||
18 | obj-$(CONFIG_TOUCHSCREEN_ELO) += elo.o | 18 | obj-$(CONFIG_TOUCHSCREEN_ELO) += elo.o |
19 | obj-$(CONFIG_TOUCHSCREEN_FUJITSU) += fujitsu_ts.o | 19 | obj-$(CONFIG_TOUCHSCREEN_FUJITSU) += fujitsu_ts.o |
20 | obj-$(CONFIG_TOUCHSCREEN_INEXIO) += inexio.o | 20 | obj-$(CONFIG_TOUCHSCREEN_INEXIO) += inexio.o |
21 | obj-$(CONFIG_TOUCHSCREEN_MC13783) += mc13783_ts.o | ||
21 | obj-$(CONFIG_TOUCHSCREEN_MCS5000) += mcs5000_ts.o | 22 | obj-$(CONFIG_TOUCHSCREEN_MCS5000) += mcs5000_ts.o |
22 | obj-$(CONFIG_TOUCHSCREEN_MIGOR) += migor_ts.o | 23 | obj-$(CONFIG_TOUCHSCREEN_MIGOR) += migor_ts.o |
23 | obj-$(CONFIG_TOUCHSCREEN_MTOUCH) += mtouch.o | 24 | obj-$(CONFIG_TOUCHSCREEN_MTOUCH) += mtouch.o |