diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2009-12-15 16:06:17 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 22:17:05 +0100 |
commit | 866a98ae6e1a9768cd25fe1185481569c7e4b4a9 (patch) | |
tree | 556946494565bfa93bfd0901c3caa72dcb46883e /drivers/input/touchscreen/Kconfig | |
parent | 0a2f915b405ac1a8d19d9b7cf7873f26ba682a24 (diff) | |
download | linux-3.10-866a98ae6e1a9768cd25fe1185481569c7e4b4a9.tar.gz linux-3.10-866a98ae6e1a9768cd25fe1185481569c7e4b4a9.tar.bz2 linux-3.10-866a98ae6e1a9768cd25fe1185481569c7e4b4a9.zip |
input: Enable touch on 88pm860x
Enable touchscreen driver for the 88pm860x multi function core.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
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/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 6457e060ae4..7208654a94a 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -11,6 +11,18 @@ menuconfig INPUT_TOUCHSCREEN if INPUT_TOUCHSCREEN +config TOUCHSCREEN_88PM860X + tristate "Marvell 88PM860x touchscreen" + depends on MFD_88PM860X + help + Say Y here if you have a 88PM860x PMIC and want to enable + support for the built-in touchscreen. + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called 88pm860x-ts. + config TOUCHSCREEN_ADS7846 tristate "ADS7846/TSC2046 and ADS7843 based touchscreens" depends on SPI_MASTER |