summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorAli Ekici <aekici@nvidia.com>2012-01-11 14:10:13 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 01:34:51 -0700
commitcac584df2da86b1d2688284aa4f93787e5378870 (patch)
tree719e4ce8526674a171da475d35faa1a1f1f2f658 /drivers/input/touchscreen/Kconfig
parentc0f8a2439757d8e427dc9ecae91ce15caf65f59b (diff)
input: touchscreen: DirectTouch Synaptics driver
This is Synaptics' open source driver except one line change to accomodate an SPI kernel driver feature which does not accomodate optional byte-delay. It will be fully original driver when we add byte-delay into Tegra SPI kernel drivers. Bug 912775 Reviewed-on: http://git-master/r/74642 Change-Id: I0f39928c48bc0e633de0d2c1f595bcef47268d52 Signed-off-by: Peter Zu <pzu@nvidia.com> Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/77774 Reviewed-by: Automatic_Commit_Validation_User Rebase-Id: Re743c63c9de16c4ecad3f38158fec3a62bc90f9b
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 f5182cf4569c..fae55b5df30d 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -901,4 +901,16 @@ config TOUCHSCREEN_TPS6507X
To compile this driver as a module, choose M here: the
module will be called tps6507x_ts.
+config TOUCHSCREEN_SYN_RMI4_SPI
+ tristate "RMI4 SPI Support"
+ depends on SPI_MASTER
+ help
+ Say Y here if you want to support RMI4 devices connect
+ to an SPI bus.
+
+ If unsure, say Y.
+
+ To compile this driver as a module, choose M here: the
+ module will be called rmi-spi.
+
endif