diff options
author | Sébastien Szymanski <sebastien.szymanski@armadeus.com> | 2015-03-06 19:49:38 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-03-06 20:18:17 -0500 |
commit | 902cb3afab8d4c924376de51ec5c02d171992914 (patch) | |
tree | 9e06effd056496213127d258d318e583874fc285 /drivers/input/touchscreen/Makefile | |
parent | 771d8f1b178e7e09fcc641fccd48852958dbc329 (diff) |
Input: add support for Semtech SX8654 I2C touchscreen controller
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
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 0242fea2102a..a06a752966fe 100644 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile | |||
@@ -79,5 +79,6 @@ obj-$(CONFIG_TOUCHSCREEN_WM97XX_ATMEL) += atmel-wm97xx.o | |||
79 | obj-$(CONFIG_TOUCHSCREEN_WM97XX_MAINSTONE) += mainstone-wm97xx.o | 79 | obj-$(CONFIG_TOUCHSCREEN_WM97XX_MAINSTONE) += mainstone-wm97xx.o |
80 | obj-$(CONFIG_TOUCHSCREEN_WM97XX_ZYLONITE) += zylonite-wm97xx.o | 80 | obj-$(CONFIG_TOUCHSCREEN_WM97XX_ZYLONITE) += zylonite-wm97xx.o |
81 | obj-$(CONFIG_TOUCHSCREEN_W90X900) += w90p910_ts.o | 81 | obj-$(CONFIG_TOUCHSCREEN_W90X900) += w90p910_ts.o |
82 | obj-$(CONFIG_TOUCHSCREEN_SX8654) += sx8654.o | ||
82 | obj-$(CONFIG_TOUCHSCREEN_TPS6507X) += tps6507x-ts.o | 83 | obj-$(CONFIG_TOUCHSCREEN_TPS6507X) += tps6507x-ts.o |
83 | obj-$(CONFIG_TOUCHSCREEN_ZFORCE) += zforce_ts.o | 84 | obj-$(CONFIG_TOUCHSCREEN_ZFORCE) += zforce_ts.o |