blob: aaa650bdcf02a9bc44b3d57deb610ab976e6ca63 [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
Rick Koch4003dff2006-08-05 00:32:24 -0400417config TOUCHSCREEN_TOUCHRIGHT
418 tristate "Touchright serial touchscreen"
419 select SERIO
420 help
421 Say Y here if you have a Touchright serial touchscreen connected to
422 your system.
423
424 If unsure, say N.
425
426 To compile this driver as a module, choose M here: the
427 module will be called touchright.
428
Rick Koch11ea3172006-08-05 00:32:30 -0400429config TOUCHSCREEN_TOUCHWIN
430 tristate "Touchwin serial touchscreen"
431 select SERIO
432 help
433 Say Y here if you have a Touchwin 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 touchwin.
440
Dan Liang72d18a72008-07-23 21:27:25 -0400441config TOUCHSCREEN_ATMEL_TSADCC
442 tristate "Atmel Touchscreen Interface"
Nicolas Ferre985f37f2009-11-19 09:32:52 -0800443 depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45
Dan Liang72d18a72008-07-23 21:27:25 -0400444 help
445 Say Y here if you have a 4-wire touchscreen connected to the
446 ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
447
448 If unsure, say N.
449
450 To compile this driver as a module, choose M here: the
451 module will be called atmel_tsadcc.
452
Nicolas Pitref40219b2006-11-17 01:07:26 -0500453config TOUCHSCREEN_UCB1400
454 tristate "Philips UCB1400 touchscreen"
Andrew Morton64c12e92008-10-15 13:50:20 +0200455 depends on AC97_BUS
Marek Vašutd9105c22008-08-03 21:34:08 +0100456 depends on UCB1400_CORE
Nicolas Pitref40219b2006-11-17 01:07:26 -0500457 help
458 This enables support for the Philips UCB1400 touchscreen interface.
459 The UCB1400 is an AC97 audio codec. The touchscreen interface
460 will be initialized only after the ALSA subsystem has been
461 brought up and the UCB1400 detected. You therefore have to
462 configure ALSA support as well (either built-in or modular,
463 independently of whether this driver is itself built-in or
464 modular) for this driver to work.
465
466 To compile this driver as a module, choose M here: the
467 module will be called ucb1400_ts.
468
Mark Brown00cfa732011-01-30 12:31:30 -0800469config TOUCHSCREEN_WM831X
470 tristate "Support for WM831x touchscreen controllers"
471 depends on MFD_WM831X
472 help
473 This enables support for the touchscreen controller on the WM831x
474 series of PMICs.
475
476 To compile this driver as a module, choose M here: the
477 module will be called wm831x-ts.
478
Mark Brownfebf1df2008-04-02 00:51:09 -0400479config TOUCHSCREEN_WM97XX
480 tristate "Support for WM97xx AC97 touchscreen controllers"
481 depends on AC97_BUS
482 help
483 Say Y here if you have a Wolfson Microelectronics WM97xx
484 touchscreen connected to your system. Note that this option
485 only enables core driver, you will also need to select
486 support for appropriate chip below.
487
488 If unsure, say N.
489
490 To compile this driver as a module, choose M here: the
491 module will be called wm97xx-ts.
492
Mark Brown9448cef2008-04-02 00:51:21 -0400493config TOUCHSCREEN_WM9705
494 bool "WM9705 Touchscreen interface support"
495 depends on TOUCHSCREEN_WM97XX
Mark Brown558a1712008-07-29 01:14:59 -0400496 default y
Mark Brown9448cef2008-04-02 00:51:21 -0400497 help
Mark Brown558a1712008-07-29 01:14:59 -0400498 Say Y here to enable support for the Wolfson Microelectronics
499 WM9705 touchscreen controller.
Mark Brown9448cef2008-04-02 00:51:21 -0400500
Mark Brownde22b9e2008-04-02 00:51:26 -0400501config TOUCHSCREEN_WM9712
502 bool "WM9712 Touchscreen interface support"
503 depends on TOUCHSCREEN_WM97XX
Mark Brown558a1712008-07-29 01:14:59 -0400504 default y
Mark Brownde22b9e2008-04-02 00:51:26 -0400505 help
Mark Brown558a1712008-07-29 01:14:59 -0400506 Say Y here to enable support for the Wolfson Microelectronics
507 WM9712 touchscreen controller.
Mark Brownde22b9e2008-04-02 00:51:26 -0400508
Mark Browndca98e92008-04-02 00:51:30 -0400509config TOUCHSCREEN_WM9713
510 bool "WM9713 Touchscreen interface support"
511 depends on TOUCHSCREEN_WM97XX
Mark Brown558a1712008-07-29 01:14:59 -0400512 default y
Mark Browndca98e92008-04-02 00:51:30 -0400513 help
Mark Brown558a1712008-07-29 01:14:59 -0400514 Say Y here to enable support for the Wolfson Microelectronics
515 WM9713 touchscreen controller.
Mark Browndca98e92008-04-02 00:51:30 -0400516
Hans-Christian Egtvedt864fe732009-04-18 18:45:06 -0700517config TOUCHSCREEN_WM97XX_ATMEL
518 tristate "WM97xx Atmel accelerated touch"
519 depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91)
520 help
521 Say Y here for support for streaming mode with WM97xx touchscreens
522 on Atmel AT91 or AVR32 systems with an AC97C module.
523
524 Be aware that this will use channel B in the controller for
525 streaming data, this must not conflict with other AC97C drivers.
526
527 If unsure, say N.
528
529 To compile this driver as a module, choose M here: the module will
530 be called atmel-wm97xx.
531
Mark Brown4db8a5f2008-04-02 00:51:46 -0400532config TOUCHSCREEN_WM97XX_MAINSTONE
Marek Vasutb8333062009-07-20 22:26:37 -0700533 tristate "WM97xx Mainstone/Palm accelerated touch"
Mark Brown4db8a5f2008-04-02 00:51:46 -0400534 depends on TOUCHSCREEN_WM97XX && ARCH_PXA
535 help
536 Say Y here for support for streaming mode with WM97xx touchscreens
Marek Vasutb8333062009-07-20 22:26:37 -0700537 on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
Mark Brown4db8a5f2008-04-02 00:51:46 -0400538
539 If unsure, say N.
540
541 To compile this driver as a module, choose M here: the
542 module will be called mainstone-wm97xx.
543
Mark Brown22e39d32009-03-04 01:12:49 -0800544config TOUCHSCREEN_WM97XX_ZYLONITE
545 tristate "Zylonite accelerated touch"
546 depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
547 select TOUCHSCREEN_WM9713
548 help
549 Say Y here for support for streaming mode with the touchscreen
550 on Zylonite systems.
551
552 If unsure, say N.
553
554 To compile this driver as a module, choose M here: the
555 module will be called zylonite-wm97xx.
556
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400557config TOUCHSCREEN_USB_COMPOSITE
558 tristate "USB Touchscreen Driver"
Al Viro7a86ede2007-05-15 20:36:20 +0100559 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400560 select USB
561 help
562 USB Touchscreen driver for:
563 - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
564 - PanJit TouchSet USB
565 - 3M MicroTouch USB (EX II series)
566 - ITM
567 - some other eTurboTouch
568 - Gunze AHL61
569 - DMC TSC-10/25
Ondrej Zarydf561fc2007-07-03 01:55:03 -0400570 - IRTOUCHSYSTEMS/UNITOP
Ondrej Zarya14a8402007-09-04 23:45:01 -0400571 - IdealTEK URTC1000
Jerrold Jones14e40202007-10-22 00:59:47 -0400572 - GoTop Super_Q2/GogoPen/PenPower tablets
Jim Perssonf7370692009-07-07 22:07:59 -0700573 - JASTEC USB Touch Controller/DigiTech DTR-02U
Daniel Silverstone2330ed12009-11-23 08:38:16 -0800574 - Zytronic controllers
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400575
576 Have a look at <http://linux.chapter7.ch/touchkit/> for
577 a usage description and the required user-space stuff.
578
579 To compile this driver as a module, choose M here: the
580 module will be called usbtouchscreen.
581
Sascha Hauerd201fd52009-12-15 08:48:57 -0800582config TOUCHSCREEN_MC13783
583 tristate "Freescale MC13783 touchscreen input driver"
584 depends on MFD_MC13783
585 help
586 Say Y here if you have an Freescale MC13783 PMIC on your
587 board and want to use its touchscreen
588
589 If unsure, say N.
590
591 To compile this driver as a module, choose M here: the
592 module will be called mc13783_ts.
593
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400594config TOUCHSCREEN_USB_EGALAX
595 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800596 bool "eGalax, eTurboTouch CT-410/510/700 device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400597 depends on TOUCHSCREEN_USB_COMPOSITE
598
599config TOUCHSCREEN_USB_PANJIT
600 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800601 bool "PanJit device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400602 depends on TOUCHSCREEN_USB_COMPOSITE
603
604config TOUCHSCREEN_USB_3M
605 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800606 bool "3M/Microtouch EX II series device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400607 depends on TOUCHSCREEN_USB_COMPOSITE
608
609config TOUCHSCREEN_USB_ITM
610 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800611 bool "ITM device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400612 depends on TOUCHSCREEN_USB_COMPOSITE
613
614config TOUCHSCREEN_USB_ETURBO
615 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800616 bool "eTurboTouch (non-eGalax compatible) device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400617 depends on TOUCHSCREEN_USB_COMPOSITE
618
619config TOUCHSCREEN_USB_GUNZE
620 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800621 bool "Gunze AHL61 device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400622 depends on TOUCHSCREEN_USB_COMPOSITE
623
624config TOUCHSCREEN_USB_DMC_TSC10
625 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800626 bool "DMC TSC-10/25 device support" if EXPERT
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400627 depends on TOUCHSCREEN_USB_COMPOSITE
628
Ondrej Zarydf561fc2007-07-03 01:55:03 -0400629config TOUCHSCREEN_USB_IRTOUCH
630 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800631 bool "IRTOUCHSYSTEMS/UNITOP device support" if EXPERT
Ondrej Zarydf561fc2007-07-03 01:55:03 -0400632 depends on TOUCHSCREEN_USB_COMPOSITE
633
Ondrej Zarya14a8402007-09-04 23:45:01 -0400634config TOUCHSCREEN_USB_IDEALTEK
635 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800636 bool "IdealTEK URTC1000 device support" if EXPERT
Ondrej Zarya14a8402007-09-04 23:45:01 -0400637 depends on TOUCHSCREEN_USB_COMPOSITE
638
Ilya Frolov9d5657d2007-10-12 14:19:40 -0400639config TOUCHSCREEN_USB_GENERAL_TOUCH
640 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800641 bool "GeneralTouch Touchscreen device support" if EXPERT
Ilya Frolov9d5657d2007-10-12 14:19:40 -0400642 depends on TOUCHSCREEN_USB_COMPOSITE
643
Jerrold Jones14e40202007-10-22 00:59:47 -0400644config TOUCHSCREEN_USB_GOTOP
645 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800646 bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EXPERT
Jerrold Jones14e40202007-10-22 00:59:47 -0400647 depends on TOUCHSCREEN_USB_COMPOSITE
648
Jim Perssonf7370692009-07-07 22:07:59 -0700649config TOUCHSCREEN_USB_JASTEC
650 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800651 bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT
Jim Perssonf7370692009-07-07 22:07:59 -0700652 depends on TOUCHSCREEN_USB_COMPOSITE
653
Florian Echtler9e3b2582009-07-27 17:35:39 -0700654config TOUCHSCREEN_USB_E2I
655 default y
656 bool "e2i Touchscreen controller (e.g. from Mimo 740)"
657 depends on TOUCHSCREEN_USB_COMPOSITE
658
Daniel Silverstone2330ed12009-11-23 08:38:16 -0800659config TOUCHSCREEN_USB_ZYTRONIC
660 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800661 bool "Zytronic controller" if EXPERT
Daniel Silverstone2330ed12009-11-23 08:38:16 -0800662 depends on TOUCHSCREEN_USB_COMPOSITE
663
Petr Štetiar38771bb2010-06-28 09:38:48 -0700664config TOUCHSCREEN_USB_ETT_TC45USB
Petr Štetiardbe14202009-11-29 23:37:07 -0800665 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800666 bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EXPERT
Petr Štetiardbe14202009-11-29 23:37:07 -0800667 depends on TOUCHSCREEN_USB_COMPOSITE
668
Ondrej Zary51974242010-02-04 00:17:18 -0800669config TOUCHSCREEN_USB_NEXIO
670 default y
David Rientjes6a108a12011-01-20 14:44:16 -0800671 bool "NEXIO/iNexio device support" if EXPERT
Ondrej Zary51974242010-02-04 00:17:18 -0800672 depends on TOUCHSCREEN_USB_COMPOSITE
673
Claudio Nieder73422392008-07-07 11:56:30 -0400674config TOUCHSCREEN_TOUCHIT213
675 tristate "Sahara TouchIT-213 touchscreen"
676 select SERIO
677 help
678 Say Y here if you have a Sahara TouchIT-213 Tablet PC.
679
680 If unsure, say N.
681
682 To compile this driver as a module, choose M here: the
683 module will be called touchit213.
684
Lauri Leukkunen37bd4462011-03-16 22:07:36 -0700685config TOUCHSCREEN_TSC2005
686 tristate "TSC2005 based touchscreens"
Geert Uytterhoevenddca6a32011-03-21 02:37:07 -0700687 depends on SPI_MASTER && GENERIC_HARDIRQS
Lauri Leukkunen37bd4462011-03-16 22:07:36 -0700688 help
689 Say Y here if you have a TSC2005 based touchscreen.
690
691 If unsure, say N.
692
693 To compile this driver as a module, choose M here: the
694 module will be called tsc2005.
695
Kwangwoo Lee50b6f1f2008-12-20 04:26:01 -0500696config TOUCHSCREEN_TSC2007
697 tristate "TSC2007 based touchscreens"
698 depends on I2C
699 help
700 Say Y here if you have a TSC2007 based touchscreen.
701
702 If unsure, say N.
703
704 To compile this driver as a module, choose M here: the
705 module will be called tsc2007.
706
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700707config TOUCHSCREEN_MSM_LEGACY
708 default n
709 tristate "MSM Touchscreen"
710 depends on ARCH_MSM && !ARCH_MSM7X30
711 help
712 Say Y here if you have a touchscreen interface using MSM
713 touchscreen controller.
714
715 To compile this driver as a module, choose M here: the
716 module will be called msm_touch.
717
718config ANDROID_TOUCHSCREEN_MSM_HACKS
719 default y
720 depends on TOUCHSCREEN_MSM_LEGACY
721 bool "Android MSM Touchscreen hacks"
722 help
723 Say Y here if you are running Android framework on Qualcomm
724 MSM/QSD based Surf or FFAs. These hacks are required inorder
725 to Android framework to receive adjusted x, y co-ordinates
726 until proper calibration framework is in place.
727
Wan ZongShun7e3f7372009-06-10 23:27:22 -0700728config TOUCHSCREEN_W90X900
729 tristate "W90P910 touchscreen driver"
Wan ZongShunb7788c52009-07-12 20:52:19 -0700730 depends on HAVE_CLK
Wan ZongShun7e3f7372009-06-10 23:27:22 -0700731 help
732 Say Y here if you have a W90P910 based touchscreen.
733
734 To compile this driver as a module, choose M here: the
735 module will be called w90p910_ts.
736
Daniel Ribeiro0387e102009-08-07 22:54:56 +0200737config TOUCHSCREEN_PCAP
738 tristate "Motorola PCAP touchscreen"
739 depends on EZX_PCAP
740 help
741 Say Y here if you have a Motorola EZX telephone and
742 want to enable support for the built-in touchscreen.
743
744 To compile this driver as a module, choose M here: the
745 module will be called pcap_ts.
Todd Fischer75259962010-04-05 17:53:12 -0600746
Tony SIM56a8bd62010-12-15 23:39:25 -0800747config TOUCHSCREEN_ST1232
748 tristate "Sitronix ST1232 touchscreen controllers"
749 depends on I2C
750 help
751 Say Y here if you want to support Sitronix ST1232
752 touchscreen controller.
753
754 If unsure, say N.
755
756 To compile this driver as a module, choose M here: the
757 module will be called st1232_ts.
758
759config TOUCHSCREEN_STMPE
760 tristate "STMicroelectronics STMPE touchscreens"
761 depends on MFD_STMPE
762 help
763 Say Y here if you want support for STMicroelectronics
764 STMPE touchscreen controllers.
765
766 To compile this driver as a module, choose M here: the
767 module will be called stmpe-ts.
768
Todd Fischer75259962010-04-05 17:53:12 -0600769config TOUCHSCREEN_TPS6507X
770 tristate "TPS6507x based touchscreens"
771 depends on I2C
772 help
773 Say Y here if you have a TPS6507x based touchscreen
774 controller.
775
776 If unsure, say N.
777
778 To compile this driver as a module, choose M here: the
779 module will be called tps6507x_ts.
780
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700781config TOUCHSCREEN_CY8C_TS
782 tristate "Cypress TMA300-TMG200 based touchscreens"
783 depends on I2C
784 default n
785 help
786 Say Y here if you have a Cypress TMA300/TMG200 based touchscreen.
787 TMA300 is a multi-touch screen which can report upto 10
788 touches at a time. TMG200 supports 2 touches.
789
790 If unsure, say N.
791
792 To compile this driver as a module, choose M here: the
793 module will be called cy8c_ts.
794
795config TOUCHSCREEN_CYTTSP_I2C
796 tristate "Cypress TTSP based touchscreens"
797 depends on I2C
798 default n
799 help
800 Say Y here if you have a Cypress TTSP based touchscreen.
801 TMA300 is a multi-touch screen which can report upto 10
802 touches at a time.
803
804 If unsure, say N.
805
806 To compile this driver as a module, choose M here: the
807 module will be called cyttsp-i2c.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808endif