diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-07-24 15:36:56 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-07-24 15:36:56 -0400 |
commit | b9f12a5d97f652c77ef6803dccd0d40d1290f5be (patch) | |
tree | 8f58c8620ffef0d350a5ec022feda492a96b179a /drivers/input/touchscreen/Kconfig | |
parent | 9d8dc3e529a19e427fd379118acd132520935c5d (diff) | |
parent | 9a3c4145af32125c5ee39c0272662b47307a8323 (diff) |
Merge tag 'v3.16-rc6' into next
Merge with mainline to bring in changes to MFD to allow merging
ipaq-micro-ts driver.
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 8e07fe8505fd..a23a94bb4bcb 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -555,18 +555,6 @@ config TOUCHSCREEN_TI_AM335X_TSC | |||
555 | To compile this driver as a module, choose M here: the | 555 | To compile this driver as a module, choose M here: the |
556 | module will be called ti_am335x_tsc. | 556 | module will be called ti_am335x_tsc. |
557 | 557 | ||
558 | config TOUCHSCREEN_ATMEL_TSADCC | ||
559 | tristate "Atmel Touchscreen Interface" | ||
560 | depends on ARCH_AT91 | ||
561 | help | ||
562 | Say Y here if you have a 4-wire touchscreen connected to the | ||
563 | ADC Controller on your Atmel SoC. | ||
564 | |||
565 | If unsure, say N. | ||
566 | |||
567 | To compile this driver as a module, choose M here: the | ||
568 | module will be called atmel_tsadcc. | ||
569 | |||
570 | config TOUCHSCREEN_UCB1400 | 558 | config TOUCHSCREEN_UCB1400 |
571 | tristate "Philips UCB1400 touchscreen" | 559 | tristate "Philips UCB1400 touchscreen" |
572 | depends on AC97_BUS | 560 | depends on AC97_BUS |
@@ -645,7 +633,7 @@ config TOUCHSCREEN_WM9713 | |||
645 | 633 | ||
646 | config TOUCHSCREEN_WM97XX_ATMEL | 634 | config TOUCHSCREEN_WM97XX_ATMEL |
647 | tristate "WM97xx Atmel accelerated touch" | 635 | tristate "WM97xx Atmel accelerated touch" |
648 | depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91) | 636 | depends on TOUCHSCREEN_WM97XX && AVR32 |
649 | help | 637 | help |
650 | Say Y here for support for streaming mode with WM97xx touchscreens | 638 | Say Y here for support for streaming mode with WM97xx touchscreens |
651 | on Atmel AT91 or AVR32 systems with an AC97C module. | 639 | on Atmel AT91 or AVR32 systems with an AC97C module. |