diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-04-15 06:28:08 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-05-07 12:28:41 -0400 |
commit | e4719d8ddb60a907d8fe8afa08f5719b31bf709d (patch) | |
tree | 6e9c9d343e9f63803ec4c23273eb8de1cdb276e5 /drivers/input/touchscreen/Kconfig | |
parent | 700a28a52690632034f6dd7f867785b8026a499b (diff) |
Input: atmel_tsadcc: remove driver
The atmel_tsadcc driver is not used anymore, it has been replaced by at91_adc so
remove it.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 68edc9db2c64..0b5965ba51bc 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -550,18 +550,6 @@ config TOUCHSCREEN_TI_AM335X_TSC | |||
550 | To compile this driver as a module, choose M here: the | 550 | To compile this driver as a module, choose M here: the |
551 | module will be called ti_am335x_tsc. | 551 | module will be called ti_am335x_tsc. |
552 | 552 | ||
553 | config TOUCHSCREEN_ATMEL_TSADCC | ||
554 | tristate "Atmel Touchscreen Interface" | ||
555 | depends on ARCH_AT91 | ||
556 | help | ||
557 | Say Y here if you have a 4-wire touchscreen connected to the | ||
558 | ADC Controller on your Atmel SoC. | ||
559 | |||
560 | If unsure, say N. | ||
561 | |||
562 | To compile this driver as a module, choose M here: the | ||
563 | module will be called atmel_tsadcc. | ||
564 | |||
565 | config TOUCHSCREEN_UCB1400 | 553 | config TOUCHSCREEN_UCB1400 |
566 | tristate "Philips UCB1400 touchscreen" | 554 | tristate "Philips UCB1400 touchscreen" |
567 | depends on AC97_BUS | 555 | depends on AC97_BUS |