blob: eef08916db8334d3101c656ec42ced62e620c459 [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
Haojian Zhuang866a98a2009-12-15 16:06:17 -050014config TOUCHSCREEN_88PM860X
15 tristate "Marvell 88PM860x touchscreen"
16 depends on MFD_88PM860X
17 help
18 Say Y here if you have a 88PM860x PMIC and want to enable
19 support for the built-in touchscreen.
20
21 If unsure, say N.
22
23 To compile this driver as a module, choose M here: the
24 module will be called 88pm860x-ts.
25
David Brownellffa458c2006-01-08 13:34:21 -080026config TOUCHSCREEN_ADS7846
Michael Hennerich06a09122010-03-09 20:38:45 -080027 tristate "ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens"
David Brownellffa458c2006-01-08 13:34:21 -080028 depends on SPI_MASTER
David Brownell2c8dc072007-01-18 00:45:48 -050029 depends on HWMON = n || HWMON
David Brownellffa458c2006-01-08 13:34:21 -080030 help
31 Say Y here if you have a touchscreen interface using the
Michael Hennerich06a09122010-03-09 20:38:45 -080032 ADS7846/TSC2046/AD7873 or ADS7843/AD7843 controller,
33 and your board-specific setup code includes that in its
34 table of SPI devices.
David Brownellffa458c2006-01-08 13:34:21 -080035
David Brownell2c8dc072007-01-18 00:45:48 -050036 If HWMON is selected, and the driver is told the reference voltage
37 on your board, you will also get hwmon interfaces for the voltage
Michael Hennerich06a09122010-03-09 20:38:45 -080038 (and on ads7846/tsc2046/ad7873, temperature) sensors of this chip.
David Brownell2c8dc072007-01-18 00:45:48 -050039
David Brownellffa458c2006-01-08 13:34:21 -080040 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 ads7846.
44
Michael Hennerich331b78e2009-03-09 20:12:52 -070045config TOUCHSCREEN_AD7877
46 tristate "AD7877 based touchscreens"
47 depends on SPI_MASTER
48 help
49 Say Y here if you have a touchscreen interface using the
50 AD7877 controller, and your board-specific initialization
51 code includes that in its table of SPI devices.
52
53 If unsure, say N (but it's safe to say "Y").
54
55 To compile this driver as a module, choose M here: the
56 module will be called ad7877.
57
Mike Frysinger4397c982010-06-30 01:40:52 -070058config TOUCHSCREEN_AD7879
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070059 tristate
60 default n
61
62config TOUCHSCREEN_ATMEL_MAXTOUCH
63 tristate "Atmel maXTouch based touchscreens"
64 depends on I2C
65 default n
66 help
67 Say Y here if you have an Atmel Maxtouch based touchscreen.
68
69 If unsure, say N.
70
71 To compile this driver as a module, choose M here: the
72 module will be called maXTouch.
73
74config TOUCHSCREEN_AD7879
Mike Frysinger4397c982010-06-30 01:40:52 -070075 tristate "Analog Devices AD7879-1/AD7889-1 touchscreen interface"
Michael Hennerichb4be4682009-03-09 20:12:52 -070076 help
Mike Frysinger4397c982010-06-30 01:40:52 -070077 Say Y here if you want to support a touchscreen interface using
78 the AD7879-1/AD7889-1 controller.
Michael Hennerichb4be4682009-03-09 20:12:52 -070079
Mike Frysinger4397c982010-06-30 01:40:52 -070080 You should select a bus connection too.
Michael Hennerichb4be4682009-03-09 20:12:52 -070081
82 To compile this driver as a module, choose M here: the
83 module will be called ad7879.
84
Mike Frysinger4397c982010-06-30 01:40:52 -070085config TOUCHSCREEN_AD7879_I2C
86 tristate "support I2C bus connection"
87 depends on TOUCHSCREEN_AD7879 && I2C
88 help
89 Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus.
90
91 To compile this driver as a module, choose M here: the
92 module will be called ad7879-i2c.
93
Michael Hennerichb4be4682009-03-09 20:12:52 -070094config TOUCHSCREEN_AD7879_SPI
Mike Frysinger4397c982010-06-30 01:40:52 -070095 tristate "support SPI bus connection"
96 depends on TOUCHSCREEN_AD7879 && SPI_MASTER
Michael Hennerichb4be4682009-03-09 20:12:52 -070097 help
Mike Frysinger4397c982010-06-30 01:40:52 -070098 Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus.
Michael Hennerichb4be4682009-03-09 20:12:52 -070099
100 If unsure, say N (but it's safe to say "Y").
101
102 To compile this driver as a module, choose M here: the
Mike Frysinger4397c982010-06-30 01:40:52 -0700103 module will be called ad7879-spi.
Michael Hennerichb4be4682009-03-09 20:12:52 -0700104
Dmitry Torokhov964de522011-02-02 23:21:58 -0800105config TOUCHSCREEN_ATMEL_MXT
106 tristate "Atmel mXT I2C Touchscreen"
107 depends on I2C
108 help
109 Say Y here if you have Atmel mXT series I2C touchscreen,
110 such as AT42QT602240/ATMXT224, connected to your system.
111
112 If unsure, say N.
113
114 To compile this driver as a module, choose M here: the
115 module will be called atmel_mxt_ts.
116
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117config TOUCHSCREEN_BITSY
118 tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
119 depends on SA1100_BITSY
120 select SERIO
121 help
122 Say Y here if you have the h3600 (Bitsy) touchscreen.
123
124 If unsure, say N.
125
126 To compile this driver as a module, choose M here: the
127 module will be called h3600_ts_input.
128
Naveen Kumar Gaddipati4780c8d2010-10-04 22:32:48 -0700129config TOUCHSCREEN_BU21013
130 tristate "BU21013 based touch panel controllers"
131 depends on I2C
132 help
133 Say Y here if you have a bu21013 touchscreen connected to
134 your system.
135
136 If unsure, say N.
137
138 To compile this driver as a module, choose M here: the
139 module will be called bu21013_ts.
140
Samuli Konttila60347c12010-07-30 09:02:43 -0700141config TOUCHSCREEN_CY8CTMG110
142 tristate "cy8ctmg110 touchscreen"
143 depends on I2C
144 depends on GPIOLIB
145
146 help
147 Say Y here if you have a cy8ctmg110 capacitive touchscreen on
148 an AAVA device.
149
150 If unsure, say N.
151
152 To compile this driver as a module, choose M here: the
153 module will be called cy8ctmg110_ts.
154
Eric Miao9bcc00b2008-12-23 04:21:04 -0500155config TOUCHSCREEN_DA9034
156 tristate "Touchscreen support for Dialog Semiconductor DA9034"
157 depends on PMIC_DA903X
158 default y
159 help
160 Say Y here to enable the support for the touchscreen found
161 on Dialog Semiconductor DA9034 PMIC.
162
Tias Gunsa5f523b2009-10-25 12:13:58 -0700163config TOUCHSCREEN_DYNAPRO
164 tristate "Dynapro serial touchscreen"
165 select SERIO
166 help
167 Say Y here if you have a Dynapro serial touchscreen connected to
168 your system.
169
170 If unsure, say N.
171
172 To compile this driver as a module, choose M here: the
173 module will be called dynapro.
174
Adam Bennett422dee52010-04-12 19:54:38 -0700175config TOUCHSCREEN_HAMPSHIRE
176 tristate "Hampshire serial touchscreen"
177 select SERIO
178 help
179 Say Y here if you have a Hampshire serial touchscreen connected to
180 your system.
181
182 If unsure, say N.
183
184 To compile this driver as a module, choose M here: the
185 module will be called hampshire.
186
Daniel Mack10494dc2009-05-18 16:10:39 -0700187config TOUCHSCREEN_EETI
188 tristate "EETI touchscreen panel support"
189 depends on I2C
190 help
191 Say Y here to enable support for I2C connected EETI touch panels.
192
193 To compile this driver as a module, choose M here: the
194 module will be called eeti_ts.
195
Dmitry Torokhov85f202d2007-07-18 00:37:01 -0400196config TOUCHSCREEN_FUJITSU
197 tristate "Fujitsu serial touchscreen"
198 select SERIO
199 help
200 Say Y here if you have the Fujitsu touchscreen (such as one
201 installed in Lifebook P series laptop) connected to your
202 system.
203
204 If unsure, say N.
205
206 To compile this driver as a module, choose M here: the
207 module will be called fujitsu-ts.
208
Arnaud Patardf5f96b92009-11-23 09:47:12 -0800209config TOUCHSCREEN_S3C2410
Ben Dooks504d36e2010-05-19 14:45:01 +0900210 tristate "Samsung S3C2410/generic touchscreen input driver"
211 depends on ARCH_S3C2410 || SAMSUNG_DEV_TS
Mark Brown829ab5b2010-05-31 11:57:24 -0700212 select S3C_ADC
Arnaud Patardf5f96b92009-11-23 09:47:12 -0800213 help
214 Say Y here if you have the s3c2410 touchscreen.
215
216 If unsure, say N.
217
218 To compile this driver as a module, choose M here: the
219 module will be called s3c2410_ts.
220
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221config TOUCHSCREEN_GUNZE
222 tristate "Gunze AHL-51S touchscreen"
223 select SERIO
224 help
225 Say Y here if you have the Gunze AHL-51 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 gunze.
232
233config TOUCHSCREEN_ELO
234 tristate "Elo serial touchscreens"
235 select SERIO
236 help
237 Say Y here if you have an Elo serial touchscreen connected to
238 your system.
239
240 If unsure, say N.
241
242 To compile this driver as a module, choose M here: the
Michael Prokop153ab422005-07-11 01:09:10 -0500243 module will be called elo.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244
Jaya Kumar3eb1aa42008-11-19 16:58:50 -0500245config TOUCHSCREEN_WACOM_W8001
246 tristate "Wacom W8001 penabled serial touchscreen"
247 select SERIO
248 help
249 Say Y here if you have an Wacom W8001 penabled serial touchscreen
250 connected to your system.
251
252 If unsure, say N.
253
254 To compile this driver as a module, choose M here: the
255 module will be called wacom_w8001.
256
Kevin Wells3045a5f2010-08-28 22:45:22 -0700257config TOUCHSCREEN_LPC32XX
258 tristate "LPC32XX touchscreen controller"
259 depends on ARCH_LPC32XX
260 help
261 Say Y here if you have a LPC32XX device and want
262 to support the built-in touchscreen.
263
264 To compile this driver as a module, choose M here: the
265 module will be called lpc32xx_ts.
266
Zhang Jiejing42033062011-04-11 23:48:23 -0700267config TOUCHSCREEN_MAX11801
268 tristate "MAX11801 based touchscreens"
269 depends on I2C
270 help
271 Say Y here if you have a MAX11801 based touchscreen
272 controller.
273
274 If unsure, say N.
275
276 To compile this driver as a module, choose M here: the
277 module will be called max11801_ts.
278
Joonyoung Shim38e783b2009-09-17 22:35:45 -0700279config TOUCHSCREEN_MCS5000
280 tristate "MELFAS MCS-5000 touchscreen"
281 depends on I2C
282 help
283 Say Y here if you have the MELFAS MCS-5000 touchscreen controller
284 chip in your system.
285
286 If unsure, say N.
287
288 To compile this driver as a module, choose M here: the
289 module will be called mcs5000_ts.
Jaya Kumar3eb1aa42008-11-19 16:58:50 -0500290
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291config TOUCHSCREEN_MTOUCH
292 tristate "MicroTouch serial touchscreens"
293 select SERIO
294 help
295 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
296 your system.
297
298 If unsure, say N.
299
300 To compile this driver as a module, choose M here: the
301 module will be called mtouch.
302
Richard Lemon3cadd2d2008-06-26 10:10:41 -0400303config TOUCHSCREEN_INEXIO
304 tristate "iNexio serial touchscreens"
305 select SERIO
306 help
307 Say Y here if you have an iNexio serial touchscreen connected to
308 your system.
309
310 If unsure, say N.
311
312 To compile this driver as a module, choose M here: the
313 module will be called inexio.
314
Dmitry Torokhovd4f5f932010-08-31 23:00:52 -0700315config TOUCHSCREEN_INTEL_MID
316 tristate "Intel MID platform resistive touchscreen"
317 depends on INTEL_SCU_IPC
318 help
319 Say Y here if you have a Intel MID based touchscreen in
320 your system.
321
322 If unsure, say N.
323
324 To compile this driver as a module, choose M here: the
325 module will be called intel_mid_touch.
326
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327config TOUCHSCREEN_MK712
328 tristate "ICS MicroClock MK712 touchscreen"
329 help
330 Say Y here if you have the ICS MicroClock MK712 touchscreen
331 controller chip in your system.
332
333 If unsure, say N.
334
335 To compile this driver as a module, choose M here: the
336 module will be called mk712.
337
338config TOUCHSCREEN_HP600
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500339 tristate "HP Jornada 6xx touchscreen"
Paul Mundt00258352006-01-16 22:14:08 -0800340 depends on SH_HP6XX && SH_ADC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341 help
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500342 Say Y here if you have a HP Jornada 620/660/680/690 and want to
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343 support the built-in touchscreen.
344
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345 To compile this driver as a module, choose M here: the
346 module will be called hp680_ts_input.
347
Kristoffer Ericson5637f022007-09-26 00:02:56 -0400348config TOUCHSCREEN_HP7XX
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500349 tristate "HP Jornada 7xx touchscreen"
Kristoffer Ericson5637f022007-09-26 00:02:56 -0400350 depends on SA1100_JORNADA720_SSP
351 help
352 Say Y here if you have a HP Jornada 710/720/728 and want
353 to support the built-in touchscreen.
354
355 To compile this driver as a module, choose M here: the
356 module will be called jornada720_ts.
357
Pau Oliva Fora5a18c342008-06-02 00:38:35 -0400358config TOUCHSCREEN_HTCPEN
359 tristate "HTC Shift X9500 touchscreen"
360 depends on ISA
361 help
362 Say Y here if you have an HTC Shift UMPC also known as HTC X9500
363 Clio / Shangrila and want to support the built-in touchscreen.
364
365 If unsure, say N.
366
367 To compile this driver as a module, choose M here: the
368 module will be called htcpen.
369
Rick Kochee479992006-08-05 00:32:18 -0400370config TOUCHSCREEN_PENMOUNT
371 tristate "Penmount serial touchscreen"
372 select SERIO
373 help
374 Say Y here if you have a Penmount serial touchscreen connected to
375 your system.
376
377 If unsure, say N.
378
379 To compile this driver as a module, choose M here: the
380 module will be called penmount.
381
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700382config TOUCHSCREEN_MSM
383 bool "Qualcomm MSM touchscreen controller"
384 depends on ARCH_MSM7X30 && MARIMBA_TSADC
385 default n
386 help
387 Say Y here if you have a 4-wire resistive touchscreen panel
388 connected to the TSSC touchscreen controller on a
389 Qualcomm MSM/QSD based SoC.
390
Magnus Damm885c3162008-05-07 11:15:02 -0400391config TOUCHSCREEN_MIGOR
392 tristate "Renesas MIGO-R touchscreen"
393 depends on SH_MIGOR && I2C
394 help
395 Say Y here to enable MIGO-R touchscreen support.
396
397 If unsure, say N.
398
399 To compile this driver as a module, choose M here: the
400 module will be called migor_ts.
401
Cyril Chemparathy0fa6c772010-09-20 12:26:43 -0400402config TOUCHSCREEN_TNETV107X
403 tristate "TI TNETV107X touchscreen support"
404 depends on ARCH_DAVINCI_TNETV107X
405 help
406 Say Y here if you want to use the TNETV107X touchscreen.
407
408 To compile this driver as a module, choose M here: the
409 module will be called tnetv107x-ts.
410
Arve Hjønnevåg00adffd2007-08-21 21:56:46 -0700411config TOUCHSCREEN_SYNAPTICS_I2C_RMI
412 tristate "Synaptics i2c touchscreen"
413 depends on I2C
414 help
415 This enables support for Synaptics RMI over I2C based touchscreens.
416
Taniya Das6f0884b2011-09-06 16:24:21 +0530417config TOUCHSCREEN_SYNAPTICS_RMI4_I2C
418 tristate "Synaptics i2c touchscreen(ClearPad 3000)"
419 depends on I2C
420 select SYNA_MULTI_TOUCH
421 help
422 This enables support for Synaptics RMI over I2C based touchscreens(ClearPad 3000).
423
424config SYNA_MULTI_TOUCH
425 tristate "Synaptics i2c touchscreen(ClearPad 3000) MutilTouch support"
426 depends on TOUCHSCREEN_SYNAPTICS_RMI4_I2C
427 default y
428
Rick Koch4003dff2006-08-05 00:32:24 -0400429config TOUCHSCREEN_TOUCHRIGHT
430 tristate "Touchright serial touchscreen"
431 select SERIO
432 help
433 Say Y here if you have a Touchright serial touchscreen connected to
434 your system.
435
436 If unsure, say N.
437
438 To compile this driver as a module, choose M here: the
439 module will be called touchright.
440
Rick Koch11ea3172006-08-05 00:32:30 -0400441config TOUCHSCREEN_TOUCHWIN
442 tristate "Touchwin serial touchscreen"
443 select SERIO
444 help
445 Say Y here if you have a Touchwin serial touchscreen connected to
446 your system.
447
448 If unsure, say N.
449
450 To compile this driver as a module, choose M here: the
451 module will be called touchwin.
452
Dan Liang72d18a72008-07-23 21:27:25 -0400453config TOUCHSCREEN_ATMEL_TSADCC
454 tristate "Atmel Touchscreen Interface"
Nicolas Ferre985f37f2009-11-19 09:32:52 -0800455 depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45
Dan Liang72d18a72008-07-23 21:27:25 -0400456 help
457 Say Y here if you have a 4-wire touchscreen connected to the
458 ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
459
460 If unsure, say N.
461
462 To compile this driver as a module, choose M here: the
463 module will be called atmel_tsadcc.
464
Nicolas Pitref40219b2006-11-17 01:07:26 -0500465config TOUCHSCREEN_UCB1400
466 tristate "Philips UCB1400 touchscreen"
Andrew Morton64c12e92008-10-15 13:50:20 +0200467 depends on AC97_BUS
Marek Vašutd9105c22008-08-03 21:34:08 +0100468 depends on UCB1400_CORE
Nicolas Pitref40219b2006-11-17 01:07:26 -0500469 help
470 This enables support for the Philips UCB1400 touchscreen interface.
471 The UCB1400 is an AC97 audio codec. The touchscreen interface
472 will be initialized only after the ALSA subsystem has been
473 brought up and the UCB1400 detected. You therefore have to
474 configure ALSA support as well (either built-in or modular,
475 independently of whether this driver is itself built-in or
476 modular) for this driver to work.
477
478 To compile this driver as a module, choose M here: the
479 module will be called ucb1400_ts.
480
Mark Brown00cfa732011-01-30 12:31:30 -0800481config TOUCHSCREEN_WM831X
482 tristate "Support for WM831x touchscreen controllers"
483 depends on MFD_WM831X
484 help
485 This enables support for the touchscreen controller on the WM831x
486 series of PMICs.
487
488 To compile this driver as a module, choose M here: the
489 module will be called wm831x-ts.
490
Mark Brownfebf1df2008-04-02 00:51:09 -0400491config TOUCHSCREEN_WM97XX
492 tristate "Support for WM97xx AC97 touchscreen controllers"
493 depends on AC97_BUS
494 help
495 Say Y here if you have a Wolfson Microelectronics WM97xx
496 touchscreen connected to your system. Note that this option
497 only enables core driver, you will also need to select
498 support for appropriate chip below.
499
500 If unsure, say N.
501
502 To compile this driver as a module, choose M here: the
503 module will be called wm97xx-ts.
504
Mark Brown9448cef2008-04-02 00:51:21 -0400505config TOUCHSCREEN_WM9705
506 bool "WM9705 Touchscreen interface support"
507 depends on TOUCHSCREEN_WM97XX
Mark Brown558a1712008-07-29 01:14:59 -0400508 default y
Mark Brown9448cef2008-04-02 00:51:21 -0400509 help
Mark Brown558a1712008-07-29 01:14:59 -0400510 Say Y here to enable support for the Wolfson Microelectronics
511 WM9705 touchscreen controller.
Mark Brown9448cef2008-04-02 00:51:21 -0400512
Mark Brownde22b9e2008-04-02 00:51:26 -0400513config TOUCHSCREEN_WM9712
514 bool "WM9712 Touchscreen interface support"
515 depends on TOUCHSCREEN_WM97XX
Mark Brown558a1712008-07-29 01:14:59 -0400516 default y
Mark Brownde22b9e2008-04-02 00:51:26 -0400517 help
Mark Brown558a1712008-07-29 01:14:59 -0400518 Say Y here to enable support for the Wolfson Microelectronics
519 WM9712 touchscreen controller.
Mark Brownde22b9e2008-04-02 00:51:26 -0400520
Mark Browndca98e92008-04-02 00:51:30 -0400521config TOUCHSCREEN_WM9713
522 bool "WM9713 Touchscreen interface support"
523 depends on TOUCHSCREEN_WM97XX
Mark Brown558a1712008-07-29 01:14:59 -0400524 default y
Mark Browndca98e92008-04-02 00:51:30 -0400525 help
Mark Brown558a1712008-07-29 01:14:59 -0400526 Say Y here to enable support for the Wolfson Microelectronics
527 WM9713 touchscreen controller.
Mark Browndca98e92008-04-02 00:51:30 -0400528
Hans-Christian Egtvedt864fe732009-04-18 18:45:06 -0700529config TOUCHSCREEN_WM97XX_ATMEL
530 tristate "WM97xx Atmel accelerated touch"
531 depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91)
532 help
533 Say Y here for support for streaming mode with WM97xx touchscreens
534 on Atmel AT91 or AVR32 systems with an AC97C module.
535
536 Be aware that this will use channel B in the controller for
537 streaming data, this must not conflict with other AC97C drivers.
538
539 If unsure, say N.
540
541 To compile this driver as a module, choose M here: the module will
542 be called atmel-wm97xx.
543
Mark Brown4db8a5f2008-04-02 00:51:46 -0400544config TOUCHSCREEN_WM97XX_MAINSTONE
Marek Vasutb8333062009-07-20 22:26:37 -0700545 tristate "WM97xx Mainstone/Palm accelerated touch"
Mark Brown4db8a5f2008-04-02 00:51:46 -0400546 depends on TOUCHSCREEN_WM97XX && ARCH_PXA
547 help
548 Say Y here for support for streaming mode with WM97xx touchscreens
Marek Vasutb8333062009-07-20 22:26:37 -0700549 on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
Mark Brown4db8a5f2008-04-02 00:51:46 -0400550
551 If unsure, say N.
552
553 To compile this driver as a module, choose M here: the
554 module will be called mainstone-wm97xx.
555
Mark Brown22e39d32009-03-04 01:12:49 -0800556config TOUCHSCREEN_WM97XX_ZYLONITE
557 tristate "Zylonite accelerated touch"
558 depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
559 select TOUCHSCREEN_WM9713
560 help
561 Say Y here for support for streaming mode with the touchscreen
562 on Zylonite systems.
563
564 If unsure, say N.
565
566 To compile this driver as a module, choose M here: the
567 module will be called zylonite-wm97xx.
568
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400569config TOUCHSCREEN_USB_COMPOSITE
570 tristate "USB Touchscreen Driver"
Al Viro7a86ede2007-05-15 20:36:20 +0100571 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400572 select USB
573 help
574 USB Touchscreen driver for:
575 - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
576 - PanJit TouchSet USB
577 - 3M MicroTouch USB (EX II series)
578 - ITM
579 - some other eTurboTouch
580 - Gunze AHL61
581 - DMC TSC-10/25
Ondrej Zarydf561fc2007-07-03 01:55:03 -0400582 - IRTOUCHSYSTEMS/UNITOP
Ondrej Zarya14a8402007-09-04 23:45:01 -0400583 - IdealTEK URTC1000
Jerrold Jones14e40202007-10-22 00:59:47 -0400584 - GoTop Super_Q2/GogoPen/PenPower tablets
Jim Perssonf7370692009-07-07 22:07:59 -0700585 - JASTEC USB Touch Controller/DigiTech DTR-02U
Daniel Silverstone2330ed12009-11-23 08:38:16 -0800586 - Zytronic controllers
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400587
588 Have a look at <http://linux.chapter7.ch/touchkit/> for
589 a usage description and the required user-space stuff.
590
591 To compile this driver as a module, choose M here: the
592 module will be called usbtouchscreen.
593
Sascha Hauerd201fd52009-12-15 08:48:57 -0800594config TOUCHSCREEN_MC13783
595 tristate "Freescale MC13783 touchscreen input driver"
596 depends on MFD_MC13783
597 help
598 Say Y here if you have an Freescale MC13783 PMIC on your
599 board and want to use its touchscreen
600
601 If unsure, say N.
602
603 To compile this driver as a module, choose M here: the
604 module will be called mc13783_ts.
605
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400606config TOUCHSCREEN_USB_EGALAX
607 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800608 bool "eGalax, eTurboTouch CT-410/510/700 device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400609 depends on TOUCHSCREEN_USB_COMPOSITE
610
611config TOUCHSCREEN_USB_PANJIT
612 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800613 bool "PanJit device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400614 depends on TOUCHSCREEN_USB_COMPOSITE
615
616config TOUCHSCREEN_USB_3M
617 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800618 bool "3M/Microtouch EX II series device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400619 depends on TOUCHSCREEN_USB_COMPOSITE
620
621config TOUCHSCREEN_USB_ITM
622 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800623 bool "ITM device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400624 depends on TOUCHSCREEN_USB_COMPOSITE
625
626config TOUCHSCREEN_USB_ETURBO
627 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800628 bool "eTurboTouch (non-eGalax compatible) device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400629 depends on TOUCHSCREEN_USB_COMPOSITE
630
631config TOUCHSCREEN_USB_GUNZE
632 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800633 bool "Gunze AHL61 device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400634 depends on TOUCHSCREEN_USB_COMPOSITE
635
636config TOUCHSCREEN_USB_DMC_TSC10
637 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800638 bool "DMC TSC-10/25 device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400639 depends on TOUCHSCREEN_USB_COMPOSITE
640
Ondrej Zarydf561fc2007-07-03 01:55:03 -0400641config TOUCHSCREEN_USB_IRTOUCH
642 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800643 bool "IRTOUCHSYSTEMS/UNITOP device support" if EXPERT
Ondrej Zarydf561fc2007-07-03 01:55:03 -0400644 depends on TOUCHSCREEN_USB_COMPOSITE
645
Ondrej Zarya14a8402007-09-04 23:45:01 -0400646config TOUCHSCREEN_USB_IDEALTEK
647 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800648 bool "IdealTEK URTC1000 device support" if EXPERT
Ondrej Zarya14a8402007-09-04 23:45:01 -0400649 depends on TOUCHSCREEN_USB_COMPOSITE
650
Ilya Frolov9d5657d2007-10-12 14:19:40 -0400651config TOUCHSCREEN_USB_GENERAL_TOUCH
652 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800653 bool "GeneralTouch Touchscreen device support" if EXPERT
Ilya Frolov9d5657d2007-10-12 14:19:40 -0400654 depends on TOUCHSCREEN_USB_COMPOSITE
655
Jerrold Jones14e40202007-10-22 00:59:47 -0400656config TOUCHSCREEN_USB_GOTOP
657 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800658 bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EXPERT
Jerrold Jones14e40202007-10-22 00:59:47 -0400659 depends on TOUCHSCREEN_USB_COMPOSITE
660
Jim Perssonf7370692009-07-07 22:07:59 -0700661config TOUCHSCREEN_USB_JASTEC
662 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800663 bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT
Jim Perssonf7370692009-07-07 22:07:59 -0700664 depends on TOUCHSCREEN_USB_COMPOSITE
665
Florian Echtler9e3b2582009-07-27 17:35:39 -0700666config TOUCHSCREEN_USB_E2I
667 default y
668 bool "e2i Touchscreen controller (e.g. from Mimo 740)"
669 depends on TOUCHSCREEN_USB_COMPOSITE
670
Daniel Silverstone2330ed12009-11-23 08:38:16 -0800671config TOUCHSCREEN_USB_ZYTRONIC
672 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800673 bool "Zytronic controller" if EXPERT
Daniel Silverstone2330ed12009-11-23 08:38:16 -0800674 depends on TOUCHSCREEN_USB_COMPOSITE
675
Petr Štetiar38771bb2010-06-28 09:38:48 -0700676config TOUCHSCREEN_USB_ETT_TC45USB
Petr Štetiardbe14202009-11-29 23:37:07 -0800677 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800678 bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EXPERT
Petr Štetiardbe14202009-11-29 23:37:07 -0800679 depends on TOUCHSCREEN_USB_COMPOSITE
680
Ondrej Zary51974242010-02-04 00:17:18 -0800681config TOUCHSCREEN_USB_NEXIO
682 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800683 bool "NEXIO/iNexio device support" if EXPERT
Ondrej Zary51974242010-02-04 00:17:18 -0800684 depends on TOUCHSCREEN_USB_COMPOSITE
685
Claudio Nieder73422392008-07-07 11:56:30 -0400686config TOUCHSCREEN_TOUCHIT213
687 tristate "Sahara TouchIT-213 touchscreen"
688 select SERIO
689 help
690 Say Y here if you have a Sahara TouchIT-213 Tablet PC.
691
692 If unsure, say N.
693
694 To compile this driver as a module, choose M here: the
695 module will be called touchit213.
696
Lauri Leukkunen37bd4462011-03-16 22:07:36 -0700697config TOUCHSCREEN_TSC2005
698 tristate "TSC2005 based touchscreens"
Geert Uytterhoevenddca6a32011-03-21 02:37:07 -0700699 depends on SPI_MASTER && GENERIC_HARDIRQS
Lauri Leukkunen37bd4462011-03-16 22:07:36 -0700700 help
701 Say Y here if you have a TSC2005 based touchscreen.
702
703 If unsure, say N.
704
705 To compile this driver as a module, choose M here: the
706 module will be called tsc2005.
707
Kwangwoo Lee50b6f1f2008-12-20 04:26:01 -0500708config TOUCHSCREEN_TSC2007
709 tristate "TSC2007 based touchscreens"
710 depends on I2C
711 help
712 Say Y here if you have a TSC2007 based touchscreen.
713
714 If unsure, say N.
715
716 To compile this driver as a module, choose M here: the
717 module will be called tsc2007.
718
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700719config TOUCHSCREEN_MSM_LEGACY
720 default n
721 tristate "MSM Touchscreen"
722 depends on ARCH_MSM && !ARCH_MSM7X30
723 help
724 Say Y here if you have a touchscreen interface using MSM
725 touchscreen controller.
726
727 To compile this driver as a module, choose M here: the
728 module will be called msm_touch.
729
730config ANDROID_TOUCHSCREEN_MSM_HACKS
731 default y
732 depends on TOUCHSCREEN_MSM_LEGACY
733 bool "Android MSM Touchscreen hacks"
734 help
735 Say Y here if you are running Android framework on Qualcomm
736 MSM/QSD based Surf or FFAs. These hacks are required inorder
737 to Android framework to receive adjusted x, y co-ordinates
738 until proper calibration framework is in place.
739
Wan ZongShun7e3f7372009-06-10 23:27:22 -0700740config TOUCHSCREEN_W90X900
741 tristate "W90P910 touchscreen driver"
Wan ZongShunb7788c52009-07-12 20:52:19 -0700742 depends on HAVE_CLK
Wan ZongShun7e3f7372009-06-10 23:27:22 -0700743 help
744 Say Y here if you have a W90P910 based touchscreen.
745
746 To compile this driver as a module, choose M here: the
747 module will be called w90p910_ts.
748
Daniel Ribeiro0387e102009-08-07 22:54:56 +0200749config TOUCHSCREEN_PCAP
750 tristate "Motorola PCAP touchscreen"
751 depends on EZX_PCAP
752 help
753 Say Y here if you have a Motorola EZX telephone and
754 want to enable support for the built-in touchscreen.
755
756 To compile this driver as a module, choose M here: the
757 module will be called pcap_ts.
Todd Fischer75259962010-04-05 17:53:12 -0600758
Tony SIM56a8bd62010-12-15 23:39:25 -0800759config TOUCHSCREEN_ST1232
760 tristate "Sitronix ST1232 touchscreen controllers"
761 depends on I2C
762 help
763 Say Y here if you want to support Sitronix ST1232
764 touchscreen controller.
765
766 If unsure, say N.
767
768 To compile this driver as a module, choose M here: the
769 module will be called st1232_ts.
770
771config TOUCHSCREEN_STMPE
772 tristate "STMicroelectronics STMPE touchscreens"
773 depends on MFD_STMPE
774 help
775 Say Y here if you want support for STMicroelectronics
776 STMPE touchscreen controllers.
777
778 To compile this driver as a module, choose M here: the
779 module will be called stmpe-ts.
780
Todd Fischer75259962010-04-05 17:53:12 -0600781config TOUCHSCREEN_TPS6507X
782 tristate "TPS6507x based touchscreens"
783 depends on I2C
784 help
785 Say Y here if you have a TPS6507x based touchscreen
786 controller.
787
788 If unsure, say N.
789
790 To compile this driver as a module, choose M here: the
791 module will be called tps6507x_ts.
792
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700793config TOUCHSCREEN_CY8C_TS
794 tristate "Cypress TMA300-TMG200 based touchscreens"
795 depends on I2C
796 default n
797 help
798 Say Y here if you have a Cypress TMA300/TMG200 based touchscreen.
799 TMA300 is a multi-touch screen which can report upto 10
800 touches at a time. TMG200 supports 2 touches.
801
802 If unsure, say N.
803
804 To compile this driver as a module, choose M here: the
805 module will be called cy8c_ts.
806
807config TOUCHSCREEN_CYTTSP_I2C
808 tristate "Cypress TTSP based touchscreens"
809 depends on I2C
810 default n
811 help
812 Say Y here if you have a Cypress TTSP based touchscreen.
813 TMA300 is a multi-touch screen which can report upto 10
814 touches at a time.
815
816 If unsure, say N.
817
818 To compile this driver as a module, choose M here: the
819 module will be called cyttsp-i2c.
Mohan Pallakaa2595072012-01-12 22:23:15 +0530820
821config TOUCHSCREEN_FT5X06
822 tristate "FocalTech touchscreens"
823 depends on I2C
824 help
825 Say Y here if you have a ft5X06 touchscreen.
826 Ft5x06 controllers are multi touch controllers which can
827 report 5 touches at a time.
828
829 If unsure, say N.
830
831 To compile this driver as a module, choose M here: the
832 module will be called ft5x06_ts.
833
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834endif