aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig16
1 files changed, 14 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index f67657b2fd5d..73bd2f6b82ec 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -369,6 +369,18 @@ config TOUCHSCREEN_MCS5000
369 To compile this driver as a module, choose M here: the 369 To compile this driver as a module, choose M here: the
370 module will be called mcs5000_ts. 370 module will be called mcs5000_ts.
371 371
372config TOUCHSCREEN_MMS114
373 tristate "MELFAS MMS114 touchscreen"
374 depends on I2C
375 help
376 Say Y here if you have the MELFAS MMS114 touchscreen controller
377 chip in your system.
378
379 If unsure, say N.
380
381 To compile this driver as a module, choose M here: the
382 module will be called mms114.
383
372config TOUCHSCREEN_MTOUCH 384config TOUCHSCREEN_MTOUCH
373 tristate "MicroTouch serial touchscreens" 385 tristate "MicroTouch serial touchscreens"
374 select SERIO 386 select SERIO
@@ -518,10 +530,10 @@ config TOUCHSCREEN_TI_TSCADC
518 530
519config TOUCHSCREEN_ATMEL_TSADCC 531config TOUCHSCREEN_ATMEL_TSADCC
520 tristate "Atmel Touchscreen Interface" 532 tristate "Atmel Touchscreen Interface"
521 depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 533 depends on ARCH_AT91
522 help 534 help
523 Say Y here if you have a 4-wire touchscreen connected to the 535 Say Y here if you have a 4-wire touchscreen connected to the
524 ADC Controller on your Atmel SoC (such as the AT91SAM9RL). 536 ADC Controller on your Atmel SoC.
525 537
526 If unsure, say N. 538 If unsure, say N.
527 539