aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorKevin Wells <wellsk40@gmail.com>2010-08-29 01:45:22 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-08-29 01:46:18 -0400
commit3045a5f5202a1e0ab6ba2bf90a786cf4cae6932a (patch)
tree1aad58ca30bfb76704a6fa0be4197efb1c9be770 /drivers/input/touchscreen/Kconfig
parent5e8b9140f306ce30e7c56c568198720514efc872 (diff)
Input: add LPC32xx touchscreen controller driver
This patch set introduces support for the LPC32xx touchscreen controller driver. The LPC32xx touchscreen controller supports automated event detection and X/Y data conversion for resistive touchscreens. Signed-off-by: Kevin Wells <wellsk40@gmail.com> Signed-off-by: Durgesh Pattamatta <durgesh.pattamatta@nxp.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 0069d9703fda..400c99de0bb3 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -214,6 +214,16 @@ config TOUCHSCREEN_WACOM_W8001
214 To compile this driver as a module, choose M here: the 214 To compile this driver as a module, choose M here: the
215 module will be called wacom_w8001. 215 module will be called wacom_w8001.
216 216
217config TOUCHSCREEN_LPC32XX
218 tristate "LPC32XX touchscreen controller"
219 depends on ARCH_LPC32XX
220 help
221 Say Y here if you have a LPC32XX device and want
222 to support the built-in touchscreen.
223
224 To compile this driver as a module, choose M here: the
225 module will be called lpc32xx_ts.
226
217config TOUCHSCREEN_MCS5000 227config TOUCHSCREEN_MCS5000
218 tristate "MELFAS MCS-5000 touchscreen" 228 tristate "MELFAS MCS-5000 touchscreen"
219 depends on I2C 229 depends on I2C