From 9d4062a965df9e9407e00da167ba8512b8bbd648 Mon Sep 17 00:00:00 2001 From: Sudhakar Manapati Date: Sat, 9 May 2015 12:43:24 +0530 Subject: [PATCH] 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 --- drivers/input/touchscreen/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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