blob: afeb7554bfe2d0ea1efdcd5084ce9a39e6d7b833 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -04002# Touchscreen driver configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
4menuconfig 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
12if INPUT_TOUCHSCREEN
13
David Brownellffa458c2006-01-08 13:34:21 -080014config TOUCHSCREEN_ADS7846
David Brownellbff0de52007-05-22 23:28:40 -040015 tristate "ADS7846/TSC2046 and ADS7843 based touchscreens"
David Brownellffa458c2006-01-08 13:34:21 -080016 depends on SPI_MASTER
David Brownell2c8dc072007-01-18 00:45:48 -050017 depends on HWMON = n || HWMON
David Brownellffa458c2006-01-08 13:34:21 -080018 help
19 Say Y here if you have a touchscreen interface using the
David Brownellbff0de52007-05-22 23:28:40 -040020 ADS7846/TSC2046 or ADS7843 controller, and your board-specific
21 setup code includes that in its table of SPI devices.
David Brownellffa458c2006-01-08 13:34:21 -080022
David Brownell2c8dc072007-01-18 00:45:48 -050023 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
David Brownellbff0de52007-05-22 23:28:40 -040025 (and on ads7846/tsc2046, temperature) sensors of this chip.
David Brownell2c8dc072007-01-18 00:45:48 -050026
David Brownellffa458c2006-01-08 13:34:21 -080027 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
Michael Hennerich331b78e2009-03-09 20:12:52 -070032config TOUCHSCREEN_AD7877
33 tristate "AD7877 based touchscreens"
34 depends on SPI_MASTER
35 help
36 Say Y here if you have a touchscreen interface using the
37 AD7877 controller, and your board-specific initialization
38 code includes that in its table of SPI devices.
39
40 If unsure, say N (but it's safe to say "Y").
41
42 To compile this driver as a module, choose M here: the
43 module will be called ad7877.
44
Linus Torvalds1da177e2005-04-16 15:20:36 -070045config TOUCHSCREEN_BITSY
46 tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
47 depends on SA1100_BITSY
48 select SERIO
49 help
50 Say Y here if you have the h3600 (Bitsy) touchscreen.
51
52 If unsure, say N.
53
54 To compile this driver as a module, choose M here: the
55 module will be called h3600_ts_input.
56
57config TOUCHSCREEN_CORGI
Eric Miao45e2a9b2008-10-21 11:36:19 +080058 tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)"
Linus Torvalds1da177e2005-04-16 15:20:36 -070059 depends on PXA_SHARPSL
Eric Miao45e2a9b2008-10-21 11:36:19 +080060 select CORGI_SSP_DEPRECATED
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -040061 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -070062 help
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -040063 Say Y here to enable the driver for the touchscreen on the
Richard Purdie513b6e12005-09-13 01:25:33 -070064 Sharp SL-C7xx and SL-Cxx00 series of PDAs.
Linus Torvalds1da177e2005-04-16 15:20:36 -070065
66 If unsure, say N.
67
68 To compile this driver as a module, choose M here: the
Richard Purdie513b6e12005-09-13 01:25:33 -070069 module will be called corgi_ts.
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
Eric Miao45e2a9b2008-10-21 11:36:19 +080071 NOTE: this driver is deprecated, try enable SPI and generic
72 ADS7846-based touchscreen driver.
73
Eric Miao9bcc00b2008-12-23 04:21:04 -050074config TOUCHSCREEN_DA9034
75 tristate "Touchscreen support for Dialog Semiconductor DA9034"
76 depends on PMIC_DA903X
77 default y
78 help
79 Say Y here to enable the support for the touchscreen found
80 on Dialog Semiconductor DA9034 PMIC.
81
Dmitry Torokhov85f202d2007-07-18 00:37:01 -040082config TOUCHSCREEN_FUJITSU
83 tristate "Fujitsu serial touchscreen"
84 select SERIO
85 help
86 Say Y here if you have the Fujitsu touchscreen (such as one
87 installed in Lifebook P series laptop) connected to your
88 system.
89
90 If unsure, say N.
91
92 To compile this driver as a module, choose M here: the
93 module will be called fujitsu-ts.
94
Linus Torvalds1da177e2005-04-16 15:20:36 -070095config TOUCHSCREEN_GUNZE
96 tristate "Gunze AHL-51S touchscreen"
97 select SERIO
98 help
99 Say Y here if you have the Gunze AHL-51 touchscreen connected to
100 your system.
101
102 If unsure, say N.
103
104 To compile this driver as a module, choose M here: the
105 module will be called gunze.
106
107config TOUCHSCREEN_ELO
108 tristate "Elo serial touchscreens"
109 select SERIO
110 help
111 Say Y here if you have an Elo serial touchscreen connected to
112 your system.
113
114 If unsure, say N.
115
116 To compile this driver as a module, choose M here: the
Michael Prokop153ab422005-07-11 01:09:10 -0500117 module will be called elo.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118
Jaya Kumar3eb1aa42008-11-19 16:58:50 -0500119config TOUCHSCREEN_WACOM_W8001
120 tristate "Wacom W8001 penabled serial touchscreen"
121 select SERIO
122 help
123 Say Y here if you have an Wacom W8001 penabled serial touchscreen
124 connected to 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 wacom_w8001.
130
131
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132config TOUCHSCREEN_MTOUCH
133 tristate "MicroTouch serial touchscreens"
134 select SERIO
135 help
136 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
137 your system.
138
139 If unsure, say N.
140
141 To compile this driver as a module, choose M here: the
142 module will be called mtouch.
143
Richard Lemon3cadd2d2008-06-26 10:10:41 -0400144config TOUCHSCREEN_INEXIO
145 tristate "iNexio serial touchscreens"
146 select SERIO
147 help
148 Say Y here if you have an iNexio serial touchscreen connected to
149 your system.
150
151 If unsure, say N.
152
153 To compile this driver as a module, choose M here: the
154 module will be called inexio.
155
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156config TOUCHSCREEN_MK712
157 tristate "ICS MicroClock MK712 touchscreen"
158 help
159 Say Y here if you have the ICS MicroClock MK712 touchscreen
160 controller chip in your system.
161
162 If unsure, say N.
163
164 To compile this driver as a module, choose M here: the
165 module will be called mk712.
166
167config TOUCHSCREEN_HP600
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500168 tristate "HP Jornada 6xx touchscreen"
Paul Mundt00258352006-01-16 22:14:08 -0800169 depends on SH_HP6XX && SH_ADC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170 help
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500171 Say Y here if you have a HP Jornada 620/660/680/690 and want to
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172 support the built-in touchscreen.
173
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174 To compile this driver as a module, choose M here: the
175 module will be called hp680_ts_input.
176
Kristoffer Ericson5637f022007-09-26 00:02:56 -0400177config TOUCHSCREEN_HP7XX
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500178 tristate "HP Jornada 7xx touchscreen"
Kristoffer Ericson5637f022007-09-26 00:02:56 -0400179 depends on SA1100_JORNADA720_SSP
180 help
181 Say Y here if you have a HP Jornada 710/720/728 and want
182 to support the built-in touchscreen.
183
184 To compile this driver as a module, choose M here: the
185 module will be called jornada720_ts.
186
Pau Oliva Fora5a18c342008-06-02 00:38:35 -0400187config TOUCHSCREEN_HTCPEN
188 tristate "HTC Shift X9500 touchscreen"
189 depends on ISA
190 help
191 Say Y here if you have an HTC Shift UMPC also known as HTC X9500
192 Clio / Shangrila and want to support the built-in touchscreen.
193
194 If unsure, say N.
195
196 To compile this driver as a module, choose M here: the
197 module will be called htcpen.
198
Rick Kochee479992006-08-05 00:32:18 -0400199config TOUCHSCREEN_PENMOUNT
200 tristate "Penmount serial touchscreen"
201 select SERIO
202 help
203 Say Y here if you have a Penmount serial touchscreen connected to
204 your system.
205
206 If unsure, say N.
207
208 To compile this driver as a module, choose M here: the
209 module will be called penmount.
210
Magnus Damm885c3162008-05-07 11:15:02 -0400211config TOUCHSCREEN_MIGOR
212 tristate "Renesas MIGO-R touchscreen"
213 depends on SH_MIGOR && I2C
214 help
215 Say Y here to enable MIGO-R touchscreen support.
216
217 If unsure, say N.
218
219 To compile this driver as a module, choose M here: the
220 module will be called migor_ts.
221
Rick Koch4003dff2006-08-05 00:32:24 -0400222config TOUCHSCREEN_TOUCHRIGHT
223 tristate "Touchright serial touchscreen"
224 select SERIO
225 help
226 Say Y here if you have a Touchright serial touchscreen connected to
227 your system.
228
229 If unsure, say N.
230
231 To compile this driver as a module, choose M here: the
232 module will be called touchright.
233
Rick Koch11ea3172006-08-05 00:32:30 -0400234config TOUCHSCREEN_TOUCHWIN
235 tristate "Touchwin serial touchscreen"
236 select SERIO
237 help
238 Say Y here if you have a Touchwin serial touchscreen connected to
239 your system.
240
241 If unsure, say N.
242
243 To compile this driver as a module, choose M here: the
244 module will be called touchwin.
245
Dan Liang72d18a72008-07-23 21:27:25 -0400246config TOUCHSCREEN_ATMEL_TSADCC
247 tristate "Atmel Touchscreen Interface"
248 depends on ARCH_AT91SAM9RL
249 help
250 Say Y here if you have a 4-wire touchscreen connected to the
251 ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
252
253 If unsure, say N.
254
255 To compile this driver as a module, choose M here: the
256 module will be called atmel_tsadcc.
257
Nicolas Pitref40219b2006-11-17 01:07:26 -0500258config TOUCHSCREEN_UCB1400
259 tristate "Philips UCB1400 touchscreen"
Andrew Morton64c12e92008-10-15 13:50:20 +0200260 depends on AC97_BUS
Marek Vašutd9105c22008-08-03 21:34:08 +0100261 depends on UCB1400_CORE
Nicolas Pitref40219b2006-11-17 01:07:26 -0500262 help
263 This enables support for the Philips UCB1400 touchscreen interface.
264 The UCB1400 is an AC97 audio codec. The touchscreen interface
265 will be initialized only after the ALSA subsystem has been
266 brought up and the UCB1400 detected. You therefore have to
267 configure ALSA support as well (either built-in or modular,
268 independently of whether this driver is itself built-in or
269 modular) for this driver to work.
270
271 To compile this driver as a module, choose M here: the
272 module will be called ucb1400_ts.
273
Mark Brownfebf1df2008-04-02 00:51:09 -0400274config TOUCHSCREEN_WM97XX
275 tristate "Support for WM97xx AC97 touchscreen controllers"
276 depends on AC97_BUS
277 help
278 Say Y here if you have a Wolfson Microelectronics WM97xx
279 touchscreen connected to your system. Note that this option
280 only enables core driver, you will also need to select
281 support for appropriate chip below.
282
283 If unsure, say N.
284
285 To compile this driver as a module, choose M here: the
286 module will be called wm97xx-ts.
287
Mark Brown9448cef2008-04-02 00:51:21 -0400288config TOUCHSCREEN_WM9705
289 bool "WM9705 Touchscreen interface support"
290 depends on TOUCHSCREEN_WM97XX
Mark Brown558a1712008-07-29 01:14:59 -0400291 default y
Mark Brown9448cef2008-04-02 00:51:21 -0400292 help
Mark Brown558a1712008-07-29 01:14:59 -0400293 Say Y here to enable support for the Wolfson Microelectronics
294 WM9705 touchscreen controller.
Mark Brown9448cef2008-04-02 00:51:21 -0400295
Mark Brownde22b9e2008-04-02 00:51:26 -0400296config TOUCHSCREEN_WM9712
297 bool "WM9712 Touchscreen interface support"
298 depends on TOUCHSCREEN_WM97XX
Mark Brown558a1712008-07-29 01:14:59 -0400299 default y
Mark Brownde22b9e2008-04-02 00:51:26 -0400300 help
Mark Brown558a1712008-07-29 01:14:59 -0400301 Say Y here to enable support for the Wolfson Microelectronics
302 WM9712 touchscreen controller.
Mark Brownde22b9e2008-04-02 00:51:26 -0400303
Mark Browndca98e92008-04-02 00:51:30 -0400304config TOUCHSCREEN_WM9713
305 bool "WM9713 Touchscreen interface support"
306 depends on TOUCHSCREEN_WM97XX
Mark Brown558a1712008-07-29 01:14:59 -0400307 default y
Mark Browndca98e92008-04-02 00:51:30 -0400308 help
Mark Brown558a1712008-07-29 01:14:59 -0400309 Say Y here to enable support for the Wolfson Microelectronics
310 WM9713 touchscreen controller.
Mark Browndca98e92008-04-02 00:51:30 -0400311
Mark Brown4db8a5f2008-04-02 00:51:46 -0400312config TOUCHSCREEN_WM97XX_MAINSTONE
313 tristate "WM97xx Mainstone accelerated touch"
314 depends on TOUCHSCREEN_WM97XX && ARCH_PXA
315 help
316 Say Y here for support for streaming mode with WM97xx touchscreens
317 on Mainstone systems.
318
319 If unsure, say N.
320
321 To compile this driver as a module, choose M here: the
322 module will be called mainstone-wm97xx.
323
Mark Brown22e39d32009-03-04 01:12:49 -0800324config TOUCHSCREEN_WM97XX_ZYLONITE
325 tristate "Zylonite accelerated touch"
326 depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
327 select TOUCHSCREEN_WM9713
328 help
329 Say Y here for support for streaming mode with the touchscreen
330 on Zylonite 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 zylonite-wm97xx.
336
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400337config TOUCHSCREEN_USB_COMPOSITE
338 tristate "USB Touchscreen Driver"
Al Viro7a86ede2007-05-15 20:36:20 +0100339 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400340 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
Ondrej Zarydf561fc2007-07-03 01:55:03 -0400350 - IRTOUCHSYSTEMS/UNITOP
Ondrej Zarya14a8402007-09-04 23:45:01 -0400351 - IdealTEK URTC1000
Jerrold Jones14e40202007-10-22 00:59:47 -0400352 - GoTop Super_Q2/GogoPen/PenPower tablets
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400353
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
360config 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
365config TOUCHSCREEN_USB_PANJIT
366 default y
367 bool "PanJit device support" if EMBEDDED
368 depends on TOUCHSCREEN_USB_COMPOSITE
369
370config TOUCHSCREEN_USB_3M
371 default y
372 bool "3M/Microtouch EX II series device support" if EMBEDDED
373 depends on TOUCHSCREEN_USB_COMPOSITE
374
375config TOUCHSCREEN_USB_ITM
376 default y
377 bool "ITM device support" if EMBEDDED
378 depends on TOUCHSCREEN_USB_COMPOSITE
379
380config TOUCHSCREEN_USB_ETURBO
381 default y
382 bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
383 depends on TOUCHSCREEN_USB_COMPOSITE
384
385config TOUCHSCREEN_USB_GUNZE
386 default y
387 bool "Gunze AHL61 device support" if EMBEDDED
388 depends on TOUCHSCREEN_USB_COMPOSITE
389
390config TOUCHSCREEN_USB_DMC_TSC10
391 default y
392 bool "DMC TSC-10/25 device support" if EMBEDDED
393 depends on TOUCHSCREEN_USB_COMPOSITE
394
Ondrej Zarydf561fc2007-07-03 01:55:03 -0400395config TOUCHSCREEN_USB_IRTOUCH
396 default y
397 bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
398 depends on TOUCHSCREEN_USB_COMPOSITE
399
Ondrej Zarya14a8402007-09-04 23:45:01 -0400400config TOUCHSCREEN_USB_IDEALTEK
401 default y
402 bool "IdealTEK URTC1000 device support" if EMBEDDED
403 depends on TOUCHSCREEN_USB_COMPOSITE
404
Ilya Frolov9d5657d2007-10-12 14:19:40 -0400405config TOUCHSCREEN_USB_GENERAL_TOUCH
406 default y
407 bool "GeneralTouch Touchscreen device support" if EMBEDDED
408 depends on TOUCHSCREEN_USB_COMPOSITE
409
Jerrold Jones14e40202007-10-22 00:59:47 -0400410config 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
Claudio Nieder73422392008-07-07 11:56:30 -0400415config 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
Kwangwoo Lee50b6f1f2008-12-20 04:26:01 -0500426config 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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437endif