Input: cyttsp4 - I2C driver for Cypress TMA4XX touchscreen devices
[deliverable/linux.git] / drivers / input / touchscreen / Kconfig
CommitLineData
1da177e4 1#
d05e84e6 2# Touchscreen driver configuration
1da177e4
LT
3#
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
866a98ae
HZ
14config 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
ffa458c1 26config TOUCHSCREEN_ADS7846
06a09124 27 tristate "ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens"
ffa458c1 28 depends on SPI_MASTER
2c8dc071 29 depends on HWMON = n || HWMON
ffa458c1
DB
30 help
31 Say Y here if you have a touchscreen interface using the
06a09124
MH
32 ADS7846/TSC2046/AD7873 or ADS7843/AD7843 controller,
33 and your board-specific setup code includes that in its
34 table of SPI devices.
ffa458c1 35
2c8dc071
DB
36 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
06a09124 38 (and on ads7846/tsc2046/ad7873, temperature) sensors of this chip.
2c8dc071 39
ffa458c1
DB
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 ads7846.
44
331b78ed
MH
45config 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
4397c98a
MF
58config TOUCHSCREEN_AD7879
59 tristate "Analog Devices AD7879-1/AD7889-1 touchscreen interface"
b4be468c 60 help
4397c98a
MF
61 Say Y here if you want to support a touchscreen interface using
62 the AD7879-1/AD7889-1 controller.
b4be468c 63
4397c98a 64 You should select a bus connection too.
b4be468c
MH
65
66 To compile this driver as a module, choose M here: the
67 module will be called ad7879.
68
4397c98a
MF
69config TOUCHSCREEN_AD7879_I2C
70 tristate "support I2C bus connection"
71 depends on TOUCHSCREEN_AD7879 && I2C
72 help
73 Say Y here if you have AD7879-1/AD7889-1 hooked to an I2C bus.
74
75 To compile this driver as a module, choose M here: the
76 module will be called ad7879-i2c.
77
b4be468c 78config TOUCHSCREEN_AD7879_SPI
4397c98a
MF
79 tristate "support SPI bus connection"
80 depends on TOUCHSCREEN_AD7879 && SPI_MASTER
b4be468c 81 help
4397c98a 82 Say Y here if you have AD7879-1/AD7889-1 hooked to a SPI bus.
b4be468c
MH
83
84 If unsure, say N (but it's safe to say "Y").
85
86 To compile this driver as a module, choose M here: the
4397c98a 87 module will be called ad7879-spi.
b4be468c 88
964de521
DT
89config TOUCHSCREEN_ATMEL_MXT
90 tristate "Atmel mXT I2C Touchscreen"
91 depends on I2C
92 help
93 Say Y here if you have Atmel mXT series I2C touchscreen,
94 such as AT42QT602240/ATMXT224, connected to your system.
95
96 If unsure, say N.
97
98 To compile this driver as a module, choose M here: the
99 module will be called atmel_mxt_ts.
100
5245db49
HS
101config TOUCHSCREEN_AUO_PIXCIR
102 tristate "AUO in-cell touchscreen using Pixcir ICs"
103 depends on I2C
104 depends on GPIOLIB
105 help
106 Say Y here if you have a AUO display with in-cell touchscreen
107 using Pixcir ICs.
108
109 If unsure, say N.
110
111 To compile this driver as a module, choose M here: the
112 module will be called auo-pixcir-ts.
113
4780c8df
NKG
114config TOUCHSCREEN_BU21013
115 tristate "BU21013 based touch panel controllers"
116 depends on I2C
117 help
118 Say Y here if you have a bu21013 touchscreen connected to
119 your system.
120
121 If unsure, say N.
122
123 To compile this driver as a module, choose M here: the
124 module will be called bu21013_ts.
125
60347c19
SK
126config TOUCHSCREEN_CY8CTMG110
127 tristate "cy8ctmg110 touchscreen"
128 depends on I2C
129 depends on GPIOLIB
60347c19
SK
130 help
131 Say Y here if you have a cy8ctmg110 capacitive touchscreen on
132 an AAVA device.
133
134 If unsure, say N.
135
136 To compile this driver as a module, choose M here: the
137 module will be called cy8ctmg110_ts.
138
4065d1e7
JMC
139config TOUCHSCREEN_CYTTSP_CORE
140 tristate "Cypress TTSP touchscreen"
141 help
142 Say Y here if you have a touchscreen using controller from
143 the Cypress TrueTouch(tm) Standard Product family connected
144 to your system. You will also need to select appropriate
145 bus connection below.
146
147 If unsure, say N.
148
149 To compile this driver as a module, choose M here: the
150 module will be called cyttsp_core.
151
152config TOUCHSCREEN_CYTTSP_I2C
153 tristate "support I2C bus connection"
154 depends on TOUCHSCREEN_CYTTSP_CORE && I2C
155 help
156 Say Y here if the touchscreen is connected via I2C bus.
157
158 To compile this driver as a module, choose M here: the
159 module will be called cyttsp_i2c.
160
161config TOUCHSCREEN_CYTTSP_SPI
162 tristate "support SPI bus connection"
163 depends on TOUCHSCREEN_CYTTSP_CORE && SPI_MASTER
164 help
165 Say Y here if the touchscreen is connected via SPI bus.
166
167 To compile this driver as a module, choose M here: the
168 module will be called cyttsp_spi.
169
17fb1563
FY
170config TOUCHSCREEN_CYTTSP4_CORE
171 tristate "Cypress TrueTouch Gen4 Touchscreen Driver"
172 help
173 Core driver for Cypress TrueTouch(tm) Standard Product
174 Generation4 touchscreen controllers.
175
176 Say Y here if you have a Cypress Gen4 touchscreen.
177
178 If unsure, say N.
179
180 To compile this driver as a module, choose M here.
181
4f9e8680
FY
182config TOUCHSCREEN_CYTTSP4_I2C
183 tristate "support I2C bus connection"
184 depends on TOUCHSCREEN_CYTTSP4_CORE && I2C
185 help
186 Say Y here if the touchscreen is connected via I2C bus.
187
188 To compile this driver as a module, choose M here: the
189 module will be called cyttsp4_i2c.
190
9bcc00b9
EM
191config TOUCHSCREEN_DA9034
192 tristate "Touchscreen support for Dialog Semiconductor DA9034"
193 depends on PMIC_DA903X
194 default y
195 help
196 Say Y here to enable the support for the touchscreen found
197 on Dialog Semiconductor DA9034 PMIC.
198
eead75a2
AJ
199 If unsure, say N.
200
201 To compile this driver as a module, choose M here: the
202 module will be called da9034-ts.
203
204config TOUCHSCREEN_DA9052
205 tristate "Dialog DA9052/DA9053 TSI"
206 depends on PMIC_DA9052
207 help
208 Say Y here to support the touchscreen found on Dialog Semiconductor
209 DA9052-BC and DA9053-AA/Bx PMICs.
210
211 If unsure, say N.
212
213 To compile this driver as a module, choose M here: the
214 module will be called da9052_tsi.
215
a5f523bc
TG
216config TOUCHSCREEN_DYNAPRO
217 tristate "Dynapro serial touchscreen"
218 select SERIO
219 help
220 Say Y here if you have a Dynapro serial touchscreen connected to
221 your system.
222
223 If unsure, say N.
224
225 To compile this driver as a module, choose M here: the
226 module will be called dynapro.
227
422dee56
AB
228config TOUCHSCREEN_HAMPSHIRE
229 tristate "Hampshire serial touchscreen"
230 select SERIO
231 help
232 Say Y here if you have a Hampshire serial touchscreen connected to
233 your system.
234
235 If unsure, say N.
236
237 To compile this driver as a module, choose M here: the
238 module will be called hampshire.
239
10494dce
DM
240config TOUCHSCREEN_EETI
241 tristate "EETI touchscreen panel support"
242 depends on I2C
243 help
244 Say Y here to enable support for I2C connected EETI touch panels.
245
246 To compile this driver as a module, choose M here: the
247 module will be called eeti_ts.
248
59bae1db
ZJ
249config TOUCHSCREEN_EGALAX
250 tristate "EETI eGalax multi-touch panel support"
ae495e84 251 depends on I2C && OF
59bae1db
ZJ
252 help
253 Say Y here to enable support for I2C connected EETI
254 eGalax multi-touch panels.
255
256 To compile this driver as a module, choose M here: the
257 module will be called egalax_ts.
258
85f202d5
DT
259config TOUCHSCREEN_FUJITSU
260 tristate "Fujitsu serial touchscreen"
261 select SERIO
262 help
263 Say Y here if you have the Fujitsu touchscreen (such as one
264 installed in Lifebook P series laptop) connected to your
265 system.
266
267 If unsure, say N.
268
269 To compile this driver as a module, choose M here: the
270 module will be called fujitsu-ts.
271
5c6a7a62
OS
272config TOUCHSCREEN_ILI210X
273 tristate "Ilitek ILI210X based touchscreen"
274 depends on I2C
275 help
276 Say Y here if you have a ILI210X based touchscreen
277 controller. This driver supports models ILI2102,
278 ILI2102s, ILI2103, ILI2103s and ILI2105.
279 Such kind of chipsets can be found in Amazon Kindle Fire
280 touchscreens.
281
282 If unsure, say N.
283
284 To compile this driver as a module, choose M here: the
285 module will be called ili210x.
286
f5f96b93 287config TOUCHSCREEN_S3C2410
504d36e9 288 tristate "Samsung S3C2410/generic touchscreen input driver"
b130d5c2 289 depends on ARCH_S3C24XX || SAMSUNG_DEV_TS
829ab5b5 290 select S3C_ADC
f5f96b93
AP
291 help
292 Say Y here if you have the s3c2410 touchscreen.
293
294 If unsure, say N.
295
296 To compile this driver as a module, choose M here: the
297 module will be called s3c2410_ts.
298
1da177e4
LT
299config TOUCHSCREEN_GUNZE
300 tristate "Gunze AHL-51S touchscreen"
301 select SERIO
302 help
303 Say Y here if you have the Gunze AHL-51 touchscreen connected to
304 your system.
305
306 If unsure, say N.
307
308 To compile this driver as a module, choose M here: the
309 module will be called gunze.
310
311config TOUCHSCREEN_ELO
312 tristate "Elo serial touchscreens"
313 select SERIO
314 help
315 Say Y here if you have an Elo serial touchscreen connected to
316 your system.
317
318 If unsure, say N.
319
320 To compile this driver as a module, choose M here: the
153ab429 321 module will be called elo.
1da177e4 322
3eb1aa43
JK
323config TOUCHSCREEN_WACOM_W8001
324 tristate "Wacom W8001 penabled serial touchscreen"
325 select SERIO
326 help
327 Say Y here if you have an Wacom W8001 penabled serial touchscreen
328 connected to your system.
329
330 If unsure, say N.
331
332 To compile this driver as a module, choose M here: the
333 module will be called wacom_w8001.
334
5a966261
TT
335config TOUCHSCREEN_WACOM_I2C
336 tristate "Wacom Tablet support (I2C)"
337 depends on I2C
338 help
339 Say Y here if you want to use the I2C version of the Wacom
340 Pen Tablet.
341
342 If unsure, say N.
343
344 To compile this driver as a module, choose M here: the module
345 will be called wacom_i2c.
346
3045a5f5
KW
347config TOUCHSCREEN_LPC32XX
348 tristate "LPC32XX touchscreen controller"
349 depends on ARCH_LPC32XX
350 help
351 Say Y here if you have a LPC32XX device and want
352 to support the built-in touchscreen.
353
354 To compile this driver as a module, choose M here: the
355 module will be called lpc32xx_ts.
356
42033065
ZJ
357config TOUCHSCREEN_MAX11801
358 tristate "MAX11801 based touchscreens"
359 depends on I2C
360 help
361 Say Y here if you have a MAX11801 based touchscreen
362 controller.
363
364 If unsure, say N.
365
366 To compile this driver as a module, choose M here: the
367 module will be called max11801_ts.
368
38e783b3
JS
369config TOUCHSCREEN_MCS5000
370 tristate "MELFAS MCS-5000 touchscreen"
371 depends on I2C
372 help
373 Say Y here if you have the MELFAS MCS-5000 touchscreen controller
374 chip in your system.
375
376 If unsure, say N.
377
378 To compile this driver as a module, choose M here: the
379 module will be called mcs5000_ts.
3eb1aa43 380
07b8481d
JS
381config TOUCHSCREEN_MMS114
382 tristate "MELFAS MMS114 touchscreen"
d722260d 383 depends on I2C && GENERIC_HARDIRQS
07b8481d
JS
384 help
385 Say Y here if you have the MELFAS MMS114 touchscreen controller
386 chip in your system.
387
388 If unsure, say N.
389
390 To compile this driver as a module, choose M here: the
391 module will be called mms114.
392
1da177e4
LT
393config TOUCHSCREEN_MTOUCH
394 tristate "MicroTouch serial touchscreens"
395 select SERIO
396 help
397 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
398 your system.
399
400 If unsure, say N.
401
402 To compile this driver as a module, choose M here: the
403 module will be called mtouch.
404
3cadd2d9
RL
405config TOUCHSCREEN_INEXIO
406 tristate "iNexio serial touchscreens"
407 select SERIO
408 help
409 Say Y here if you have an iNexio serial touchscreen connected to
410 your system.
411
412 If unsure, say N.
413
414 To compile this driver as a module, choose M here: the
415 module will be called inexio.
416
d4f5f937
DT
417config TOUCHSCREEN_INTEL_MID
418 tristate "Intel MID platform resistive touchscreen"
419 depends on INTEL_SCU_IPC
420 help
421 Say Y here if you have a Intel MID based touchscreen in
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 intel_mid_touch.
428
1da177e4
LT
429config TOUCHSCREEN_MK712
430 tristate "ICS MicroClock MK712 touchscreen"
431 help
432 Say Y here if you have the ICS MicroClock MK712 touchscreen
433 controller chip in your system.
434
435 If unsure, say N.
436
437 To compile this driver as a module, choose M here: the
438 module will be called mk712.
439
440config TOUCHSCREEN_HP600
4ff891eb 441 tristate "HP Jornada 6xx touchscreen"
0025835c 442 depends on SH_HP6XX && SH_ADC
1da177e4 443 help
4ff891eb 444 Say Y here if you have a HP Jornada 620/660/680/690 and want to
1da177e4
LT
445 support the built-in touchscreen.
446
1da177e4
LT
447 To compile this driver as a module, choose M here: the
448 module will be called hp680_ts_input.
449
5637f02a 450config TOUCHSCREEN_HP7XX
4ff891eb 451 tristate "HP Jornada 7xx touchscreen"
5637f02a
KE
452 depends on SA1100_JORNADA720_SSP
453 help
454 Say Y here if you have a HP Jornada 710/720/728 and want
455 to support the built-in touchscreen.
456
457 To compile this driver as a module, choose M here: the
458 module will be called jornada720_ts.
459
5a18c343
POF
460config TOUCHSCREEN_HTCPEN
461 tristate "HTC Shift X9500 touchscreen"
462 depends on ISA
463 help
464 Say Y here if you have an HTC Shift UMPC also known as HTC X9500
465 Clio / Shangrila and want to support the built-in touchscreen.
466
467 If unsure, say N.
468
469 To compile this driver as a module, choose M here: the
470 module will be called htcpen.
471
ee479999
RK
472config TOUCHSCREEN_PENMOUNT
473 tristate "Penmount serial touchscreen"
474 select SERIO
475 help
476 Say Y here if you have a Penmount serial touchscreen connected to
477 your system.
478
479 If unsure, say N.
480
481 To compile this driver as a module, choose M here: the
482 module will be called penmount.
483
43c4d13e
SB
484config TOUCHSCREEN_EDT_FT5X06
485 tristate "EDT FocalTech FT5x06 I2C Touchscreen support"
486 depends on I2C
487 help
488 Say Y here if you have an EDT "Polytouch" touchscreen based
489 on the FocalTech FT5x06 family of controllers connected to
490 your system.
491
492 If unsure, say N.
493
494 To compile this driver as a module, choose M here: the
495 module will be called edt-ft5x06.
496
885c316d
MD
497config TOUCHSCREEN_MIGOR
498 tristate "Renesas MIGO-R touchscreen"
499 depends on SH_MIGOR && I2C
500 help
501 Say Y here to enable MIGO-R touchscreen support.
502
503 If unsure, say N.
504
505 To compile this driver as a module, choose M here: the
506 module will be called migor_ts.
507
0fa6c773
CC
508config TOUCHSCREEN_TNETV107X
509 tristate "TI TNETV107X touchscreen support"
510 depends on ARCH_DAVINCI_TNETV107X
511 help
512 Say Y here if you want to use the TNETV107X touchscreen.
513
514 To compile this driver as a module, choose M here: the
515 module will be called tnetv107x-ts.
516
4003dff4
RK
517config TOUCHSCREEN_TOUCHRIGHT
518 tristate "Touchright serial touchscreen"
519 select SERIO
520 help
521 Say Y here if you have a Touchright serial touchscreen connected to
522 your system.
523
524 If unsure, say N.
525
526 To compile this driver as a module, choose M here: the
527 module will be called touchright.
528
11ea3173
RK
529config TOUCHSCREEN_TOUCHWIN
530 tristate "Touchwin serial touchscreen"
531 select SERIO
532 help
533 Say Y here if you have a Touchwin serial touchscreen connected to
534 your system.
535
536 If unsure, say N.
537
538 To compile this driver as a module, choose M here: the
539 module will be called touchwin.
540
55c04de5 541config TOUCHSCREEN_TI_AM335X_TSC
1b8be32e 542 tristate "TI Touchscreen Interface"
2b99bafa 543 depends on MFD_TI_AM335X_TSCADC
1b8be32e
RP
544 help
545 Say Y here if you have 4/5/8 wire touchscreen controller
546 to be connected to the ADC controller on your TI AM335x SoC.
547
548 If unsure, say N.
549
550 To compile this driver as a module, choose M here: the
55c04de5 551 module will be called ti_am335x_tsc.
1b8be32e 552
72d18a7b
DL
553config TOUCHSCREEN_ATMEL_TSADCC
554 tristate "Atmel Touchscreen Interface"
1fc4ec37 555 depends on ARCH_AT91
72d18a7b
DL
556 help
557 Say Y here if you have a 4-wire touchscreen connected to the
1fc4ec37 558 ADC Controller on your Atmel SoC.
72d18a7b
DL
559
560 If unsure, say N.
561
562 To compile this driver as a module, choose M here: the
563 module will be called atmel_tsadcc.
564
f40219bf
NP
565config TOUCHSCREEN_UCB1400
566 tristate "Philips UCB1400 touchscreen"
64c12e9b 567 depends on AC97_BUS
d9105c2b 568 depends on UCB1400_CORE
f40219bf
NP
569 help
570 This enables support for the Philips UCB1400 touchscreen interface.
571 The UCB1400 is an AC97 audio codec. The touchscreen interface
572 will be initialized only after the ALSA subsystem has been
573 brought up and the UCB1400 detected. You therefore have to
574 configure ALSA support as well (either built-in or modular,
575 independently of whether this driver is itself built-in or
576 modular) for this driver to work.
577
578 To compile this driver as a module, choose M here: the
579 module will be called ucb1400_ts.
580
36a281e2
JB
581config TOUCHSCREEN_PIXCIR
582 tristate "PIXCIR I2C touchscreens"
583 depends on I2C
584 help
585 Say Y here if you have a pixcir i2c touchscreen
586 controller.
587
588 If unsure, say N.
589
590 To compile this driver as a module, choose M here: the
591 module will be called pixcir_i2c_ts.
592
00cfa730
MB
593config TOUCHSCREEN_WM831X
594 tristate "Support for WM831x touchscreen controllers"
595 depends on MFD_WM831X
596 help
597 This enables support for the touchscreen controller on the WM831x
598 series of PMICs.
599
600 To compile this driver as a module, choose M here: the
601 module will be called wm831x-ts.
602
febf1dff
MB
603config TOUCHSCREEN_WM97XX
604 tristate "Support for WM97xx AC97 touchscreen controllers"
605 depends on AC97_BUS
606 help
607 Say Y here if you have a Wolfson Microelectronics WM97xx
608 touchscreen connected to your system. Note that this option
609 only enables core driver, you will also need to select
610 support for appropriate chip below.
611
612 If unsure, say N.
613
614 To compile this driver as a module, choose M here: the
615 module will be called wm97xx-ts.
616
9448cefc
MB
617config TOUCHSCREEN_WM9705
618 bool "WM9705 Touchscreen interface support"
619 depends on TOUCHSCREEN_WM97XX
558a171d 620 default y
9448cefc 621 help
558a171d
MB
622 Say Y here to enable support for the Wolfson Microelectronics
623 WM9705 touchscreen controller.
9448cefc 624
de22b9ef
MB
625config TOUCHSCREEN_WM9712
626 bool "WM9712 Touchscreen interface support"
627 depends on TOUCHSCREEN_WM97XX
558a171d 628 default y
de22b9ef 629 help
558a171d
MB
630 Say Y here to enable support for the Wolfson Microelectronics
631 WM9712 touchscreen controller.
de22b9ef 632
dca98e91
MB
633config TOUCHSCREEN_WM9713
634 bool "WM9713 Touchscreen interface support"
635 depends on TOUCHSCREEN_WM97XX
558a171d 636 default y
dca98e91 637 help
558a171d
MB
638 Say Y here to enable support for the Wolfson Microelectronics
639 WM9713 touchscreen controller.
dca98e91 640
864fe73c
HCE
641config TOUCHSCREEN_WM97XX_ATMEL
642 tristate "WM97xx Atmel accelerated touch"
643 depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91)
644 help
645 Say Y here for support for streaming mode with WM97xx touchscreens
646 on Atmel AT91 or AVR32 systems with an AC97C module.
647
648 Be aware that this will use channel B in the controller for
649 streaming data, this must not conflict with other AC97C drivers.
650
651 If unsure, say N.
652
653 To compile this driver as a module, choose M here: the module will
654 be called atmel-wm97xx.
655
4db8a5f2 656config TOUCHSCREEN_WM97XX_MAINSTONE
b833306f 657 tristate "WM97xx Mainstone/Palm accelerated touch"
4db8a5f2
MB
658 depends on TOUCHSCREEN_WM97XX && ARCH_PXA
659 help
660 Say Y here for support for streaming mode with WM97xx touchscreens
b833306f 661 on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
4db8a5f2
MB
662
663 If unsure, say N.
664
665 To compile this driver as a module, choose M here: the
666 module will be called mainstone-wm97xx.
667
22e39d34
MB
668config TOUCHSCREEN_WM97XX_ZYLONITE
669 tristate "Zylonite accelerated touch"
670 depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
671 select TOUCHSCREEN_WM9713
672 help
673 Say Y here for support for streaming mode with the touchscreen
674 on Zylonite systems.
675
676 If unsure, say N.
677
678 To compile this driver as a module, choose M here: the
679 module will be called zylonite-wm97xx.
680
d05e84e6
DT
681config TOUCHSCREEN_USB_COMPOSITE
682 tristate "USB Touchscreen Driver"
7a86edef 683 depends on USB_ARCH_HAS_HCD
d05e84e6
DT
684 select USB
685 help
686 USB Touchscreen driver for:
687 - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
688 - PanJit TouchSet USB
689 - 3M MicroTouch USB (EX II series)
690 - ITM
691 - some other eTurboTouch
692 - Gunze AHL61
693 - DMC TSC-10/25
df561fcd 694 - IRTOUCHSYSTEMS/UNITOP
a14a8401 695 - IdealTEK URTC1000
14e40206 696 - GoTop Super_Q2/GogoPen/PenPower tablets
f7370699 697 - JASTEC USB Touch Controller/DigiTech DTR-02U
2330ed18 698 - Zytronic controllers
d2cc817a 699 - Elo TouchSystems 2700 IntelliTouch
aa87512f 700 - EasyTouch USB Touch Controller from Data Modul
df052676 701 - e2i (Mimo monitors)
d05e84e6
DT
702
703 Have a look at <http://linux.chapter7.ch/touchkit/> for
704 a usage description and the required user-space stuff.
705
706 To compile this driver as a module, choose M here: the
707 module will be called usbtouchscreen.
708
d201fd5d
SH
709config TOUCHSCREEN_MC13783
710 tristate "Freescale MC13783 touchscreen input driver"
711 depends on MFD_MC13783
712 help
713 Say Y here if you have an Freescale MC13783 PMIC on your
714 board and want to use its touchscreen
715
716 If unsure, say N.
717
718 To compile this driver as a module, choose M here: the
719 module will be called mc13783_ts.
720
d05e84e6
DT
721config TOUCHSCREEN_USB_EGALAX
722 default y
6a108a14 723 bool "eGalax, eTurboTouch CT-410/510/700 device support" if EXPERT
d05e84e6
DT
724 depends on TOUCHSCREEN_USB_COMPOSITE
725
726config TOUCHSCREEN_USB_PANJIT
727 default y
6a108a14 728 bool "PanJit device support" if EXPERT
d05e84e6
DT
729 depends on TOUCHSCREEN_USB_COMPOSITE
730
731config TOUCHSCREEN_USB_3M
732 default y
6a108a14 733 bool "3M/Microtouch EX II series device support" if EXPERT
d05e84e6
DT
734 depends on TOUCHSCREEN_USB_COMPOSITE
735
736config TOUCHSCREEN_USB_ITM
737 default y
6a108a14 738 bool "ITM device support" if EXPERT
d05e84e6
DT
739 depends on TOUCHSCREEN_USB_COMPOSITE
740
741config TOUCHSCREEN_USB_ETURBO
742 default y
6a108a14 743 bool "eTurboTouch (non-eGalax compatible) device support" if EXPERT
d05e84e6
DT
744 depends on TOUCHSCREEN_USB_COMPOSITE
745
746config TOUCHSCREEN_USB_GUNZE
747 default y
6a108a14 748 bool "Gunze AHL61 device support" if EXPERT
d05e84e6
DT
749 depends on TOUCHSCREEN_USB_COMPOSITE
750
751config TOUCHSCREEN_USB_DMC_TSC10
752 default y
6a108a14 753 bool "DMC TSC-10/25 device support" if EXPERT
d05e84e6
DT
754 depends on TOUCHSCREEN_USB_COMPOSITE
755
df561fcd
OZ
756config TOUCHSCREEN_USB_IRTOUCH
757 default y
6a108a14 758 bool "IRTOUCHSYSTEMS/UNITOP device support" if EXPERT
df561fcd
OZ
759 depends on TOUCHSCREEN_USB_COMPOSITE
760
a14a8401
OZ
761config TOUCHSCREEN_USB_IDEALTEK
762 default y
6a108a14 763 bool "IdealTEK URTC1000 device support" if EXPERT
a14a8401
OZ
764 depends on TOUCHSCREEN_USB_COMPOSITE
765
9d5657db
IF
766config TOUCHSCREEN_USB_GENERAL_TOUCH
767 default y
6a108a14 768 bool "GeneralTouch Touchscreen device support" if EXPERT
9d5657db
IF
769 depends on TOUCHSCREEN_USB_COMPOSITE
770
14e40206
JJ
771config TOUCHSCREEN_USB_GOTOP
772 default y
6a108a14 773 bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EXPERT
14e40206
JJ
774 depends on TOUCHSCREEN_USB_COMPOSITE
775
f7370699
JP
776config TOUCHSCREEN_USB_JASTEC
777 default y
6a108a14 778 bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT
f7370699
JP
779 depends on TOUCHSCREEN_USB_COMPOSITE
780
d2cc817a
MG
781config TOUCHSCREEN_USB_ELO
782 default y
783 bool "Elo TouchSystems 2700 IntelliTouch controller device support" if EXPERT
784 depends on TOUCHSCREEN_USB_COMPOSITE
785
9e3b2583
FE
786config TOUCHSCREEN_USB_E2I
787 default y
df052676 788 bool "e2i Touchscreen controller (e.g. from Mimo 740)" if EXPERT
9e3b2583
FE
789 depends on TOUCHSCREEN_USB_COMPOSITE
790
2330ed18
DS
791config TOUCHSCREEN_USB_ZYTRONIC
792 default y
6a108a14 793 bool "Zytronic controller" if EXPERT
2330ed18
DS
794 depends on TOUCHSCREEN_USB_COMPOSITE
795
38771bb4 796config TOUCHSCREEN_USB_ETT_TC45USB
dbe1420b 797 default y
6a108a14 798 bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EXPERT
dbe1420b
799 depends on TOUCHSCREEN_USB_COMPOSITE
800
5197424c
OZ
801config TOUCHSCREEN_USB_NEXIO
802 default y
6a108a14 803 bool "NEXIO/iNexio device support" if EXPERT
5197424c
OZ
804 depends on TOUCHSCREEN_USB_COMPOSITE
805
aa87512f
AV
806config TOUCHSCREEN_USB_EASYTOUCH
807 default y
808 bool "EasyTouch USB Touch controller device support" if EMBEDDED
809 depends on TOUCHSCREEN_USB_COMPOSITE
810 help
41baf636 811 Say Y here if you have an EasyTouch USB Touch controller.
aa87512f
AV
812 If unsure, say N.
813
73422392
CN
814config TOUCHSCREEN_TOUCHIT213
815 tristate "Sahara TouchIT-213 touchscreen"
816 select SERIO
817 help
818 Say Y here if you have a Sahara TouchIT-213 Tablet PC.
819
820 If unsure, say N.
821
822 To compile this driver as a module, choose M here: the
823 module will be called touchit213.
824
f01536e3
SAS
825config TOUCHSCREEN_TSC_SERIO
826 tristate "TSC-10/25/40 serial touchscreen support"
827 select SERIO
828 help
829 Say Y here if you have a TSC-10, 25 or 40 serial touchscreen connected
830 to your system.
831
832 If unsure, say N.
833
834 To compile this driver as a module, choose M here: the
835 module will be called tsc40.
836
37bd4469
LL
837config TOUCHSCREEN_TSC2005
838 tristate "TSC2005 based touchscreens"
ddca6a31 839 depends on SPI_MASTER && GENERIC_HARDIRQS
37bd4469
LL
840 help
841 Say Y here if you have a TSC2005 based touchscreen.
842
843 If unsure, say N.
844
845 To compile this driver as a module, choose M here: the
846 module will be called tsc2005.
847
50b6f1f4
KL
848config TOUCHSCREEN_TSC2007
849 tristate "TSC2007 based touchscreens"
850 depends on I2C
851 help
852 Say Y here if you have a TSC2007 based touchscreen.
853
854 If unsure, say N.
855
856 To compile this driver as a module, choose M here: the
857 module will be called tsc2007.
858
7e3f7375
WZ
859config TOUCHSCREEN_W90X900
860 tristate "W90P910 touchscreen driver"
b7788c5f 861 depends on HAVE_CLK
7e3f7375
WZ
862 help
863 Say Y here if you have a W90P910 based touchscreen.
864
865 To compile this driver as a module, choose M here: the
866 module will be called w90p910_ts.
867
0387e107
DR
868config TOUCHSCREEN_PCAP
869 tristate "Motorola PCAP touchscreen"
870 depends on EZX_PCAP
871 help
872 Say Y here if you have a Motorola EZX telephone and
873 want to enable support for the built-in touchscreen.
874
875 To compile this driver as a module, choose M here: the
876 module will be called pcap_ts.
75259966 877
56a8bd6d
TS
878config TOUCHSCREEN_ST1232
879 tristate "Sitronix ST1232 touchscreen controllers"
75259966
TF
880 depends on I2C
881 help
56a8bd6d
TS
882 Say Y here if you want to support Sitronix ST1232
883 touchscreen controller.
75259966
TF
884
885 If unsure, say N.
886
887 To compile this driver as a module, choose M here: the
56a8bd6d 888 module will be called st1232_ts.
75259966 889
f94add3b
LF
890config TOUCHSCREEN_STMPE
891 tristate "STMicroelectronics STMPE touchscreens"
892 depends on MFD_STMPE
893 help
894 Say Y here if you want support for STMicroelectronics
895 STMPE touchscreen controllers.
896
897 To compile this driver as a module, choose M here: the
898 module will be called stmpe-ts.
899
56a8bd6d
TS
900config TOUCHSCREEN_TPS6507X
901 tristate "TPS6507x based touchscreens"
902 depends on I2C
903 help
904 Say Y here if you have a TPS6507x based touchscreen
905 controller.
906
907 If unsure, say N.
908
909 To compile this driver as a module, choose M here: the
910 module will be called tps6507x_ts.
911
1da177e4 912endif
This page took 0.504534 seconds and 5 git commands to generate.