aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2011-09-28 13:04:21 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-09-28 13:24:14 -0400
commitf01536e3d68bacaf827325b716c743c542d20b64 (patch)
tree21133f78e14f9c9c97b55a625af2d178cdc673c2 /drivers/input/touchscreen/Kconfig
parent5eb9f900e5b524682ace6771529826c4ce26b6ea (diff)
Input: add a driver for TSC-40 serial touchscreen
This patch adds the TSC-40 serial touchscreen driver and should be compatible with TSC-10 and TSC-25. The driver was written by Linutronix on behalf of Bachmann electronic GmbH. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> 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 cabd9e54863f..3488ffe1fa0a 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -651,6 +651,18 @@ config TOUCHSCREEN_TOUCHIT213
651 To compile this driver as a module, choose M here: the 651 To compile this driver as a module, choose M here: the
652 module will be called touchit213. 652 module will be called touchit213.
653 653
654config TOUCHSCREEN_TSC_SERIO
655 tristate "TSC-10/25/40 serial touchscreen support"
656 select SERIO
657 help
658 Say Y here if you have a TSC-10, 25 or 40 serial touchscreen connected
659 to your system.
660
661 If unsure, say N.
662
663 To compile this driver as a module, choose M here: the
664 module will be called tsc40.
665
654config TOUCHSCREEN_TSC2005 666config TOUCHSCREEN_TSC2005
655 tristate "TSC2005 based touchscreens" 667 tristate "TSC2005 based touchscreens"
656 depends on SPI_MASTER && GENERIC_HARDIRQS 668 depends on SPI_MASTER && GENERIC_HARDIRQS