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