diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index e57366521572..6e60a97a234c 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -205,6 +205,18 @@ config TOUCHSCREEN_TOUCHWIN | |||
205 | To compile this driver as a module, choose M here: the | 205 | To compile this driver as a module, choose M here: the |
206 | module will be called touchwin. | 206 | module will be called touchwin. |
207 | 207 | ||
208 | config TOUCHSCREEN_ATMEL_TSADCC | ||
209 | tristate "Atmel Touchscreen Interface" | ||
210 | depends on ARCH_AT91SAM9RL | ||
211 | help | ||
212 | Say Y here if you have a 4-wire touchscreen connected to the | ||
213 | ADC Controller on your Atmel SoC (such as the AT91SAM9RL). | ||
214 | |||
215 | If unsure, say N. | ||
216 | |||
217 | To compile this driver as a module, choose M here: the | ||
218 | module will be called atmel_tsadcc. | ||
219 | |||
208 | config TOUCHSCREEN_UCB1400 | 220 | config TOUCHSCREEN_UCB1400 |
209 | tristate "Philips UCB1400 touchscreen" | 221 | tristate "Philips UCB1400 touchscreen" |
210 | select AC97_BUS | 222 | select AC97_BUS |