diff options
| author | Aleksei Mamlin <mamlinav@gmail.com> | 2015-03-06 19:43:38 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-03-06 20:18:17 -0500 |
| commit | 771d8f1b178e7e09fcc641fccd48852958dbc329 (patch) | |
| tree | dde9fadc552a07c0890f362e6939c455713b7ac7 /drivers/input/touchscreen/Kconfig | |
| parent | a7ac7c95d4682883d141c5d7a7544d2818f0a09f (diff) | |
Input: goodix - add device tree support
This change adds device tree support and binding information for Goodix
GT9xx series touchscreen controller. It also adds support for 5-finger
chips, like GT911 and GT912, which can be found on ARM tablets, such as
Wexler TAB7200 and MSI Primo73.
Datasheets can be found here:
https://drive.google.com/folderview?id=0BxCVOQS3ZymGfmJyY2RKbE5XbVlKNlktVTlwV0lxNEdxd2dzeWZER094cmJPVnMxN1F0Yzg&usp=sharing
Signed-off-by: Aleksei Mamlin <mamlinav@gmail.com>
Reviewed-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
| -rw-r--r-- | drivers/input/touchscreen/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 58917525126e..2adf7244b025 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
| @@ -297,11 +297,12 @@ config TOUCHSCREEN_FUJITSU | |||
| 297 | 297 | ||
| 298 | config TOUCHSCREEN_GOODIX | 298 | config TOUCHSCREEN_GOODIX |
| 299 | tristate "Goodix I2C touchscreen" | 299 | tristate "Goodix I2C touchscreen" |
| 300 | depends on I2C && ACPI | 300 | depends on I2C |
| 301 | help | 301 | help |
| 302 | Say Y here if you have the Goodix touchscreen (such as one | 302 | Say Y here if you have the Goodix touchscreen (such as one |
| 303 | installed in Onda v975w tablets) connected to your | 303 | installed in Onda v975w tablets) connected to your |
| 304 | system. | 304 | system. It also supports 5-finger chip models, which can be |
| 305 | found on ARM tablets, like Wexler TAB7200 and MSI Primo73. | ||
| 305 | 306 | ||
| 306 | If unsure, say N. | 307 | If unsure, say N. |
| 307 | 308 | ||
