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_FUJITSU
62 tristate "Fujitsu serial touchscreen"
65 Say Y here if you have the Fujitsu touchscreen (such as one
66 installed in Lifebook P series laptop) connected to your
71 To compile this driver as a module, choose M here: the
72 module will be called fujitsu-ts.
74 config TOUCHSCREEN_GUNZE
75 tristate "Gunze AHL-51S touchscreen"
78 Say Y here if you have the Gunze AHL-51 touchscreen connected to
83 To compile this driver as a module, choose M here: the
84 module will be called gunze.
86 config TOUCHSCREEN_ELO
87 tristate "Elo serial touchscreens"
90 Say Y here if you have an Elo serial touchscreen connected to
95 To compile this driver as a module, choose M here: the
96 module will be called elo.
98 config TOUCHSCREEN_MTOUCH
99 tristate "MicroTouch serial touchscreens"
102 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
107 To compile this driver as a module, choose M here: the
108 module will be called mtouch.
110 config TOUCHSCREEN_INEXIO
111 tristate "iNexio serial touchscreens"
114 Say Y here if you have an iNexio serial touchscreen connected to
119 To compile this driver as a module, choose M here: the
120 module will be called inexio.
122 config TOUCHSCREEN_MK712
123 tristate "ICS MicroClock MK712 touchscreen"
125 Say Y here if you have the ICS MicroClock MK712 touchscreen
126 controller chip in your system.
130 To compile this driver as a module, choose M here: the
131 module will be called mk712.
133 config TOUCHSCREEN_HP600
134 tristate "HP Jornada 6xx touchscreen"
135 depends on SH_HP6XX && SH_ADC
137 Say Y here if you have a HP Jornada 620/660/680/690 and want to
138 support the built-in touchscreen.
140 To compile this driver as a module, choose M here: the
141 module will be called hp680_ts_input.
143 config TOUCHSCREEN_HP7XX
144 tristate "HP Jornada 7xx touchscreen"
145 depends on SA1100_JORNADA720_SSP
147 Say Y here if you have a HP Jornada 710/720/728 and want
148 to support the built-in touchscreen.
150 To compile this driver as a module, choose M here: the
151 module will be called jornada720_ts.
153 config TOUCHSCREEN_HTCPEN
154 tristate "HTC Shift X9500 touchscreen"
157 Say Y here if you have an HTC Shift UMPC also known as HTC X9500
158 Clio / Shangrila and want to support the built-in touchscreen.
162 To compile this driver as a module, choose M here: the
163 module will be called htcpen.
165 config TOUCHSCREEN_PENMOUNT
166 tristate "Penmount serial touchscreen"
169 Say Y here if you have a Penmount serial touchscreen connected to
174 To compile this driver as a module, choose M here: the
175 module will be called penmount.
177 config TOUCHSCREEN_MIGOR
178 tristate "Renesas MIGO-R touchscreen"
179 depends on SH_MIGOR && I2C
181 Say Y here to enable MIGO-R touchscreen support.
185 To compile this driver as a module, choose M here: the
186 module will be called migor_ts.
188 config TOUCHSCREEN_TOUCHRIGHT
189 tristate "Touchright serial touchscreen"
192 Say Y here if you have a Touchright serial touchscreen connected to
197 To compile this driver as a module, choose M here: the
198 module will be called touchright.
200 config TOUCHSCREEN_TOUCHWIN
201 tristate "Touchwin serial touchscreen"
204 Say Y here if you have a Touchwin serial touchscreen connected to
209 To compile this driver as a module, choose M here: the
210 module will be called touchwin.
212 config TOUCHSCREEN_ATMEL_TSADCC
213 tristate "Atmel Touchscreen Interface"
214 depends on ARCH_AT91SAM9RL
216 Say Y here if you have a 4-wire touchscreen connected to the
217 ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
221 To compile this driver as a module, choose M here: the
222 module will be called atmel_tsadcc.
224 config TOUCHSCREEN_UCB1400
225 tristate "Philips UCB1400 touchscreen"
227 depends on UCB1400_CORE
229 This enables support for the Philips UCB1400 touchscreen interface.
230 The UCB1400 is an AC97 audio codec. The touchscreen interface
231 will be initialized only after the ALSA subsystem has been
232 brought up and the UCB1400 detected. You therefore have to
233 configure ALSA support as well (either built-in or modular,
234 independently of whether this driver is itself built-in or
235 modular) for this driver to work.
237 To compile this driver as a module, choose M here: the
238 module will be called ucb1400_ts.
240 config TOUCHSCREEN_WM97XX
241 tristate "Support for WM97xx AC97 touchscreen controllers"
244 Say Y here if you have a Wolfson Microelectronics WM97xx
245 touchscreen connected to your system. Note that this option
246 only enables core driver, you will also need to select
247 support for appropriate chip below.
251 To compile this driver as a module, choose M here: the
252 module will be called wm97xx-ts.
254 config TOUCHSCREEN_WM9705
255 bool "WM9705 Touchscreen interface support"
256 depends on TOUCHSCREEN_WM97XX
259 Say Y here to enable support for the Wolfson Microelectronics
260 WM9705 touchscreen controller.
262 config TOUCHSCREEN_WM9712
263 bool "WM9712 Touchscreen interface support"
264 depends on TOUCHSCREEN_WM97XX
267 Say Y here to enable support for the Wolfson Microelectronics
268 WM9712 touchscreen controller.
270 config TOUCHSCREEN_WM9713
271 bool "WM9713 Touchscreen interface support"
272 depends on TOUCHSCREEN_WM97XX
275 Say Y here to enable support for the Wolfson Microelectronics
276 WM9713 touchscreen controller.
278 config TOUCHSCREEN_WM97XX_MAINSTONE
279 tristate "WM97xx Mainstone accelerated touch"
280 depends on TOUCHSCREEN_WM97XX && ARCH_PXA
282 Say Y here for support for streaming mode with WM97xx touchscreens
283 on Mainstone systems.
287 To compile this driver as a module, choose M here: the
288 module will be called mainstone-wm97xx.
290 config TOUCHSCREEN_USB_COMPOSITE
291 tristate "USB Touchscreen Driver"
292 depends on USB_ARCH_HAS_HCD
295 USB Touchscreen driver for:
296 - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
297 - PanJit TouchSet USB
298 - 3M MicroTouch USB (EX II series)
300 - some other eTurboTouch
303 - IRTOUCHSYSTEMS/UNITOP
305 - GoTop Super_Q2/GogoPen/PenPower tablets
307 Have a look at <http://linux.chapter7.ch/touchkit/> for
308 a usage description and the required user-space stuff.
310 To compile this driver as a module, choose M here: the
311 module will be called usbtouchscreen.
313 config TOUCHSCREEN_USB_EGALAX
315 bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
316 depends on TOUCHSCREEN_USB_COMPOSITE
318 config TOUCHSCREEN_USB_PANJIT
320 bool "PanJit device support" if EMBEDDED
321 depends on TOUCHSCREEN_USB_COMPOSITE
323 config TOUCHSCREEN_USB_3M
325 bool "3M/Microtouch EX II series device support" if EMBEDDED
326 depends on TOUCHSCREEN_USB_COMPOSITE
328 config TOUCHSCREEN_USB_ITM
330 bool "ITM device support" if EMBEDDED
331 depends on TOUCHSCREEN_USB_COMPOSITE
333 config TOUCHSCREEN_USB_ETURBO
335 bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
336 depends on TOUCHSCREEN_USB_COMPOSITE
338 config TOUCHSCREEN_USB_GUNZE
340 bool "Gunze AHL61 device support" if EMBEDDED
341 depends on TOUCHSCREEN_USB_COMPOSITE
343 config TOUCHSCREEN_USB_DMC_TSC10
345 bool "DMC TSC-10/25 device support" if EMBEDDED
346 depends on TOUCHSCREEN_USB_COMPOSITE
348 config TOUCHSCREEN_USB_IRTOUCH
350 bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
351 depends on TOUCHSCREEN_USB_COMPOSITE
353 config TOUCHSCREEN_USB_IDEALTEK
355 bool "IdealTEK URTC1000 device support" if EMBEDDED
356 depends on TOUCHSCREEN_USB_COMPOSITE
358 config TOUCHSCREEN_USB_GENERAL_TOUCH
360 bool "GeneralTouch Touchscreen device support" if EMBEDDED
361 depends on TOUCHSCREEN_USB_COMPOSITE
363 config TOUCHSCREEN_USB_GOTOP
365 bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
366 depends on TOUCHSCREEN_USB_COMPOSITE
368 config TOUCHSCREEN_TOUCHIT213
369 tristate "Sahara TouchIT-213 touchscreen"
372 Say Y here if you have a Sahara TouchIT-213 Tablet PC.
376 To compile this driver as a module, choose M here: the
377 module will be called touchit213.