diff options
| author | Jeffrey Lin <jeffrey.lin@rad-ic.com> | 2016-03-31 20:03:33 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-05-27 20:08:31 -0400 |
| commit | 48a2b783483b3ed9565348736a5148a11cfffad6 (patch) | |
| tree | 9d31f915fe99b8768f9b3c94931466af2542331d /drivers/input/touchscreen/Kconfig | |
| parent | 72fb4765ac9eea56a94282f29cdc70706f21494e (diff) | |
Input: add Raydium I2C touchscreen driver
This adds support for Raydium I2C touch controllers compatible with
RM32380.
Signed-off-by: Jeffrey Lin <jeffrey.lin@rad-ic.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
| -rw-r--r-- | drivers/input/touchscreen/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index c3880b9e4b61..ac5aa12ac190 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
| @@ -1037,6 +1037,19 @@ config TOUCHSCREEN_PCAP | |||
| 1037 | To compile this driver as a module, choose M here: the | 1037 | To compile this driver as a module, choose M here: the |
| 1038 | module will be called pcap_ts. | 1038 | module will be called pcap_ts. |
| 1039 | 1039 | ||
| 1040 | config TOUCHSCREEN_RM_TS | ||
| 1041 | tristate "Raydium I2C Touchscreen" | ||
| 1042 | depends on I2C | ||
| 1043 | depends on GPIOLIB || COMPILE_TEST | ||
| 1044 | help | ||
| 1045 | Say Y here if you have Raydium series I2C touchscreen, | ||
| 1046 | such as RM32380, connected to your system. | ||
| 1047 | |||
| 1048 | If unsure, say N. | ||
| 1049 | |||
| 1050 | To compile this driver as a module, choose M here: the | ||
| 1051 | module will be called raydium_i2c_ts. | ||
| 1052 | |||
| 1040 | config TOUCHSCREEN_ST1232 | 1053 | config TOUCHSCREEN_ST1232 |
| 1041 | tristate "Sitronix ST1232 touchscreen controllers" | 1054 | tristate "Sitronix ST1232 touchscreen controllers" |
| 1042 | depends on I2C | 1055 | depends on I2C |
