diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 20eb52ed176d..83747dc9ba05 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -389,4 +389,15 @@ config TOUCHSCREEN_TOUCHIT213 | |||
389 | To compile this driver as a module, choose M here: the | 389 | To compile this driver as a module, choose M here: the |
390 | module will be called touchit213. | 390 | module will be called touchit213. |
391 | 391 | ||
392 | config TOUCHSCREEN_TSC2007 | ||
393 | tristate "TSC2007 based touchscreens" | ||
394 | depends on I2C | ||
395 | help | ||
396 | Say Y here if you have a TSC2007 based touchscreen. | ||
397 | |||
398 | If unsure, say N. | ||
399 | |||
400 | To compile this driver as a module, choose M here: the | ||
401 | module will be called tsc2007. | ||
402 | |||
392 | endif | 403 | endif |