aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorMartin Kepplinger <martin.kepplinger@ginzinger.com>2019-01-28 10:38:10 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-01-28 11:24:47 -0800
commit351e0592bfeae58c76a11bdcec59eb78b2937593 (patch)
tree6f7c70f835bbd1eb1c035f698fcf769249d6f1ee /drivers/input/touchscreen/Kconfig
parentInput: edt-ft5x06 - add offset support for ev-ft5726 (diff)
downloadlinux-dev-351e0592bfeae58c76a11bdcec59eb78b2937593.tar.xz
linux-dev-351e0592bfeae58c76a11bdcec59eb78b2937593.zip
Input: st1232 - add support for st1633
Add support for the Sitronix ST1633 touchscreen controller to the st1232 driver. A protocol spec can be found here: www.ampdisplay.com/documents/pdf/AM-320480B6TZQW-TC0H.pdf Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index af6027cc7bbf..6c16aaeb4191 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -1168,11 +1168,11 @@ config TOUCHSCREEN_SIS_I2C
module will be called sis_i2c.
config TOUCHSCREEN_ST1232
- tristate "Sitronix ST1232 touchscreen controllers"
+ tristate "Sitronix ST1232 or ST1633 touchscreen controllers"
depends on I2C
help
- Say Y here if you want to support Sitronix ST1232
- touchscreen controller.
+ Say Y here if you want to support the Sitronix ST1232
+ or ST1633 touchscreen controller.
If unsure, say N.