summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-09-12 21:29:48 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-12 21:29:48 -0700
commitd8ff4b64681d4584dbee3e4a3c53f3e4dd1a38ae (patch)
treeef2a8665f5f1aaa443e7217ce1c24fb94d1a1c89 /drivers
parentd8cee129cd58c97c61558926222e59ce30d24e10 (diff)
parent5d690a9685c4471268e1469e4682c7d7f33301a6 (diff)
Merge "input: Makefile: include ITE tech touch driver for compilation"
Diffstat (limited to 'drivers')
-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 e1777f11d77b..f448df5b234c 100644
--- a/drivers/input/touchscreen/Makefile
+++ b/drivers/input/touchscreen/Makefile
@@ -45,6 +45,7 @@ obj-$(CONFIG_TOUCHSCREEN_ILI210X) += ili210x.o
obj-$(CONFIG_TOUCHSCREEN_IMX6UL_TSC) += imx6ul_tsc.o
obj-$(CONFIG_TOUCHSCREEN_INEXIO) += inexio.o
obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) += intel-mid-touch.o
+obj-$(CONFIG_TOUCHSCREEN_IT7260_I2C) += it7258_ts_i2c.o
obj-$(CONFIG_TOUCHSCREEN_IPROC) += bcm_iproc_tsc.o
obj-$(CONFIG_TOUCHSCREEN_LPC32XX) += lpc32xx_ts.o
obj-$(CONFIG_TOUCHSCREEN_MAX11801) += max11801_ts.o