diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-09-12 14:42:27 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-12 14:42:27 -0700 |
| commit | a1bf0348c4a9ef98de57bdfaf09c37a14465ce2b (patch) | |
| tree | 914b8bfd1a50f044922fc64531604cad3621946c | |
| parent | 023310d9d6b2ab2bdb6d87dbdbacf30386dd357f (diff) | |
| parent | 9d4062a965df9e9407e00da167ba8512b8bbd648 (diff) | |
Merge "input: touchscreen: add support for IT7260 touch controller series"
| -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 b02abfc58aea..b9956170b909 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -1205,4 +1205,16 @@ config FT_SECURE_TOUCH If unsure, say N. +config TOUCHSCREEN_IT7260_I2C + tristate "IT7260 Touchscreen Driver" + depends on I2C + help + Say Y here if you have a IT7260 Touchscreen Driver + connected to your system. + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called it7258_ts_i2c. + endif |
