aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorJianchun Bian <jcbian@pixcir.com.cn>2011-12-30 18:16:21 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-12-30 18:25:52 -0500
commit36a281e25276f2d138bbbca4170d11453323cce1 (patch)
treeee27168ff87f8ec5d8d73ad36ac678ac39f22b80 /drivers/input/touchscreen/Kconfig
parent48c98b1bb85a09adf4aa27316682d573e1f37ebf (diff)
Input: add driver for pixcir i2c touchscreens
This patch adds a driver for PIXCIR's I2C connected touchscreens. Signed-off-by: Jianchun <jcbian@pixcir.com.cn> Acked-by: Henrik Rydberg <rydberg@euromail.se> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-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 a121e36e5a4..4af2a18eb3b 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -458,6 +458,18 @@ config TOUCHSCREEN_UCB1400
458 To compile this driver as a module, choose M here: the 458 To compile this driver as a module, choose M here: the
459 module will be called ucb1400_ts. 459 module will be called ucb1400_ts.
460 460
461config TOUCHSCREEN_PIXCIR
462 tristate "PIXCIR I2C touchscreens"
463 depends on I2C
464 help
465 Say Y here if you have a pixcir i2c touchscreen
466 controller.
467
468 If unsure, say N.
469
470 To compile this driver as a module, choose M here: the
471 module will be called pixcir_i2c_ts.
472
461config TOUCHSCREEN_WM831X 473config TOUCHSCREEN_WM831X
462 tristate "Support for WM831x touchscreen controllers" 474 tristate "Support for WM831x touchscreen controllers"
463 depends on MFD_WM831X 475 depends on MFD_WM831X