diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 90e8e92dfe47..565ec711c2ee 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -185,6 +185,59 @@ config TOUCHSCREEN_UCB1400 | |||
185 | To compile this driver as a module, choose M here: the | 185 | To compile this driver as a module, choose M here: the |
186 | module will be called ucb1400_ts. | 186 | module will be called ucb1400_ts. |
187 | 187 | ||
188 | config TOUCHSCREEN_WM97XX | ||
189 | tristate "Support for WM97xx AC97 touchscreen controllers" | ||
190 | depends on AC97_BUS | ||
191 | help | ||
192 | Say Y here if you have a Wolfson Microelectronics WM97xx | ||
193 | touchscreen connected to your system. Note that this option | ||
194 | only enables core driver, you will also need to select | ||
195 | support for appropriate chip below. | ||
196 | |||
197 | If unsure, say N. | ||
198 | |||
199 | To compile this driver as a module, choose M here: the | ||
200 | module will be called wm97xx-ts. | ||
201 | |||
202 | config TOUCHSCREEN_WM9705 | ||
203 | bool "WM9705 Touchscreen interface support" | ||
204 | depends on TOUCHSCREEN_WM97XX | ||
205 | help | ||
206 | Say Y here if you have a Wolfson Microelectronics WM9705 | ||
207 | touchscreen controller connected to your system. | ||
208 | |||
209 | If unsure, say N. | ||
210 | |||
211 | config TOUCHSCREEN_WM9712 | ||
212 | bool "WM9712 Touchscreen interface support" | ||
213 | depends on TOUCHSCREEN_WM97XX | ||
214 | help | ||
215 | Say Y here if you have a Wolfson Microelectronics WM9712 | ||
216 | touchscreen controller connected to your system. | ||
217 | |||
218 | If unsure, say N. | ||
219 | |||
220 | config TOUCHSCREEN_WM9713 | ||
221 | bool "WM9713 Touchscreen interface support" | ||
222 | depends on TOUCHSCREEN_WM97XX | ||
223 | help | ||
224 | Say Y here if you have a Wolfson Microelectronics WM9713 touchscreen | ||
225 | controller connected to your system. | ||
226 | |||
227 | If unsure, say N. | ||
228 | |||
229 | config TOUCHSCREEN_WM97XX_MAINSTONE | ||
230 | tristate "WM97xx Mainstone accelerated touch" | ||
231 | depends on TOUCHSCREEN_WM97XX && ARCH_PXA | ||
232 | help | ||
233 | Say Y here for support for streaming mode with WM97xx touchscreens | ||
234 | on Mainstone systems. | ||
235 | |||
236 | If unsure, say N. | ||
237 | |||
238 | To compile this driver as a module, choose M here: the | ||
239 | module will be called mainstone-wm97xx. | ||
240 | |||
188 | config TOUCHSCREEN_USB_COMPOSITE | 241 | config TOUCHSCREEN_USB_COMPOSITE |
189 | tristate "USB Touchscreen Driver" | 242 | tristate "USB Touchscreen Driver" |
190 | depends on USB_ARCH_HAS_HCD | 243 | depends on USB_ARCH_HAS_HCD |