2 # Touchscreen driver configuration
4 menuconfig INPUT_TOUCHSCREEN
7 Say Y here, and a list of supported touchscreens will be displayed.
8 This option doesn't affect the kernel.
14 config TOUCHSCREEN_ADS7846
15 tristate "ADS7846/TSC2046 and ADS7843 based touchscreens"
17 depends on HWMON = n || HWMON
19 Say Y here if you have a touchscreen interface using the
20 ADS7846/TSC2046 or ADS7843 controller, and your board-specific
21 setup code includes that in its table of SPI devices.
23 If HWMON is selected, and the driver is told the reference voltage
24 on your board, you will also get hwmon interfaces for the voltage
25 (and on ads7846/tsc2046, temperature) sensors of this chip.
27 If unsure, say N (but it's safe to say "Y").
29 To compile this driver as a module, choose M here: the
30 module will be called ads7846.
32 config TOUCHSCREEN_BITSY
33 tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
34 depends on SA1100_BITSY
37 Say Y here if you have the h3600 (Bitsy) touchscreen.
41 To compile this driver as a module, choose M here: the
42 module will be called h3600_ts_input.
44 config TOUCHSCREEN_CORGI
45 tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)"
46 depends on PXA_SHARPSL
47 select CORGI_SSP_DEPRECATED
50 Say Y here to enable the driver for the touchscreen on the
51 Sharp SL-C7xx and SL-Cxx00 series of PDAs.
55 To compile this driver as a module, choose M here: the
56 module will be called corgi_ts.
58 NOTE: this driver is deprecated, try enable SPI and generic
59 ADS7846-based touchscreen driver.
61 config TOUCHSCREEN_DA9034
62 tristate "Touchscreen support for Dialog Semiconductor DA9034"
63 depends on PMIC_DA903X
66 Say Y here to enable the support for the touchscreen found
67 on Dialog Semiconductor DA9034 PMIC.
69 config TOUCHSCREEN_FUJITSU
70 tristate "Fujitsu serial touchscreen"
73 Say Y here if you have the Fujitsu touchscreen (such as one
74 installed in Lifebook P series laptop) connected to your
79 To compile this driver as a module, choose M here: the
80 module will be called fujitsu-ts.
82 config TOUCHSCREEN_GUNZE
83 tristate "Gunze AHL-51S touchscreen"
86 Say Y here if you have the Gunze AHL-51 touchscreen connected to
91 To compile this driver as a module, choose M here: the
92 module will be called gunze.
94 config TOUCHSCREEN_ELO
95 tristate "Elo serial touchscreens"
98 Say Y here if you have an Elo serial touchscreen connected to
103 To compile this driver as a module, choose M here: the
104 module will be called elo.
106 config TOUCHSCREEN_WACOM_W8001
107 tristate "Wacom W8001 penabled serial touchscreen"
110 Say Y here if you have an Wacom W8001 penabled serial touchscreen
111 connected to your system.
115 To compile this driver as a module, choose M here: the
116 module will be called wacom_w8001.
119 config TOUCHSCREEN_MTOUCH
120 tristate "MicroTouch serial touchscreens"
123 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
128 To compile this driver as a module, choose M here: the
129 module will be called mtouch.
131 config TOUCHSCREEN_INEXIO
132 tristate "iNexio serial touchscreens"
135 Say Y here if you have an iNexio serial touchscreen connected to
140 To compile this driver as a module, choose M here: the
141 module will be called inexio.
143 config TOUCHSCREEN_MK712
144 tristate "ICS MicroClock MK712 touchscreen"
146 Say Y here if you have the ICS MicroClock MK712 touchscreen
147 controller chip in your system.
151 To compile this driver as a module, choose M here: the
152 module will be called mk712.
154 config TOUCHSCREEN_HP600
155 tristate "HP Jornada 6xx touchscreen"
156 depends on SH_HP6XX && SH_ADC
158 Say Y here if you have a HP Jornada 620/660/680/690 and want to
159 support the built-in touchscreen.
161 To compile this driver as a module, choose M here: the
162 module will be called hp680_ts_input.
164 config TOUCHSCREEN_HP7XX
165 tristate "HP Jornada 7xx touchscreen"
166 depends on SA1100_JORNADA720_SSP
168 Say Y here if you have a HP Jornada 710/720/728 and want
169 to support the built-in touchscreen.
171 To compile this driver as a module, choose M here: the
172 module will be called jornada720_ts.
174 config TOUCHSCREEN_HTCPEN
175 tristate "HTC Shift X9500 touchscreen"
178 Say Y here if you have an HTC Shift UMPC also known as HTC X9500
179 Clio / Shangrila and want to support the built-in touchscreen.
183 To compile this driver as a module, choose M here: the
184 module will be called htcpen.
186 config TOUCHSCREEN_PENMOUNT
187 tristate "Penmount serial touchscreen"
190 Say Y here if you have a Penmount serial touchscreen connected to
195 To compile this driver as a module, choose M here: the
196 module will be called penmount.
198 config TOUCHSCREEN_MIGOR
199 tristate "Renesas MIGO-R touchscreen"
200 depends on SH_MIGOR && I2C
202 Say Y here to enable MIGO-R touchscreen support.
206 To compile this driver as a module, choose M here: the
207 module will be called migor_ts.
209 config TOUCHSCREEN_TOUCHRIGHT
210 tristate "Touchright serial touchscreen"
213 Say Y here if you have a Touchright serial touchscreen connected to
218 To compile this driver as a module, choose M here: the
219 module will be called touchright.
221 config TOUCHSCREEN_TOUCHWIN
222 tristate "Touchwin serial touchscreen"
225 Say Y here if you have a Touchwin serial touchscreen connected to
230 To compile this driver as a module, choose M here: the
231 module will be called touchwin.
233 config TOUCHSCREEN_ATMEL_TSADCC
234 tristate "Atmel Touchscreen Interface"
235 depends on ARCH_AT91SAM9RL
237 Say Y here if you have a 4-wire touchscreen connected to the
238 ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
242 To compile this driver as a module, choose M here: the
243 module will be called atmel_tsadcc.
245 config TOUCHSCREEN_UCB1400
246 tristate "Philips UCB1400 touchscreen"
248 depends on UCB1400_CORE
250 This enables support for the Philips UCB1400 touchscreen interface.
251 The UCB1400 is an AC97 audio codec. The touchscreen interface
252 will be initialized only after the ALSA subsystem has been
253 brought up and the UCB1400 detected. You therefore have to
254 configure ALSA support as well (either built-in or modular,
255 independently of whether this driver is itself built-in or
256 modular) for this driver to work.
258 To compile this driver as a module, choose M here: the
259 module will be called ucb1400_ts.
261 config TOUCHSCREEN_WM97XX
262 tristate "Support for WM97xx AC97 touchscreen controllers"
265 Say Y here if you have a Wolfson Microelectronics WM97xx
266 touchscreen connected to your system. Note that this option
267 only enables core driver, you will also need to select
268 support for appropriate chip below.
272 To compile this driver as a module, choose M here: the
273 module will be called wm97xx-ts.
275 config TOUCHSCREEN_WM9705
276 bool "WM9705 Touchscreen interface support"
277 depends on TOUCHSCREEN_WM97XX
280 Say Y here to enable support for the Wolfson Microelectronics
281 WM9705 touchscreen controller.
283 config TOUCHSCREEN_WM9712
284 bool "WM9712 Touchscreen interface support"
285 depends on TOUCHSCREEN_WM97XX
288 Say Y here to enable support for the Wolfson Microelectronics
289 WM9712 touchscreen controller.
291 config TOUCHSCREEN_WM9713
292 bool "WM9713 Touchscreen interface support"
293 depends on TOUCHSCREEN_WM97XX
296 Say Y here to enable support for the Wolfson Microelectronics
297 WM9713 touchscreen controller.
299 config TOUCHSCREEN_WM97XX_MAINSTONE
300 tristate "WM97xx Mainstone accelerated touch"
301 depends on TOUCHSCREEN_WM97XX && ARCH_PXA
303 Say Y here for support for streaming mode with WM97xx touchscreens
304 on Mainstone systems.
308 To compile this driver as a module, choose M here: the
309 module will be called mainstone-wm97xx.
311 config TOUCHSCREEN_USB_COMPOSITE
312 tristate "USB Touchscreen Driver"
313 depends on USB_ARCH_HAS_HCD
316 USB Touchscreen driver for:
317 - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
318 - PanJit TouchSet USB
319 - 3M MicroTouch USB (EX II series)
321 - some other eTurboTouch
324 - IRTOUCHSYSTEMS/UNITOP
326 - GoTop Super_Q2/GogoPen/PenPower tablets
328 Have a look at <http://linux.chapter7.ch/touchkit/> for
329 a usage description and the required user-space stuff.
331 To compile this driver as a module, choose M here: the
332 module will be called usbtouchscreen.
334 config TOUCHSCREEN_USB_EGALAX
336 bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
337 depends on TOUCHSCREEN_USB_COMPOSITE
339 config TOUCHSCREEN_USB_PANJIT
341 bool "PanJit device support" if EMBEDDED
342 depends on TOUCHSCREEN_USB_COMPOSITE
344 config TOUCHSCREEN_USB_3M
346 bool "3M/Microtouch EX II series device support" if EMBEDDED
347 depends on TOUCHSCREEN_USB_COMPOSITE
349 config TOUCHSCREEN_USB_ITM
351 bool "ITM device support" if EMBEDDED
352 depends on TOUCHSCREEN_USB_COMPOSITE
354 config TOUCHSCREEN_USB_ETURBO
356 bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
357 depends on TOUCHSCREEN_USB_COMPOSITE
359 config TOUCHSCREEN_USB_GUNZE
361 bool "Gunze AHL61 device support" if EMBEDDED
362 depends on TOUCHSCREEN_USB_COMPOSITE
364 config TOUCHSCREEN_USB_DMC_TSC10
366 bool "DMC TSC-10/25 device support" if EMBEDDED
367 depends on TOUCHSCREEN_USB_COMPOSITE
369 config TOUCHSCREEN_USB_IRTOUCH
371 bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
372 depends on TOUCHSCREEN_USB_COMPOSITE
374 config TOUCHSCREEN_USB_IDEALTEK
376 bool "IdealTEK URTC1000 device support" if EMBEDDED
377 depends on TOUCHSCREEN_USB_COMPOSITE
379 config TOUCHSCREEN_USB_GENERAL_TOUCH
381 bool "GeneralTouch Touchscreen device support" if EMBEDDED
382 depends on TOUCHSCREEN_USB_COMPOSITE
384 config TOUCHSCREEN_USB_GOTOP
386 bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
387 depends on TOUCHSCREEN_USB_COMPOSITE
389 config TOUCHSCREEN_TOUCHIT213
390 tristate "Sahara TouchIT-213 touchscreen"
393 Say Y here if you have a Sahara TouchIT-213 Tablet PC.
397 To compile this driver as a module, choose M here: the
398 module will be called touchit213.
400 config TOUCHSCREEN_TSC2007
401 tristate "TSC2007 based touchscreens"
404 Say Y here if you have a TSC2007 based touchscreen.
408 To compile this driver as a module, choose M here: the
409 module will be called tsc2007.