diff options
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 ff18d896ea6d..7bfcfdff6cf8 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -291,6 +291,18 @@ config TOUCHSCREEN_PENMOUNT | |||
291 | To compile this driver as a module, choose M here: the | 291 | To compile this driver as a module, choose M here: the |
292 | module will be called penmount. | 292 | module will be called penmount. |
293 | 293 | ||
294 | config TOUCHSCREEN_QT602240 | ||
295 | tristate "QT602240 I2C Touchscreen" | ||
296 | depends on I2C | ||
297 | help | ||
298 | Say Y here if you have the AT42QT602240/ATMXT224 I2C touchscreen | ||
299 | connected to your system. | ||
300 | |||
301 | If unsure, say N. | ||
302 | |||
303 | To compile this driver as a module, choose M here: the | ||
304 | module will be called qt602240_ts. | ||
305 | |||
294 | config TOUCHSCREEN_MIGOR | 306 | config TOUCHSCREEN_MIGOR |
295 | tristate "Renesas MIGO-R touchscreen" | 307 | tristate "Renesas MIGO-R touchscreen" |
296 | depends on SH_MIGOR && I2C | 308 | depends on SH_MIGOR && I2C |