aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorOlivier Sobrie <olivier@sobrie.be>2012-03-17 02:57:09 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2012-03-17 15:20:44 -0400
commit5c6a7a62c130afef3d61c1dee153012231ff5cd9 (patch)
tree19052f6ddcb413ebc967f9f32d923b9fddb24a04 /drivers/input/touchscreen/Kconfig
parent14b5842ebf552d242b0238f70d0730a564065fb0 (diff)
Input: ili210x - add support for Ilitek ILI210x based touchscreens
The driver supports chipsets ILI2102, ILI2102s, ILI2103, ILI2103s and ILI2105. Such kind of controllers can be found in Amazon Kindle Fire devices. Reviewed-by: Jan Paesmans <jan.paesmans@gmail.com> Reviewed-by: Henrik Rydberg <rydberg@euromail.se> Signed-off-by: Olivier Sobrie <olivier@sobrie.be> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index fc087b3c95cf..97b31a0e0525 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -243,6 +243,21 @@ config TOUCHSCREEN_FUJITSU
243 To compile this driver as a module, choose M here: the 243 To compile this driver as a module, choose M here: the
244 module will be called fujitsu-ts. 244 module will be called fujitsu-ts.
245 245
246config TOUCHSCREEN_ILI210X
247 tristate "Ilitek ILI210X based touchscreen"
248 depends on I2C
249 help
250 Say Y here if you have a ILI210X based touchscreen
251 controller. This driver supports models ILI2102,
252 ILI2102s, ILI2103, ILI2103s and ILI2105.
253 Such kind of chipsets can be found in Amazon Kindle Fire
254 touchscreens.
255
256 If unsure, say N.
257
258 To compile this driver as a module, choose M here: the
259 module will be called ili210x.
260
246config TOUCHSCREEN_S3C2410 261config TOUCHSCREEN_S3C2410
247 tristate "Samsung S3C2410/generic touchscreen input driver" 262 tristate "Samsung S3C2410/generic touchscreen input driver"
248 depends on ARCH_S3C2410 || SAMSUNG_DEV_TS 263 depends on ARCH_S3C2410 || SAMSUNG_DEV_TS