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