]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/input/touchscreen/Kconfig
5bd3bfac9c0dc40b4f5677ad082c1db9d774f855
[linux-2.6-omap-h63xx.git] / drivers / input / touchscreen / Kconfig
1 #
2 # Touchscreen driver configuration
3 #
4 menuconfig INPUT_TOUCHSCREEN
5         bool "Touchscreens"
6         help
7           Say Y here, and a list of supported touchscreens will be displayed.
8           This option doesn't affect the kernel.
9
10           If unsure, say Y.
11
12 if INPUT_TOUCHSCREEN
13
14 config TOUCHSCREEN_ADS7846
15         tristate "ADS7846/TSC2046 and ADS7843 based touchscreens"
16         depends on SPI_MASTER
17         depends on HWMON = n || HWMON
18         help
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.
22
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.
26
27           If unsure, say N (but it's safe to say "Y").
28
29           To compile this driver as a module, choose M here: the
30           module will be called ads7846.
31
32 config TOUCHSCREEN_BITSY
33         tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
34         depends on SA1100_BITSY
35         select SERIO
36         help
37           Say Y here if you have the h3600 (Bitsy) touchscreen.
38
39           If unsure, say N.
40
41           To compile this driver as a module, choose M here: the
42           module will be called h3600_ts_input.
43
44 config TOUCHSCREEN_CORGI
45         tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)"
46         depends on PXA_SHARPSL
47         select CORGI_SSP_DEPRECATED
48         default y
49         help
50           Say Y here to enable the driver for the touchscreen on the
51           Sharp SL-C7xx and SL-Cxx00 series of PDAs.
52
53           If unsure, say N.
54
55           To compile this driver as a module, choose M here: the
56           module will be called corgi_ts.
57
58           NOTE: this driver is deprecated, try enable SPI and generic
59           ADS7846-based touchscreen driver.
60
61 config TOUCHSCREEN_DA9034
62         tristate "Touchscreen support for Dialog Semiconductor DA9034"
63         depends on PMIC_DA903X
64         default y
65         help
66           Say Y here to enable the support for the touchscreen found
67           on Dialog Semiconductor DA9034 PMIC.
68
69 config TOUCHSCREEN_FUJITSU
70         tristate "Fujitsu serial touchscreen"
71         select SERIO
72         help
73           Say Y here if you have the Fujitsu touchscreen (such as one
74           installed in Lifebook P series laptop) connected to your
75           system.
76
77           If unsure, say N.
78
79           To compile this driver as a module, choose M here: the
80           module will be called fujitsu-ts.
81
82 config TOUCHSCREEN_GUNZE
83         tristate "Gunze AHL-51S touchscreen"
84         select SERIO
85         help
86           Say Y here if you have the Gunze AHL-51 touchscreen connected to
87           your system.
88
89           If unsure, say N.
90
91           To compile this driver as a module, choose M here: the
92           module will be called gunze.
93
94 config TOUCHSCREEN_ELO
95         tristate "Elo serial touchscreens"
96         select SERIO
97         help
98           Say Y here if you have an Elo serial touchscreen connected to
99           your system.
100
101           If unsure, say N.
102
103           To compile this driver as a module, choose M here: the
104           module will be called elo.
105
106 config TOUCHSCREEN_WACOM_W8001
107         tristate "Wacom W8001 penabled serial touchscreen"
108         select SERIO
109         help
110           Say Y here if you have an Wacom W8001 penabled serial touchscreen
111           connected to your system.
112
113           If unsure, say N.
114
115           To compile this driver as a module, choose M here: the
116           module will be called wacom_w8001.
117
118
119 config TOUCHSCREEN_MTOUCH
120         tristate "MicroTouch serial touchscreens"
121         select SERIO
122         help
123           Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
124           your system.
125
126           If unsure, say N.
127
128           To compile this driver as a module, choose M here: the
129           module will be called mtouch.
130
131 config TOUCHSCREEN_INEXIO
132         tristate "iNexio serial touchscreens"
133         select SERIO
134         help
135           Say Y here if you have an iNexio serial touchscreen connected to
136           your system.
137
138           If unsure, say N.
139
140           To compile this driver as a module, choose M here: the
141           module will be called inexio.
142
143 config TOUCHSCREEN_MK712
144         tristate "ICS MicroClock MK712 touchscreen"
145         help
146           Say Y here if you have the ICS MicroClock MK712 touchscreen
147           controller chip in your system.
148
149           If unsure, say N.
150
151           To compile this driver as a module, choose M here: the
152           module will be called mk712.
153
154 config TOUCHSCREEN_HP600
155         tristate "HP Jornada 6xx touchscreen"
156         depends on SH_HP6XX && SH_ADC
157         help
158           Say Y here if you have a HP Jornada 620/660/680/690 and want to
159           support the built-in touchscreen.
160
161           To compile this driver as a module, choose M here: the
162           module will be called hp680_ts_input.
163
164 config TOUCHSCREEN_HP7XX
165         tristate "HP Jornada 7xx touchscreen"
166         depends on SA1100_JORNADA720_SSP
167         help
168           Say Y here if you have a HP Jornada 710/720/728 and want
169           to support the built-in touchscreen.
170
171           To compile this driver as a module, choose M here: the
172           module will be called jornada720_ts.
173
174 config TOUCHSCREEN_HTCPEN
175         tristate "HTC Shift X9500 touchscreen"
176         depends on ISA
177         help
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.
180
181           If unsure, say N.
182
183           To compile this driver as a module, choose M here: the
184           module will be called htcpen.
185
186 config TOUCHSCREEN_PENMOUNT
187         tristate "Penmount serial touchscreen"
188         select SERIO
189         help
190           Say Y here if you have a Penmount serial touchscreen connected to
191           your system.
192
193           If unsure, say N.
194
195           To compile this driver as a module, choose M here: the
196           module will be called penmount.
197
198 config TOUCHSCREEN_MIGOR
199         tristate "Renesas MIGO-R touchscreen"
200         depends on SH_MIGOR && I2C
201         help
202           Say Y here to enable MIGO-R touchscreen support.
203
204           If unsure, say N.
205
206           To compile this driver as a module, choose M here: the
207           module will be called migor_ts.
208
209 config TOUCHSCREEN_TOUCHRIGHT
210         tristate "Touchright serial touchscreen"
211         select SERIO
212         help
213           Say Y here if you have a Touchright serial touchscreen connected to
214           your system.
215
216           If unsure, say N.
217
218           To compile this driver as a module, choose M here: the
219           module will be called touchright.
220
221 config TOUCHSCREEN_TOUCHWIN
222         tristate "Touchwin serial touchscreen"
223         select SERIO
224         help
225           Say Y here if you have a Touchwin serial touchscreen connected to
226           your system.
227
228           If unsure, say N.
229
230           To compile this driver as a module, choose M here: the
231           module will be called touchwin.
232
233 config TOUCHSCREEN_ATMEL_TSADCC
234         tristate "Atmel Touchscreen Interface"
235         depends on ARCH_AT91SAM9RL
236         help
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).
239
240           If unsure, say N.
241
242           To compile this driver as a module, choose M here: the
243           module will be called atmel_tsadcc.
244
245 config TOUCHSCREEN_TSC2005
246         tristate "TSC2005 touchscreen support"
247         depends on SPI_MASTER
248         help
249           Say Y here for if you are using the touchscreen features of TSC2005.
250
251 config TOUCHSCREEN_TSC210X
252         tristate "TI TSC210x based touchscreens"
253         depends on SPI_MASTER
254         select SPI_TSC210X
255         help
256           Say Y here if you have a touchscreen interface using a
257           TI TSC210x controller, and your board-specific initialisation
258           code includes that in its table of SPI devices.
259
260           If unsure, say N (but it's safe to say "Y").
261
262           To compile this driver as a module, choose M here: the
263           module will be called tsc210x_ts.
264
265 config TOUCHSCREEN_TSC2301
266         tristate "TSC2301 touchscreen support"
267         depends on SPI_TSC2301
268         help
269           Say Y here for if you are using the touchscreen features of TSC2301.
270
271 config TOUCHSCREEN_UCB1400
272         tristate "Philips UCB1400 touchscreen"
273         depends on AC97_BUS
274         depends on UCB1400_CORE
275         help
276           This enables support for the Philips UCB1400 touchscreen interface.
277           The UCB1400 is an AC97 audio codec.  The touchscreen interface
278           will be initialized only after the ALSA subsystem has been
279           brought up and the UCB1400 detected.  You therefore have to
280           configure ALSA support as well (either built-in or modular,
281           independently of whether this driver is itself built-in or
282           modular) for this driver to work.
283
284           To compile this driver as a module, choose M here: the
285           module will be called ucb1400_ts.
286
287 config TOUCHSCREEN_WM97XX
288         tristate "Support for WM97xx AC97 touchscreen controllers"
289         depends on AC97_BUS
290         help
291           Say Y here if you have a Wolfson Microelectronics WM97xx
292           touchscreen connected to your system. Note that this option
293           only enables core driver, you will also need to select
294           support for appropriate chip below.
295
296           If unsure, say N.
297
298           To compile this driver as a module, choose M here: the
299           module will be called wm97xx-ts.
300
301 config TOUCHSCREEN_WM9705
302         bool "WM9705 Touchscreen interface support"
303         depends on TOUCHSCREEN_WM97XX
304         default y
305         help
306           Say Y here to enable support for the Wolfson Microelectronics
307           WM9705 touchscreen controller.
308
309 config TOUCHSCREEN_WM9712
310         bool "WM9712 Touchscreen interface support"
311         depends on TOUCHSCREEN_WM97XX
312         default y
313         help
314           Say Y here to enable support for the Wolfson Microelectronics
315           WM9712 touchscreen controller.
316
317 config TOUCHSCREEN_WM9713
318         bool "WM9713 Touchscreen interface support"
319         depends on TOUCHSCREEN_WM97XX
320         default y
321         help
322           Say Y here to enable support for the Wolfson Microelectronics
323           WM9713 touchscreen controller.
324
325 config TOUCHSCREEN_WM97XX_MAINSTONE
326         tristate "WM97xx Mainstone accelerated touch"
327         depends on TOUCHSCREEN_WM97XX && ARCH_PXA
328         help
329           Say Y here for support for streaming mode with WM97xx touchscreens
330           on Mainstone systems.
331
332           If unsure, say N.
333
334           To compile this driver as a module, choose M here: the
335           module will be called mainstone-wm97xx.
336
337 config TOUCHSCREEN_USB_COMPOSITE
338         tristate "USB Touchscreen Driver"
339         depends on USB_ARCH_HAS_HCD
340         select USB
341         help
342           USB Touchscreen driver for:
343           - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
344           - PanJit TouchSet USB
345           - 3M MicroTouch USB (EX II series)
346           - ITM
347           - some other eTurboTouch
348           - Gunze AHL61
349           - DMC TSC-10/25
350           - IRTOUCHSYSTEMS/UNITOP
351           - IdealTEK URTC1000
352           - GoTop Super_Q2/GogoPen/PenPower tablets
353
354           Have a look at <http://linux.chapter7.ch/touchkit/> for
355           a usage description and the required user-space stuff.
356
357           To compile this driver as a module, choose M here: the
358           module will be called usbtouchscreen.
359
360 config TOUCHSCREEN_USB_EGALAX
361         default y
362         bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
363         depends on TOUCHSCREEN_USB_COMPOSITE
364
365 config TOUCHSCREEN_USB_PANJIT
366         default y
367         bool "PanJit device support" if EMBEDDED
368         depends on TOUCHSCREEN_USB_COMPOSITE
369
370 config TOUCHSCREEN_USB_3M
371         default y
372         bool "3M/Microtouch EX II series device support" if EMBEDDED
373         depends on TOUCHSCREEN_USB_COMPOSITE
374
375 config TOUCHSCREEN_USB_ITM
376         default y
377         bool "ITM device support" if EMBEDDED
378         depends on TOUCHSCREEN_USB_COMPOSITE
379
380 config TOUCHSCREEN_USB_ETURBO
381         default y
382         bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
383         depends on TOUCHSCREEN_USB_COMPOSITE
384
385 config TOUCHSCREEN_USB_GUNZE
386         default y
387         bool "Gunze AHL61 device support" if EMBEDDED
388         depends on TOUCHSCREEN_USB_COMPOSITE
389
390 config TOUCHSCREEN_USB_DMC_TSC10
391         default y
392         bool "DMC TSC-10/25 device support" if EMBEDDED
393         depends on TOUCHSCREEN_USB_COMPOSITE
394
395 config TOUCHSCREEN_USB_IRTOUCH
396         default y
397         bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
398         depends on TOUCHSCREEN_USB_COMPOSITE
399
400 config TOUCHSCREEN_USB_IDEALTEK
401         default y
402         bool "IdealTEK URTC1000 device support" if EMBEDDED
403         depends on TOUCHSCREEN_USB_COMPOSITE
404
405 config TOUCHSCREEN_USB_GENERAL_TOUCH
406         default y
407         bool "GeneralTouch Touchscreen device support" if EMBEDDED
408         depends on TOUCHSCREEN_USB_COMPOSITE
409
410 config TOUCHSCREEN_USB_GOTOP
411         default y
412         bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
413         depends on TOUCHSCREEN_USB_COMPOSITE
414
415 config TOUCHSCREEN_TOUCHIT213
416         tristate "Sahara TouchIT-213 touchscreen"
417         select SERIO
418         help
419           Say Y here if you have a Sahara TouchIT-213 Tablet PC.
420
421           If unsure, say N.
422
423           To compile this driver as a module, choose M here: the
424           module will be called touchit213.
425
426 config TOUCHSCREEN_TSC2007
427         tristate "TSC2007 based touchscreens"
428         depends on I2C
429         help
430           Say Y here if you have a TSC2007 based touchscreen.
431
432           If unsure, say N.
433
434           To compile this driver as a module, choose M here: the
435           module will be called tsc2007.
436
437 endif