summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorSudhakar Manapati <smanap@codeaurora.org>2015-05-09 12:43:24 +0530
committerAbinaya P <abinayap@codeaurora.org>2016-09-12 17:25:58 +0530
commit9d4062a965df9e9407e00da167ba8512b8bbd648 (patch)
treed45a39043ca9c4d91f0c22aeceadb82bf198d77f /drivers/input
parent911e592fdc0d6c8f63ea2aec181122a5621d4cee (diff)
input: touchscreen: add support for IT7260 touch controller series
IT7260 touch controllers are capacitative touch controller ICs with multi-touch support and can detect upto 3 fingers. Change-Id: I20a4339639a715111a340b7a607448ec7078549e Signed-off-by: Abinaya P <abinayap@codeaurora.org>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index b02abfc58aea..b9956170b909 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -1205,4 +1205,16 @@ config FT_SECURE_TOUCH
If unsure, say N.
+config TOUCHSCREEN_IT7260_I2C
+ tristate "IT7260 Touchscreen Driver"
+ depends on I2C
+ help
+ Say Y here if you have a IT7260 Touchscreen Driver
+ connected to your system.
+
+ If unsure, say N.
+
+ To compile this driver as a module, choose M here: the
+ module will be called it7258_ts_i2c.
+
endif