ARM64: DTS: Add rk3399-firefly uart4 device, node as /dev/ttyS1
[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_PROPERTIES
15         def_tristate INPUT
16         depends on INPUT
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_AR1021_I2C
94         tristate "Microchip AR1021 i2c touchscreen"
95         depends on I2C && OF
96         help
97           Say Y here if you have the Microchip AR1021 touchscreen controller
98           chip in your system.
99
100           If unsure, say N.
101
102           To compile this driver as a module, choose M here: the
103           module will be called ar1021_i2c.
104
105 config TOUCHSCREEN_ATMEL_MXT
106         tristate "Atmel mXT I2C Touchscreen"
107         depends on I2C
108         select FW_LOADER
109         help
110           Say Y here if you have Atmel mXT series I2C touchscreen,
111           such as AT42QT602240/ATMXT224, connected to your system.
112
113           If unsure, say N.
114
115           To compile this driver as a module, choose M here: the
116           module will be called atmel_mxt_ts.
117
118 config TOUCHSCREEN_AUO_PIXCIR
119         tristate "AUO in-cell touchscreen using Pixcir ICs"
120         depends on I2C
121         depends on GPIOLIB || COMPILE_TEST
122         help
123           Say Y here if you have a AUO display with in-cell touchscreen
124           using Pixcir ICs.
125
126           If unsure, say N.
127
128           To compile this driver as a module, choose M here: the
129           module will be called auo-pixcir-ts.
130
131 config TOUCHSCREEN_BU21013
132         tristate "BU21013 based touch panel controllers"
133         depends on I2C
134         help
135           Say Y here if you have a bu21013 touchscreen connected to
136           your system.
137
138           If unsure, say N.
139
140           To compile this driver as a module, choose M here: the
141           module will be called bu21013_ts.
142
143 config TOUCHSCREEN_CHIPONE_ICN8318
144         tristate "chipone icn8318 touchscreen controller"
145         depends on GPIOLIB || COMPILE_TEST
146         depends on I2C
147         depends on OF
148         help
149           Say Y here if you have a ChipOne icn8318 based I2C touchscreen.
150
151           If unsure, say N.
152
153           To compile this driver as a module, choose M here: the
154           module will be called chipone_icn8318.
155
156 config TOUCHSCREEN_CY8CTMG110
157         tristate "cy8ctmg110 touchscreen"
158         depends on I2C
159         depends on GPIOLIB || COMPILE_TEST
160         help
161           Say Y here if you have a cy8ctmg110 capacitive touchscreen on
162           an AAVA device.
163
164           If unsure, say N.
165
166           To compile this driver as a module, choose M here: the
167           module will be called cy8ctmg110_ts.
168
169 config TOUCHSCREEN_CYTTSP_CORE
170         tristate "Cypress TTSP touchscreen"
171         help
172           Say Y here if you have a touchscreen using controller from
173           the Cypress TrueTouch(tm) Standard Product family connected
174           to your system. You will also need to select appropriate
175           bus connection below.
176
177           If unsure, say N.
178
179           To compile this driver as a module, choose M here: the
180           module will be called cyttsp_core.
181
182 config TOUCHSCREEN_CYTTSP_I2C
183         tristate "support I2C bus connection"
184         depends on TOUCHSCREEN_CYTTSP_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 cyttsp_i2c.
190
191 config TOUCHSCREEN_CYTTSP_SPI
192         tristate "support SPI bus connection"
193         depends on TOUCHSCREEN_CYTTSP_CORE && SPI_MASTER
194         help
195           Say Y here if the touchscreen is connected via SPI bus.
196
197           To compile this driver as a module, choose M here: the
198           module will be called cyttsp_spi.
199
200 config TOUCHSCREEN_CYTTSP4_CORE
201         tristate "Cypress TrueTouch Gen4 Touchscreen Driver"
202         help
203           Core driver for Cypress TrueTouch(tm) Standard Product
204           Generation4 touchscreen controllers.
205
206           Say Y here if you have a Cypress Gen4 touchscreen.
207
208           If unsure, say N.
209
210           To compile this driver as a module, choose M here.
211
212 config TOUCHSCREEN_CYTTSP4_I2C
213         tristate "support I2C bus connection"
214         depends on TOUCHSCREEN_CYTTSP4_CORE && I2C
215         help
216           Say Y here if the touchscreen is connected via I2C bus.
217
218           To compile this driver as a module, choose M here: the
219           module will be called cyttsp4_i2c.
220
221 config TOUCHSCREEN_CYTTSP4_SPI
222         tristate "support SPI bus connection"
223         depends on TOUCHSCREEN_CYTTSP4_CORE && SPI_MASTER
224         help
225           Say Y here if the touchscreen is connected via SPI bus.
226
227           To compile this driver as a module, choose M here: the
228           module will be called cyttsp4_spi.
229
230 config TOUCHSCREEN_DA9034
231         tristate "Touchscreen support for Dialog Semiconductor DA9034"
232         depends on PMIC_DA903X
233         default y
234         help
235           Say Y here to enable the support for the touchscreen found
236           on Dialog Semiconductor DA9034 PMIC.
237
238           If unsure, say N.
239
240           To compile this driver as a module, choose M here: the
241           module will be called da9034-ts.
242
243 config TOUCHSCREEN_DA9052
244         tristate "Dialog DA9052/DA9053 TSI"
245         depends on PMIC_DA9052
246         help
247           Say Y here to support the touchscreen found on Dialog Semiconductor
248           DA9052-BC and DA9053-AA/Bx PMICs.
249
250           If unsure, say N.
251
252           To compile this driver as a module, choose M here: the
253           module will be called da9052_tsi.
254
255 config TOUCHSCREEN_DYNAPRO
256         tristate "Dynapro serial touchscreen"
257         select SERIO
258         help
259           Say Y here if you have a Dynapro serial touchscreen connected to
260           your system.
261
262           If unsure, say N.
263
264           To compile this driver as a module, choose M here: the
265           module will be called dynapro.
266
267 config TOUCHSCREEN_HAMPSHIRE
268         tristate "Hampshire serial touchscreen"
269         select SERIO
270         help
271           Say Y here if you have a Hampshire serial touchscreen connected to
272           your system.
273
274           If unsure, say N.
275
276           To compile this driver as a module, choose M here: the
277           module will be called hampshire.
278
279 config TOUCHSCREEN_EETI
280         tristate "EETI touchscreen panel support"
281         depends on I2C
282         help
283           Say Y here to enable support for I2C connected EETI touch panels.
284
285           To compile this driver as a module, choose M here: the
286           module will be called eeti_ts.
287
288 config TOUCHSCREEN_EGALAX
289         tristate "EETI eGalax multi-touch panel support"
290         depends on I2C && OF
291         help
292           Say Y here to enable support for I2C connected EETI
293           eGalax multi-touch panels.
294
295           To compile this driver as a module, choose M here: the
296           module will be called egalax_ts.
297
298 config TOUCHSCREEN_FT6236
299         tristate "FT6236 I2C touchscreen"
300         depends on I2C
301         depends on GPIOLIB || COMPILE_TEST
302         help
303           Say Y here to enable support for the I2C connected FT6x06 and
304           FT6x36 family of capacitive touchscreen drivers.
305
306           If unsure, say N.
307
308           To compile this driver as a module, choose M here: the
309           module will be called ft6236.
310
311 config TOUCHSCREEN_FUJITSU
312         tristate "Fujitsu serial touchscreen"
313         select SERIO
314         help
315           Say Y here if you have the Fujitsu touchscreen (such as one
316           installed in Lifebook P series laptop) connected to your
317           system.
318
319           If unsure, say N.
320
321           To compile this driver as a module, choose M here: the
322           module will be called fujitsu-ts.
323
324 config TOUCHSCREEN_GOODIX
325         tristate "Goodix I2C touchscreen"
326         depends on I2C
327         help
328           Say Y here if you have the Goodix touchscreen (such as one
329           installed in Onda v975w tablets) connected to your
330           system. It also supports 5-finger chip models, which can be
331           found on ARM tablets, like Wexler TAB7200 and MSI Primo73.
332
333           If unsure, say N.
334
335           To compile this driver as a module, choose M here: the
336           module will be called goodix.
337
338 config TOUCHSCREEN_GSLX680_PAD
339         tristate "gslX680 touchpad driver for pad"
340         help
341           gslX680 touchpad driver for pad
342
343 config TOUCHSCREEN_GSLX680_VR
344         tristate "gslX680 touchpad driver for VR"
345         help
346           gslX680 touchpad driver for VR
347
348 config TOUCHSCREEN_GSL3673
349         tristate "gsl3673 touchpad driver for evb"
350         help
351           gsl3673 touchpad driver for evb
352
353 config TOUCHSCREEN_GT9XX
354         tristate "Goodix gt9xx support for rockchip platform"
355         depends on I2C && ARCH_ROCKCHIP
356         help
357           Say Y here if you have a touchscreen interface using the gt9xx
358           on Rockchip platform, and your board-specific initialization
359           code includes that in its table of IIC devices.
360           If unsure, say N.
361
362 config TOUCHSCREEN_ILI210X
363         tristate "Ilitek ILI210X based touchscreen"
364         depends on I2C
365         help
366           Say Y here if you have a ILI210X based touchscreen
367           controller. This driver supports models ILI2102,
368           ILI2102s, ILI2103, ILI2103s and ILI2105.
369           Such kind of chipsets can be found in Amazon Kindle Fire
370           touchscreens.
371
372           If unsure, say N.
373
374           To compile this driver as a module, choose M here: the
375           module will be called ili210x.
376
377 config TOUCHSCREEN_IPROC
378         tristate "IPROC touch panel driver support"
379         depends on ARCH_BCM_IPROC || COMPILE_TEST
380         help
381           Say Y here if you want to add support for the IPROC touch
382           controller to your system.
383
384           If unsure, say N.
385
386           To compile this driver as a module, choose M here: the
387           module will be called bcm_iproc_tsc.
388
389 config TOUCHSCREEN_S3C2410
390         tristate "Samsung S3C2410/generic touchscreen input driver"
391         depends on ARCH_S3C24XX || SAMSUNG_DEV_TS
392         select S3C_ADC
393         help
394           Say Y here if you have the s3c2410 touchscreen.
395
396           If unsure, say N.
397
398           To compile this driver as a module, choose M here: the
399           module will be called s3c2410_ts.
400
401 config TOUCHSCREEN_GUNZE
402         tristate "Gunze AHL-51S touchscreen"
403         select SERIO
404         help
405           Say Y here if you have the Gunze AHL-51 touchscreen connected to
406           your system.
407
408           If unsure, say N.
409
410           To compile this driver as a module, choose M here: the
411           module will be called gunze.
412
413 config TOUCHSCREEN_ELAN
414         tristate "Elan eKTH I2C touchscreen"
415         depends on I2C
416         help
417           Say Y here if you have an Elan eKTH I2C touchscreen
418           connected to your system.
419
420           If unsure, say N.
421
422           To compile this driver as a module, choose M here: the
423           module will be called elants_i2c.
424
425 config TOUCHSCREEN_ELO
426         tristate "Elo serial touchscreens"
427         select SERIO
428         help
429           Say Y here if you have an Elo serial touchscreen connected to
430           your system.
431
432           If unsure, say N.
433
434           To compile this driver as a module, choose M here: the
435           module will be called elo.
436
437 config TOUCHSCREEN_WACOM_W8001
438         tristate "Wacom W8001 penabled serial touchscreen"
439         select SERIO
440         help
441           Say Y here if you have an Wacom W8001 penabled serial touchscreen
442           connected to your system.
443
444           If unsure, say N.
445
446           To compile this driver as a module, choose M here: the
447           module will be called wacom_w8001.
448
449 config TOUCHSCREEN_WACOM_I2C
450         tristate "Wacom Tablet support (I2C)"
451         depends on I2C
452         help
453           Say Y here if you want to use the I2C version of the Wacom
454           Pen Tablet.
455
456           If unsure, say N.
457
458           To compile this driver as a module, choose M here: the module
459           will be called wacom_i2c.
460
461 config TOUCHSCREEN_LPC32XX
462         tristate "LPC32XX touchscreen controller"
463         depends on ARCH_LPC32XX
464         help
465           Say Y here if you have a LPC32XX device and want
466           to support the built-in touchscreen.
467
468           To compile this driver as a module, choose M here: the
469           module will be called lpc32xx_ts.
470
471 config TOUCHSCREEN_MAX11801
472         tristate "MAX11801 based touchscreens"
473         depends on I2C
474         help
475           Say Y here if you have a MAX11801 based touchscreen
476           controller.
477
478           If unsure, say N.
479
480           To compile this driver as a module, choose M here: the
481           module will be called max11801_ts.
482
483 config TOUCHSCREEN_MCS5000
484         tristate "MELFAS MCS-5000 touchscreen"
485         depends on I2C
486         help
487           Say Y here if you have the MELFAS MCS-5000 touchscreen controller
488           chip in your system.
489
490           If unsure, say N.
491
492           To compile this driver as a module, choose M here: the
493           module will be called mcs5000_ts.
494
495 config TOUCHSCREEN_MMS114
496         tristate "MELFAS MMS114 touchscreen"
497         depends on I2C
498         help
499           Say Y here if you have the MELFAS MMS114 touchscreen controller
500           chip in your system.
501
502           If unsure, say N.
503
504           To compile this driver as a module, choose M here: the
505           module will be called mms114.
506
507 config TOUCHSCREEN_MTOUCH
508         tristate "MicroTouch serial touchscreens"
509         select SERIO
510         help
511           Say Y here if you have a MicroTouch (3M) 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 mtouch.
518
519 config TOUCHSCREEN_IMX6UL_TSC
520         tristate "Freescale i.MX6UL touchscreen controller"
521         depends on (OF && GPIOLIB) || COMPILE_TEST
522         help
523           Say Y here if you have a Freescale i.MX6UL, and want to
524           use the internal touchscreen controller.
525
526           If unsure, say N.
527
528           To compile this driver as a module, choose M here: the
529           module will be called imx6ul_tsc.
530
531 config TOUCHSCREEN_INEXIO
532         tristate "iNexio serial touchscreens"
533         select SERIO
534         help
535           Say Y here if you have an iNexio serial touchscreen connected to
536           your system.
537
538           If unsure, say N.
539
540           To compile this driver as a module, choose M here: the
541           module will be called inexio.
542
543 config TOUCHSCREEN_INTEL_MID
544         tristate "Intel MID platform resistive touchscreen"
545         depends on INTEL_SCU_IPC
546         help
547           Say Y here if you have a Intel MID based touchscreen in
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 intel_mid_touch.
554
555 config TOUCHSCREEN_MK712
556         tristate "ICS MicroClock MK712 touchscreen"
557         help
558           Say Y here if you have the ICS MicroClock MK712 touchscreen
559           controller chip in your system.
560
561           If unsure, say N.
562
563           To compile this driver as a module, choose M here: the
564           module will be called mk712.
565
566 config TOUCHSCREEN_HP600
567         tristate "HP Jornada 6xx touchscreen"
568         depends on SH_HP6XX && SH_ADC
569         help
570           Say Y here if you have a HP Jornada 620/660/680/690 and want to
571           support the built-in touchscreen.
572
573           To compile this driver as a module, choose M here: the
574           module will be called hp680_ts_input.
575
576 config TOUCHSCREEN_HP7XX
577         tristate "HP Jornada 7xx touchscreen"
578         depends on SA1100_JORNADA720_SSP
579         help
580           Say Y here if you have a HP Jornada 710/720/728 and want
581           to support the built-in touchscreen.
582
583           To compile this driver as a module, choose M here: the
584           module will be called jornada720_ts.
585
586 config TOUCHSCREEN_IPAQ_MICRO
587         tristate "HP iPAQ Atmel Micro ASIC touchscreen"
588         depends on MFD_IPAQ_MICRO
589         help
590           Say Y here to enable support for the touchscreen attached to
591           the Atmel Micro peripheral controller on iPAQ h3100/h3600/h3700
592
593           If unsure, say N.
594
595           To compile this driver as a module, choose M here: the
596           module will be called ipaq-micro-ts.
597
598 config TOUCHSCREEN_HTCPEN
599         tristate "HTC Shift X9500 touchscreen"
600         depends on ISA
601         help
602           Say Y here if you have an HTC Shift UMPC also known as HTC X9500
603           Clio / Shangrila and want to support the built-in touchscreen.
604
605           If unsure, say N.
606
607           To compile this driver as a module, choose M here: the
608           module will be called htcpen.
609
610 config TOUCHSCREEN_PENMOUNT
611         tristate "Penmount serial touchscreen"
612         select SERIO
613         help
614           Say Y here if you have a Penmount serial touchscreen connected to
615           your system.
616
617           If unsure, say N.
618
619           To compile this driver as a module, choose M here: the
620           module will be called penmount.
621
622 config TOUCHSCREEN_EDT_FT5X06
623         tristate "EDT FocalTech FT5x06 I2C Touchscreen support"
624         depends on I2C
625         help
626           Say Y here if you have an EDT "Polytouch" touchscreen based
627           on the FocalTech FT5x06 family of controllers connected to
628           your system.
629
630           If unsure, say N.
631
632           To compile this driver as a module, choose M here: the
633           module will be called edt-ft5x06.
634
635 config TOUCHSCREEN_MIGOR
636         tristate "Renesas MIGO-R touchscreen"
637         depends on SH_MIGOR && I2C
638         help
639           Say Y here to enable MIGO-R touchscreen support.
640
641           If unsure, say N.
642
643           To compile this driver as a module, choose M here: the
644           module will be called migor_ts.
645
646 config TOUCHSCREEN_TOUCHRIGHT
647         tristate "Touchright serial touchscreen"
648         select SERIO
649         help
650           Say Y here if you have a Touchright serial touchscreen connected to
651           your system.
652
653           If unsure, say N.
654
655           To compile this driver as a module, choose M here: the
656           module will be called touchright.
657
658 config TOUCHSCREEN_TOUCHWIN
659         tristate "Touchwin serial touchscreen"
660         select SERIO
661         help
662           Say Y here if you have a Touchwin serial touchscreen connected to
663           your system.
664
665           If unsure, say N.
666
667           To compile this driver as a module, choose M here: the
668           module will be called touchwin.
669
670 config TOUCHSCREEN_TI_AM335X_TSC
671         tristate "TI Touchscreen Interface"
672         depends on MFD_TI_AM335X_TSCADC
673         help
674           Say Y here if you have 4/5/8 wire touchscreen controller
675           to be connected to the ADC controller on your TI AM335x SoC.
676
677           If unsure, say N.
678
679           To compile this driver as a module, choose M here: the
680           module will be called ti_am335x_tsc.
681
682 config TOUCHSCREEN_UCB1400
683         tristate "Philips UCB1400 touchscreen"
684         depends on AC97_BUS
685         depends on UCB1400_CORE
686         help
687           This enables support for the Philips UCB1400 touchscreen interface.
688           The UCB1400 is an AC97 audio codec.  The touchscreen interface
689           will be initialized only after the ALSA subsystem has been
690           brought up and the UCB1400 detected.  You therefore have to
691           configure ALSA support as well (either built-in or modular,
692           independently of whether this driver is itself built-in or
693           modular) for this driver to work.
694
695           To compile this driver as a module, choose M here: the
696           module will be called ucb1400_ts.
697
698 config TOUCHSCREEN_PIXCIR
699         tristate "PIXCIR I2C touchscreens"
700         depends on I2C
701         help
702           Say Y here if you have a pixcir i2c touchscreen
703           controller.
704
705           If unsure, say N.
706
707           To compile this driver as a module, choose M here: the
708           module will be called pixcir_i2c_ts.
709
710 config TOUCHSCREEN_WDT87XX_I2C
711         tristate "Weida HiTech I2C touchscreen"
712         depends on I2C
713         help
714           Say Y here if you have a Weida WDT87XX I2C touchscreen
715           connected to your system.
716
717           If unsure, say N.
718
719           To compile this driver as a module, choose M here: the
720           module will be called wdt87xx_i2c.
721
722 config TOUCHSCREEN_WM831X
723         tristate "Support for WM831x touchscreen controllers"
724         depends on MFD_WM831X
725         help
726           This enables support for the touchscreen controller on the WM831x
727           series of PMICs.
728
729           To compile this driver as a module, choose M here: the
730           module will be called wm831x-ts.
731
732 config TOUCHSCREEN_WM97XX
733         tristate "Support for WM97xx AC97 touchscreen controllers"
734         depends on AC97_BUS
735         help
736           Say Y here if you have a Wolfson Microelectronics WM97xx
737           touchscreen connected to your system. Note that this option
738           only enables core driver, you will also need to select
739           support for appropriate chip below.
740
741           If unsure, say N.
742
743           To compile this driver as a module, choose M here: the
744           module will be called wm97xx-ts.
745
746 config TOUCHSCREEN_WM9705
747         bool "WM9705 Touchscreen interface support"
748         depends on TOUCHSCREEN_WM97XX
749         default y
750         help
751           Say Y here to enable support for the Wolfson Microelectronics
752           WM9705 touchscreen controller.
753
754 config TOUCHSCREEN_WM9712
755         bool "WM9712 Touchscreen interface support"
756         depends on TOUCHSCREEN_WM97XX
757         default y
758         help
759           Say Y here to enable support for the Wolfson Microelectronics
760           WM9712 touchscreen controller.
761
762 config TOUCHSCREEN_WM9713
763         bool "WM9713 Touchscreen interface support"
764         depends on TOUCHSCREEN_WM97XX
765         default y
766         help
767           Say Y here to enable support for the Wolfson Microelectronics
768           WM9713 touchscreen controller.
769
770 config TOUCHSCREEN_WM97XX_ATMEL
771         tristate "WM97xx Atmel accelerated touch"
772         depends on TOUCHSCREEN_WM97XX && AVR32
773         help
774           Say Y here for support for streaming mode with WM97xx touchscreens
775           on Atmel AT91 or AVR32 systems with an AC97C module.
776
777           Be aware that this will use channel B in the controller for
778           streaming data, this must not conflict with other AC97C drivers.
779
780           If unsure, say N.
781
782           To compile this driver as a module, choose M here: the module will
783           be called atmel-wm97xx.
784
785 config TOUCHSCREEN_WM97XX_MAINSTONE
786         tristate "WM97xx Mainstone/Palm accelerated touch"
787         depends on TOUCHSCREEN_WM97XX && ARCH_PXA
788         help
789           Say Y here for support for streaming mode with WM97xx touchscreens
790           on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
791
792           If unsure, say N.
793
794           To compile this driver as a module, choose M here: the
795           module will be called mainstone-wm97xx.
796
797 config TOUCHSCREEN_WM97XX_ZYLONITE
798         tristate "Zylonite accelerated touch"
799         depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
800         select TOUCHSCREEN_WM9713
801         help
802           Say Y here for support for streaming mode with the touchscreen
803           on Zylonite systems.
804
805           If unsure, say N.
806
807           To compile this driver as a module, choose M here: the
808           module will be called zylonite-wm97xx.
809
810 config TOUCHSCREEN_USB_COMPOSITE
811         tristate "USB Touchscreen Driver"
812         depends on USB_ARCH_HAS_HCD
813         select USB
814         help
815           USB Touchscreen driver for:
816           - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
817           - PanJit TouchSet USB
818           - 3M MicroTouch USB (EX II series)
819           - ITM
820           - some other eTurboTouch
821           - Gunze AHL61
822           - DMC TSC-10/25
823           - IRTOUCHSYSTEMS/UNITOP
824           - IdealTEK URTC1000
825           - GoTop Super_Q2/GogoPen/PenPower tablets
826           - JASTEC USB Touch Controller/DigiTech DTR-02U
827           - Zytronic controllers
828           - Elo TouchSystems 2700 IntelliTouch
829           - EasyTouch USB Touch Controller from Data Modul
830           - e2i (Mimo monitors)
831
832           Have a look at <http://linux.chapter7.ch/touchkit/> for
833           a usage description and the required user-space stuff.
834
835           To compile this driver as a module, choose M here: the
836           module will be called usbtouchscreen.
837
838 config TOUCHSCREEN_MC13783
839         tristate "Freescale MC13783 touchscreen input driver"
840         depends on MFD_MC13XXX
841         help
842           Say Y here if you have an Freescale MC13783 PMIC on your
843           board and want to use its touchscreen
844
845           If unsure, say N.
846
847           To compile this driver as a module, choose M here: the
848           module will be called mc13783_ts.
849
850 config TOUCHSCREEN_USB_EGALAX
851         default y
852         bool "eGalax, eTurboTouch CT-410/510/700 device support" if EXPERT
853         depends on TOUCHSCREEN_USB_COMPOSITE
854
855 config TOUCHSCREEN_USB_PANJIT
856         default y
857         bool "PanJit device support" if EXPERT
858         depends on TOUCHSCREEN_USB_COMPOSITE
859
860 config TOUCHSCREEN_USB_3M
861         default y
862         bool "3M/Microtouch EX II series device support" if EXPERT
863         depends on TOUCHSCREEN_USB_COMPOSITE
864
865 config TOUCHSCREEN_USB_ITM
866         default y
867         bool "ITM device support" if EXPERT
868         depends on TOUCHSCREEN_USB_COMPOSITE
869
870 config TOUCHSCREEN_USB_ETURBO
871         default y
872         bool "eTurboTouch (non-eGalax compatible) device support" if EXPERT
873         depends on TOUCHSCREEN_USB_COMPOSITE
874
875 config TOUCHSCREEN_USB_GUNZE
876         default y
877         bool "Gunze AHL61 device support" if EXPERT
878         depends on TOUCHSCREEN_USB_COMPOSITE
879
880 config TOUCHSCREEN_USB_DMC_TSC10
881         default y
882         bool "DMC TSC-10/25 device support" if EXPERT
883         depends on TOUCHSCREEN_USB_COMPOSITE
884
885 config TOUCHSCREEN_USB_IRTOUCH
886         default y
887         bool "IRTOUCHSYSTEMS/UNITOP device support" if EXPERT
888         depends on TOUCHSCREEN_USB_COMPOSITE
889
890 config TOUCHSCREEN_USB_IDEALTEK
891         default y
892         bool "IdealTEK URTC1000 device support" if EXPERT
893         depends on TOUCHSCREEN_USB_COMPOSITE
894
895 config TOUCHSCREEN_USB_GENERAL_TOUCH
896         default y
897         bool "GeneralTouch Touchscreen device support" if EXPERT
898         depends on TOUCHSCREEN_USB_COMPOSITE
899
900 config TOUCHSCREEN_USB_GOTOP
901         default y
902         bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EXPERT
903         depends on TOUCHSCREEN_USB_COMPOSITE
904
905 config TOUCHSCREEN_USB_JASTEC
906         default y
907         bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT
908         depends on TOUCHSCREEN_USB_COMPOSITE
909
910 config TOUCHSCREEN_USB_ELO
911         default y
912         bool "Elo TouchSystems 2700 IntelliTouch controller device support" if EXPERT
913         depends on TOUCHSCREEN_USB_COMPOSITE
914
915 config TOUCHSCREEN_USB_E2I
916         default y
917         bool "e2i Touchscreen controller (e.g. from Mimo 740)" if EXPERT
918         depends on TOUCHSCREEN_USB_COMPOSITE
919
920 config TOUCHSCREEN_USB_ZYTRONIC
921         default y
922         bool "Zytronic controller" if EXPERT
923         depends on TOUCHSCREEN_USB_COMPOSITE
924
925 config TOUCHSCREEN_USB_ETT_TC45USB
926         default y
927         bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EXPERT
928         depends on TOUCHSCREEN_USB_COMPOSITE
929
930 config TOUCHSCREEN_USB_NEXIO
931         default y
932         bool "NEXIO/iNexio device support" if EXPERT
933         depends on TOUCHSCREEN_USB_COMPOSITE
934
935 config TOUCHSCREEN_USB_EASYTOUCH
936         default y
937         bool "EasyTouch USB Touch controller device support" if EMBEDDED
938         depends on TOUCHSCREEN_USB_COMPOSITE
939         help
940           Say Y here if you have an EasyTouch USB Touch controller.
941           If unsure, say N.
942
943 config TOUCHSCREEN_TOUCHIT213
944         tristate "Sahara TouchIT-213 touchscreen"
945         select SERIO
946         help
947           Say Y here if you have a Sahara TouchIT-213 Tablet PC.
948
949           If unsure, say N.
950
951           To compile this driver as a module, choose M here: the
952           module will be called touchit213.
953
954 config TOUCHSCREEN_TSC_SERIO
955         tristate "TSC-10/25/40 serial touchscreen support"
956         select SERIO
957         help
958           Say Y here if you have a TSC-10, 25 or 40 serial touchscreen connected
959           to your system.
960
961           If unsure, say N.
962
963           To compile this driver as a module, choose M here: the
964           module will be called tsc40.
965
966 config TOUCHSCREEN_TSC200X_CORE
967         tristate
968
969 config TOUCHSCREEN_TSC2004
970         tristate "TSC2004 based touchscreens"
971         depends on I2C
972         select REGMAP_I2C
973         select TOUCHSCREEN_TSC200X_CORE
974         help
975           Say Y here if you have a TSC2004 based touchscreen.
976
977           If unsure, say N.
978
979           To compile this driver as a module, choose M here: the
980           module will be called tsc2004.
981
982 config TOUCHSCREEN_TSC2005
983         tristate "TSC2005 based touchscreens"
984         depends on SPI_MASTER
985         select REGMAP_SPI
986         select TOUCHSCREEN_TSC200X_CORE
987         help
988           Say Y here if you have a TSC2005 based touchscreen.
989
990           If unsure, say N.
991
992           To compile this driver as a module, choose M here: the
993           module will be called tsc2005.
994
995 config TOUCHSCREEN_TSC2007
996         tristate "TSC2007 based touchscreens"
997         depends on I2C
998         help
999           Say Y here if you have a TSC2007 based touchscreen.
1000
1001           If unsure, say N.
1002
1003           To compile this driver as a module, choose M here: the
1004           module will be called tsc2007.
1005
1006 config TOUCHSCREEN_W90X900
1007         tristate "W90P910 touchscreen driver"
1008         depends on ARCH_W90X900
1009         help
1010           Say Y here if you have a W90P910 based touchscreen.
1011
1012           To compile this driver as a module, choose M here: the
1013           module will be called w90p910_ts.
1014
1015 config TOUCHSCREEN_PCAP
1016         tristate "Motorola PCAP touchscreen"
1017         depends on EZX_PCAP
1018         help
1019           Say Y here if you have a Motorola EZX telephone and
1020           want to enable support for the built-in touchscreen.
1021
1022           To compile this driver as a module, choose M here: the
1023           module will be called pcap_ts.
1024
1025 config TOUCHSCREEN_ST1232
1026         tristate "Sitronix ST1232 touchscreen controllers"
1027         depends on I2C
1028         help
1029           Say Y here if you want to support Sitronix ST1232
1030           touchscreen controller.
1031
1032           If unsure, say N.
1033
1034           To compile this driver as a module, choose M here: the
1035           module will be called st1232_ts.
1036
1037 config TOUCHSCREEN_STMPE
1038         tristate "STMicroelectronics STMPE touchscreens"
1039         depends on MFD_STMPE
1040         depends on (OF || COMPILE_TEST)
1041         help
1042           Say Y here if you want support for STMicroelectronics
1043           STMPE touchscreen controllers.
1044
1045           To compile this driver as a module, choose M here: the
1046           module will be called stmpe-ts.
1047
1048 config TOUCHSCREEN_SUN4I
1049         tristate "Allwinner sun4i resistive touchscreen controller support"
1050         depends on ARCH_SUNXI || COMPILE_TEST
1051         depends on HWMON
1052         depends on THERMAL || !THERMAL_OF
1053         help
1054           This selects support for the resistive touchscreen controller
1055           found on Allwinner sunxi SoCs.
1056
1057           To compile this driver as a module, choose M here: the
1058           module will be called sun4i-ts.
1059
1060 config TOUCHSCREEN_SUR40
1061         tristate "Samsung SUR40 (Surface 2.0/PixelSense) touchscreen"
1062         depends on USB && MEDIA_USB_SUPPORT && HAS_DMA
1063         depends on VIDEO_V4L2
1064         select INPUT_POLLDEV
1065         select VIDEOBUF2_DMA_SG
1066         help
1067           Say Y here if you want support for the Samsung SUR40 touchscreen
1068           (also known as Microsoft Surface 2.0 or Microsoft PixelSense).
1069
1070           To compile this driver as a module, choose M here: the
1071           module will be called sur40.
1072
1073 config TOUCHSCREEN_SX8654
1074         tristate "Semtech SX8654 touchscreen"
1075         depends on I2C
1076         help
1077           Say Y here if you have a Semtech SX8654 touchscreen controller.
1078
1079           If unsure, say N
1080
1081           To compile this driver as a module, choose M here: the
1082           module will be called sx8654.
1083
1084 config TOUCHSCREEN_TPS6507X
1085         tristate "TPS6507x based touchscreens"
1086         depends on I2C
1087         select INPUT_POLLDEV
1088         help
1089           Say Y here if you have a TPS6507x based touchscreen
1090           controller.
1091
1092           If unsure, say N.
1093
1094           To compile this driver as a module, choose M here: the
1095           module will be called tps6507x_ts.
1096
1097 config TOUCHSCREEN_ZFORCE
1098         tristate "Neonode zForce infrared touchscreens"
1099         depends on I2C
1100         depends on GPIOLIB || COMPILE_TEST
1101         help
1102           Say Y here if you have a touchscreen using the zforce
1103           infraread technology from Neonode.
1104
1105           If unsure, say N.
1106
1107           To compile this driver as a module, choose M here: the
1108           module will be called zforce_ts.
1109
1110 config TOUCHSCREEN_COLIBRI_VF50
1111         tristate "Toradex Colibri on board touchscreen driver"
1112         depends on GPIOLIB && IIO && VF610_ADC
1113         help
1114           Say Y here if you have a Colibri VF50 and plan to use
1115           the on-board provided 4-wire touchscreen driver.
1116
1117           If unsure, say N.
1118
1119           To compile this driver as a module, choose M here: the
1120           module will be called colibri_vf50_ts.
1121
1122 config TOUCHSCREEN_ROHM_BU21023
1123         tristate "ROHM BU21023/24 Dual touch support resistive touchscreens"
1124         depends on I2C
1125         help
1126           Say Y here if you have a touchscreen using ROHM BU21023/24.
1127
1128           If unsure, say N.
1129
1130           To compile this driver as a module, choose M here: the
1131           module will be called bu21023_ts.
1132
1133 endif