summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorAli Ekici <aekici@nvidia.com>2012-01-10 15:58:28 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 01:34:45 -0700
commit14d6a04e46c7c8cea1e2e2dfa06b0ccba7418c18 (patch)
tree11afa5a6a7dceebe9e15380dadd95a6a6663175d /drivers/input/touchscreen/Kconfig
parentc0f8a2439757d8e427dc9ecae91ce15caf65f59b (diff)
input: touch: rm31080a: DirectTouch Raydium driver
Raydium is responsible from pushing this driver to kernel.org. This driver contains two distinct drivers, one communicates with Touch IC using SPI and pushes raw touch data received to a file system, another driver who is a misc driver receives processed touch data and initiates touch input_abs_report touch commands which can only be issued by a driver. Changed misc_deregister call from rm31080_spi_exit to rm31080_spi_remove Bug 832605 Reviewed-on: http://git-master/r/74432 Change-Id: I8f361130bfe3236cf88ab4348c3d578c84c63ba7 Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com> Signed-off-by: Ali Ekici <aekici@nvidia.com> Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/76820 Reviewed-by: Automatic_Commit_Validation_User Rebase-Id: Rf6a0ae86c68f23fb2d931dd113c70a22c6657686
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index f5182cf4569c..57da586b393d 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -901,4 +901,17 @@ config TOUCHSCREEN_TPS6507X
To compile this driver as a module, choose M here: the
module will be called tps6507x_ts.
+config TOUCHSCREEN_RM31080A
+ tristate "RAYDIUM_31080A based touchscreens"
+ depends on SPI_MASTER
+ help
+ Say Y here if you have a touchscreen interface using the
+ RAYDIUM_T31080A controller, and your board-specific initialization
+ code includes that in its table of SPI devices.
+
+ If unsure, say N (but it's safe to say "Y").
+
+ To compile this driver as a module, choose M here: the
+ module will be called RAYDIUM_31080A.
+
endif