diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 6dfb0a2b0a7d..8cc453c85ea7 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -521,4 +521,13 @@ config TOUCHSCREEN_W90X900 | |||
521 | To compile this driver as a module, choose M here: the | 521 | To compile this driver as a module, choose M here: the |
522 | module will be called w90p910_ts. | 522 | module will be called w90p910_ts. |
523 | 523 | ||
524 | config TOUCHSCREEN_PCAP | ||
525 | tristate "Motorola PCAP touchscreen" | ||
526 | depends on EZX_PCAP | ||
527 | help | ||
528 | Say Y here if you have a Motorola EZX telephone and | ||
529 | want to enable support for the built-in touchscreen. | ||
530 | |||
531 | To compile this driver as a module, choose M here: the | ||
532 | module will be called pcap_ts. | ||
524 | endif | 533 | endif |