Skip to content

Commit

Permalink
Input: Kconfig: remove dependency for atmel_tsadcc driver
Browse files Browse the repository at this point in the history
This will allow to select this driver for newer SoCs.
Keep dependency on AT91 because of the use of an header
file located in include/mach directory.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Nicolas Ferre committed Apr 16, 2012
1 parent 938f970 commit 1fc4ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/input/touchscreen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,10 @@ config TOUCHSCREEN_TI_TSCADC

config TOUCHSCREEN_ATMEL_TSADCC
tristate "Atmel Touchscreen Interface"
depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45
depends on ARCH_AT91
help
Say Y here if you have a 4-wire touchscreen connected to the
ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
ADC Controller on your Atmel SoC.

If unsure, say N.

Expand Down

0 comments on commit 1fc4ec3

Please sign in to comment.