aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2011-03-17 02:29:56 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-03-17 02:29:56 -0400
commitdef179c271ac9b5020deca798470521f14d11edd (patch)
tree01e78608ec3c458226a8f39572db4f51100223fa /drivers/input/touchscreen/Kconfig
parent49851ca04c7f941ef6f5ca04751b0e0fefe9d50d (diff)
parent5cb81d19bae47adcb073a5e5a3bc40dd252f239e (diff)
Merge branch 'tsc2005' into next
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 2fbd3d39b7e..112ec55f293 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -639,6 +639,17 @@ config TOUCHSCREEN_TOUCHIT213
639 To compile this driver as a module, choose M here: the 639 To compile this driver as a module, choose M here: the
640 module will be called touchit213. 640 module will be called touchit213.
641 641
642config TOUCHSCREEN_TSC2005
643 tristate "TSC2005 based touchscreens"
644 depends on SPI_MASTER
645 help
646 Say Y here if you have a TSC2005 based touchscreen.
647
648 If unsure, say N.
649
650 To compile this driver as a module, choose M here: the
651 module will be called tsc2005.
652
642config TOUCHSCREEN_TSC2007 653config TOUCHSCREEN_TSC2007
643 tristate "TSC2007 based touchscreens" 654 tristate "TSC2007 based touchscreens"
644 depends on I2C 655 depends on I2C