diff options
| author | Siebren Vroegindeweij <siebren.vroegindeweij@hotmail.com> | 2016-09-15 18:38:02 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-09-26 23:01:58 -0400 |
| commit | 9ca5bf5029b6c17ce50b34581242f71f9b777ae7 (patch) | |
| tree | b0c26bc3f1e1c6c27813a75562490779a42d1038 /drivers/input/touchscreen/Kconfig | |
| parent | 51db013767c46dc0243a8945085b5a229d9bd281 (diff) | |
Input: add support for Elan eKTF2127 touchscreen controller
This adds a driver for the Elan eKTF2127 touchscreen controller,
which speaks an i2c protocol which is distinctly different from
the already supported eKTH controllers.
Signed-off-by: Michel Verlaan <michel.verl@gmail.com>
Signed-off-by: Siebren Vroegindeweij <siebren.vroegindeweij@hotmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index c3e20e5357d4..17f75a67cc46 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
| @@ -384,6 +384,18 @@ config TOUCHSCREEN_GUNZE | |||
| 384 | To compile this driver as a module, choose M here: the | 384 | To compile this driver as a module, choose M here: the |
| 385 | module will be called gunze. | 385 | module will be called gunze. |
| 386 | 386 | ||
| 387 | config TOUCHSCREEN_EKTF2127 | ||
| 388 | tristate "Elan eKTF2127 I2C touchscreen" | ||
| 389 | depends on I2C | ||
| 390 | help | ||
| 391 | Say Y here if you have an Elan eKTF2127 touchscreen | ||
| 392 | connected to your system. | ||
| 393 | |||
| 394 | If unsure, say N. | ||
| 395 | |||
| 396 | To compile this driver as a module, choose M here: the | ||
| 397 | module will be called ektf2127. | ||
| 398 | |||
| 387 | config TOUCHSCREEN_ELAN | 399 | config TOUCHSCREEN_ELAN |
| 388 | tristate "Elan eKTH I2C touchscreen" | 400 | tristate "Elan eKTH I2C touchscreen" |
| 389 | depends on I2C | 401 | depends on I2C |
