diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2009-11-19 12:32:52 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-11-20 03:55:38 -0500 |
commit | 985f37f827f5012f88e286914cdbae87b9f50ed1 (patch) | |
tree | 6dbb690f3a34f6728aba392f8644ce48af1b7b95 /drivers/input/touchscreen/Kconfig | |
parent | 423c9b0dc3d01e50a4df4e48e8477bfb33638d6e (diff) |
AT91: add touchscreen support for at91sam9g45ekes
New at91sam9g45ekes board provides a LCD with resistive touchscreen.
This is the support of this feature by atmel_tsadcc driver. This also
sets up platform parameters to be passed to the driver.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 1cd9e8c8efb3..aebea71ff02a 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -309,7 +309,7 @@ config TOUCHSCREEN_TOUCHWIN | |||
309 | 309 | ||
310 | config TOUCHSCREEN_ATMEL_TSADCC | 310 | config TOUCHSCREEN_ATMEL_TSADCC |
311 | tristate "Atmel Touchscreen Interface" | 311 | tristate "Atmel Touchscreen Interface" |
312 | depends on ARCH_AT91SAM9RL | 312 | depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 |
313 | help | 313 | help |
314 | Say Y here if you have a 4-wire touchscreen connected to the | 314 | Say Y here if you have a 4-wire touchscreen connected to the |
315 | ADC Controller on your Atmel SoC (such as the AT91SAM9RL). | 315 | ADC Controller on your Atmel SoC (such as the AT91SAM9RL). |