summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2010-07-02 14:10:29 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-08-12 11:27:56 +0200
commitf94add3bd4468939ae5ea639b34a173534a0c135 (patch)
treee450bb9ff92035d781721236b0a6e5c212df925b /drivers/input/touchscreen/Kconfig
parent76f10845318b8c1baa8a2249f274ff847f31af5a (diff)
downloadop-kernel-dev-f94add3bd4468939ae5ea639b34a173534a0c135.zip
op-kernel-dev-f94add3bd4468939ae5ea639b34a173534a0c135.tar.gz
input: STMPE touch controller support
This one adds a driver for STMPE touchscreen controllers. This driver depends on the stmpexxx mfd core driver. Signed-off-by: Luotao Fu <l.fu@pengutronix.de> Acked-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 61f3518..0069d97 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -628,4 +628,14 @@ config TOUCHSCREEN_TPS6507X
To compile this driver as a module, choose M here: the
module will be called tps6507x_ts.
+config TOUCHSCREEN_STMPE
+ tristate "STMicroelectronics STMPE touchscreens"
+ depends on MFD_STMPE
+ help
+ Say Y here if you want support for STMicroelectronics
+ STMPE touchscreen controllers.
+
+ To compile this driver as a module, choose M here: the
+ module will be called stmpe-ts.
+
endif
OpenPOWER on IntegriCloud