Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/linux...
[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_VR
339         tristate "gslX680 touchpad driver for VR"
340         help
341           gslX680 touchpad driver for VR
342
343 config TOUCHSCREEN_GSL3673
344         tristate "gsl3673 touchpad driver for evb"
345         help
346           gsl3673 touchpad driver for evb
347
348 config TOUCHSCREEN_GT9XX
349         tristate "Goodix gt9xx support for rockchip platform"
350         depends on I2C && ARCH_ROCKCHIP
351         help
352           Say Y here if you have a touchscreen interface using the gt9xx
353           on Rockchip platform, and your board-specific initialization
354           code includes that in its table of IIC devices.
355           If unsure, say N.
356
357 config TOUCHSCREEN_ILI210X
358         tristate "Ilitek ILI210X based touchscreen"
359         depends on I2C
360         help
361           Say Y here if you have a ILI210X based touchscreen
362           controller. This driver supports models ILI2102,
363           ILI2102s, ILI2103, ILI2103s and ILI2105.
364           Such kind of chipsets can be found in Amazon Kindle Fire
365           touchscreens.
366
367           If unsure, say N.
368
369           To compile this driver as a module, choose M here: the
370           module will be called ili210x.
371
372 config TOUCHSCREEN_IPROC
373         tristate "IPROC touch panel driver support"
374         depends on ARCH_BCM_IPROC || COMPILE_TEST
375         help
376           Say Y here if you want to add support for the IPROC touch
377           controller to your system.
378
379           If unsure, say N.
380
381           To compile this driver as a module, choose M here: the
382           module will be called bcm_iproc_tsc.
383
384 config TOUCHSCREEN_S3C2410
385         tristate "Samsung S3C2410/generic touchscreen input driver"
386         depends on ARCH_S3C24XX || SAMSUNG_DEV_TS
387         select S3C_ADC
388         help
389           Say Y here if you have the s3c2410 touchscreen.
390
391           If unsure, say N.
392
393           To compile this driver as a module, choose M here: the
394           module will be called s3c2410_ts.
395
396 config TOUCHSCREEN_GUNZE
397         tristate "Gunze AHL-51S touchscreen"
398         select SERIO
399         help
400           Say Y here if you have the Gunze AHL-51 touchscreen connected to
401           your system.
402
403           If unsure, say N.
404
405           To compile this driver as a module, choose M here: the
406           module will be called gunze.
407
408 config TOUCHSCREEN_ELAN
409         tristate "Elan eKTH I2C touchscreen"
410         depends on I2C
411         help
412           Say Y here if you have an Elan eKTH I2C touchscreen
413           connected to your system.
414
415           If unsure, say N.
416
417           To compile this driver as a module, choose M here: the
418           module will be called elants_i2c.
419
420 config TOUCHSCREEN_ELO
421         tristate "Elo serial touchscreens"
422         select SERIO
423         help
424           Say Y here if you have an Elo serial touchscreen connected to
425           your system.
426
427           If unsure, say N.
428
429           To compile this driver as a module, choose M here: the
430           module will be called elo.
431
432 config TOUCHSCREEN_WACOM_W8001
433         tristate "Wacom W8001 penabled serial touchscreen"
434         select SERIO
435         help
436           Say Y here if you have an Wacom W8001 penabled serial touchscreen
437           connected to your system.
438
439           If unsure, say N.
440
441           To compile this driver as a module, choose M here: the
442           module will be called wacom_w8001.
443
444 config TOUCHSCREEN_WACOM_I2C
445         tristate "Wacom Tablet support (I2C)"
446         depends on I2C
447         help
448           Say Y here if you want to use the I2C version of the Wacom
449           Pen Tablet.
450
451           If unsure, say N.
452
453           To compile this driver as a module, choose M here: the module
454           will be called wacom_i2c.
455
456 config TOUCHSCREEN_LPC32XX
457         tristate "LPC32XX touchscreen controller"
458         depends on ARCH_LPC32XX
459         help
460           Say Y here if you have a LPC32XX device and want
461           to support the built-in touchscreen.
462
463           To compile this driver as a module, choose M here: the
464           module will be called lpc32xx_ts.
465
466 config TOUCHSCREEN_MAX11801
467         tristate "MAX11801 based touchscreens"
468         depends on I2C
469         help
470           Say Y here if you have a MAX11801 based touchscreen
471           controller.
472
473           If unsure, say N.
474
475           To compile this driver as a module, choose M here: the
476           module will be called max11801_ts.
477
478 config TOUCHSCREEN_MCS5000
479         tristate "MELFAS MCS-5000 touchscreen"
480         depends on I2C
481         help
482           Say Y here if you have the MELFAS MCS-5000 touchscreen controller
483           chip in your system.
484
485           If unsure, say N.
486
487           To compile this driver as a module, choose M here: the
488           module will be called mcs5000_ts.
489
490 config TOUCHSCREEN_MMS114
491         tristate "MELFAS MMS114 touchscreen"
492         depends on I2C
493         help
494           Say Y here if you have the MELFAS MMS114 touchscreen controller
495           chip in your system.
496
497           If unsure, say N.
498
499           To compile this driver as a module, choose M here: the
500           module will be called mms114.
501
502 config TOUCHSCREEN_MTOUCH
503         tristate "MicroTouch serial touchscreens"
504         select SERIO
505         help
506           Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
507           your system.
508
509           If unsure, say N.
510
511           To compile this driver as a module, choose M here: the
512           module will be called mtouch.
513
514 config TOUCHSCREEN_IMX6UL_TSC
515         tristate "Freescale i.MX6UL touchscreen controller"
516         depends on (OF && GPIOLIB) || COMPILE_TEST
517         help
518           Say Y here if you have a Freescale i.MX6UL, and want to
519           use the internal touchscreen controller.
520
521           If unsure, say N.
522
523           To compile this driver as a module, choose M here: the
524           module will be called imx6ul_tsc.
525
526 config TOUCHSCREEN_INEXIO
527         tristate "iNexio serial touchscreens"
528         select SERIO
529         help
530           Say Y here if you have an iNexio serial touchscreen connected to
531           your system.
532
533           If unsure, say N.
534
535           To compile this driver as a module, choose M here: the
536           module will be called inexio.
537
538 config TOUCHSCREEN_INTEL_MID
539         tristate "Intel MID platform resistive touchscreen"
540         depends on INTEL_SCU_IPC
541         help
542           Say Y here if you have a Intel MID based touchscreen in
543           your system.
544
545           If unsure, say N.
546
547           To compile this driver as a module, choose M here: the
548           module will be called intel_mid_touch.
549
550 config TOUCHSCREEN_MK712
551         tristate "ICS MicroClock MK712 touchscreen"
552         help
553           Say Y here if you have the ICS MicroClock MK712 touchscreen
554           controller chip in your system.
555
556           If unsure, say N.
557
558           To compile this driver as a module, choose M here: the
559           module will be called mk712.
560
561 config TOUCHSCREEN_HP600
562         tristate "HP Jornada 6xx touchscreen"
563         depends on SH_HP6XX && SH_ADC
564         help
565           Say Y here if you have a HP Jornada 620/660/680/690 and want to
566           support the built-in touchscreen.
567
568           To compile this driver as a module, choose M here: the
569           module will be called hp680_ts_input.
570
571 config TOUCHSCREEN_HP7XX
572         tristate "HP Jornada 7xx touchscreen"
573         depends on SA1100_JORNADA720_SSP
574         help
575           Say Y here if you have a HP Jornada 710/720/728 and want
576           to support the built-in touchscreen.
577
578           To compile this driver as a module, choose M here: the
579           module will be called jornada720_ts.
580
581 config TOUCHSCREEN_IPAQ_MICRO
582         tristate "HP iPAQ Atmel Micro ASIC touchscreen"
583         depends on MFD_IPAQ_MICRO
584         help
585           Say Y here to enable support for the touchscreen attached to
586           the Atmel Micro peripheral controller on iPAQ h3100/h3600/h3700
587
588           If unsure, say N.
589
590           To compile this driver as a module, choose M here: the
591           module will be called ipaq-micro-ts.
592
593 config TOUCHSCREEN_HTCPEN
594         tristate "HTC Shift X9500 touchscreen"
595         depends on ISA
596         help
597           Say Y here if you have an HTC Shift UMPC also known as HTC X9500
598           Clio / Shangrila and want to support the built-in touchscreen.
599
600           If unsure, say N.
601
602           To compile this driver as a module, choose M here: the
603           module will be called htcpen.
604
605 config TOUCHSCREEN_PENMOUNT
606         tristate "Penmount serial touchscreen"
607         select SERIO
608         help
609           Say Y here if you have a Penmount serial touchscreen connected to
610           your system.
611
612           If unsure, say N.
613
614           To compile this driver as a module, choose M here: the
615           module will be called penmount.
616
617 config TOUCHSCREEN_EDT_FT5X06
618         tristate "EDT FocalTech FT5x06 I2C Touchscreen support"
619         depends on I2C
620         help
621           Say Y here if you have an EDT "Polytouch" touchscreen based
622           on the FocalTech FT5x06 family of controllers connected to
623           your system.
624
625           If unsure, say N.
626
627           To compile this driver as a module, choose M here: the
628           module will be called edt-ft5x06.
629
630 config TOUCHSCREEN_MIGOR
631         tristate "Renesas MIGO-R touchscreen"
632         depends on SH_MIGOR && I2C
633         help
634           Say Y here to enable MIGO-R touchscreen support.
635
636           If unsure, say N.
637
638           To compile this driver as a module, choose M here: the
639           module will be called migor_ts.
640
641 config TOUCHSCREEN_TOUCHRIGHT
642         tristate "Touchright serial touchscreen"
643         select SERIO
644         help
645           Say Y here if you have a Touchright serial touchscreen connected to
646           your system.
647
648           If unsure, say N.
649
650           To compile this driver as a module, choose M here: the
651           module will be called touchright.
652
653 config TOUCHSCREEN_TOUCHWIN
654         tristate "Touchwin serial touchscreen"
655         select SERIO
656         help
657           Say Y here if you have a Touchwin serial touchscreen connected to
658           your system.
659
660           If unsure, say N.
661
662           To compile this driver as a module, choose M here: the
663           module will be called touchwin.
664
665 config TOUCHSCREEN_TI_AM335X_TSC
666         tristate "TI Touchscreen Interface"
667         depends on MFD_TI_AM335X_TSCADC
668         help
669           Say Y here if you have 4/5/8 wire touchscreen controller
670           to be connected to the ADC controller on your TI AM335x SoC.
671
672           If unsure, say N.
673
674           To compile this driver as a module, choose M here: the
675           module will be called ti_am335x_tsc.
676
677 config TOUCHSCREEN_UCB1400
678         tristate "Philips UCB1400 touchscreen"
679         depends on AC97_BUS
680         depends on UCB1400_CORE
681         help
682           This enables support for the Philips UCB1400 touchscreen interface.
683           The UCB1400 is an AC97 audio codec.  The touchscreen interface
684           will be initialized only after the ALSA subsystem has been
685           brought up and the UCB1400 detected.  You therefore have to
686           configure ALSA support as well (either built-in or modular,
687           independently of whether this driver is itself built-in or
688           modular) for this driver to work.
689
690           To compile this driver as a module, choose M here: the
691           module will be called ucb1400_ts.
692
693 config TOUCHSCREEN_PIXCIR
694         tristate "PIXCIR I2C touchscreens"
695         depends on I2C
696         help
697           Say Y here if you have a pixcir i2c touchscreen
698           controller.
699
700           If unsure, say N.
701
702           To compile this driver as a module, choose M here: the
703           module will be called pixcir_i2c_ts.
704
705 config TOUCHSCREEN_WDT87XX_I2C
706         tristate "Weida HiTech I2C touchscreen"
707         depends on I2C
708         help
709           Say Y here if you have a Weida WDT87XX I2C touchscreen
710           connected to your system.
711
712           If unsure, say N.
713
714           To compile this driver as a module, choose M here: the
715           module will be called wdt87xx_i2c.
716
717 config TOUCHSCREEN_WM831X
718         tristate "Support for WM831x touchscreen controllers"
719         depends on MFD_WM831X
720         help
721           This enables support for the touchscreen controller on the WM831x
722           series of PMICs.
723
724           To compile this driver as a module, choose M here: the
725           module will be called wm831x-ts.
726
727 config TOUCHSCREEN_WM97XX
728         tristate "Support for WM97xx AC97 touchscreen controllers"
729         depends on AC97_BUS
730         help
731           Say Y here if you have a Wolfson Microelectronics WM97xx
732           touchscreen connected to your system. Note that this option
733           only enables core driver, you will also need to select
734           support for appropriate chip below.
735
736           If unsure, say N.
737
738           To compile this driver as a module, choose M here: the
739           module will be called wm97xx-ts.
740
741 config TOUCHSCREEN_WM9705
742         bool "WM9705 Touchscreen interface support"
743         depends on TOUCHSCREEN_WM97XX
744         default y
745         help
746           Say Y here to enable support for the Wolfson Microelectronics
747           WM9705 touchscreen controller.
748
749 config TOUCHSCREEN_WM9712
750         bool "WM9712 Touchscreen interface support"
751         depends on TOUCHSCREEN_WM97XX
752         default y
753         help
754           Say Y here to enable support for the Wolfson Microelectronics
755           WM9712 touchscreen controller.
756
757 config TOUCHSCREEN_WM9713
758         bool "WM9713 Touchscreen interface support"
759         depends on TOUCHSCREEN_WM97XX
760         default y
761         help
762           Say Y here to enable support for the Wolfson Microelectronics
763           WM9713 touchscreen controller.
764
765 config TOUCHSCREEN_WM97XX_ATMEL
766         tristate "WM97xx Atmel accelerated touch"
767         depends on TOUCHSCREEN_WM97XX && AVR32
768         help
769           Say Y here for support for streaming mode with WM97xx touchscreens
770           on Atmel AT91 or AVR32 systems with an AC97C module.
771
772           Be aware that this will use channel B in the controller for
773           streaming data, this must not conflict with other AC97C drivers.
774
775           If unsure, say N.
776
777           To compile this driver as a module, choose M here: the module will
778           be called atmel-wm97xx.
779
780 config TOUCHSCREEN_WM97XX_MAINSTONE
781         tristate "WM97xx Mainstone/Palm accelerated touch"
782         depends on TOUCHSCREEN_WM97XX && ARCH_PXA
783         help
784           Say Y here for support for streaming mode with WM97xx touchscreens
785           on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
786
787           If unsure, say N.
788
789           To compile this driver as a module, choose M here: the
790           module will be called mainstone-wm97xx.
791
792 config TOUCHSCREEN_WM97XX_ZYLONITE
793         tristate "Zylonite accelerated touch"
794         depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
795         select TOUCHSCREEN_WM9713
796         help
797           Say Y here for support for streaming mode with the touchscreen
798           on Zylonite systems.
799
800           If unsure, say N.
801
802           To compile this driver as a module, choose M here: the
803           module will be called zylonite-wm97xx.
804
805 config TOUCHSCREEN_USB_COMPOSITE
806         tristate "USB Touchscreen Driver"
807         depends on USB_ARCH_HAS_HCD
808         select USB
809         help
810           USB Touchscreen driver for:
811           - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
812           - PanJit TouchSet USB
813           - 3M MicroTouch USB (EX II series)
814           - ITM
815           - some other eTurboTouch
816           - Gunze AHL61
817           - DMC TSC-10/25
818           - IRTOUCHSYSTEMS/UNITOP
819           - IdealTEK URTC1000
820           - GoTop Super_Q2/GogoPen/PenPower tablets
821           - JASTEC USB Touch Controller/DigiTech DTR-02U
822           - Zytronic controllers
823           - Elo TouchSystems 2700 IntelliTouch
824           - EasyTouch USB Touch Controller from Data Modul
825           - e2i (Mimo monitors)
826
827           Have a look at <http://linux.chapter7.ch/touchkit/> for
828           a usage description and the required user-space stuff.
829
830           To compile this driver as a module, choose M here: the
831           module will be called usbtouchscreen.
832
833 config TOUCHSCREEN_MC13783
834         tristate "Freescale MC13783 touchscreen input driver"
835         depends on MFD_MC13XXX
836         help
837           Say Y here if you have an Freescale MC13783 PMIC on your
838           board and want to use its touchscreen
839
840           If unsure, say N.
841
842           To compile this driver as a module, choose M here: the
843           module will be called mc13783_ts.
844
845 config TOUCHSCREEN_USB_EGALAX
846         default y
847         bool "eGalax, eTurboTouch CT-410/510/700 device support" if EXPERT
848         depends on TOUCHSCREEN_USB_COMPOSITE
849
850 config TOUCHSCREEN_USB_PANJIT
851         default y
852         bool "PanJit device support" if EXPERT
853         depends on TOUCHSCREEN_USB_COMPOSITE
854
855 config TOUCHSCREEN_USB_3M
856         default y
857         bool "3M/Microtouch EX II series device support" if EXPERT
858         depends on TOUCHSCREEN_USB_COMPOSITE
859
860 config TOUCHSCREEN_USB_ITM
861         default y
862         bool "ITM device support" if EXPERT
863         depends on TOUCHSCREEN_USB_COMPOSITE
864
865 config TOUCHSCREEN_USB_ETURBO
866         default y
867         bool "eTurboTouch (non-eGalax compatible) device support" if EXPERT
868         depends on TOUCHSCREEN_USB_COMPOSITE
869
870 config TOUCHSCREEN_USB_GUNZE
871         default y
872         bool "Gunze AHL61 device support" if EXPERT
873         depends on TOUCHSCREEN_USB_COMPOSITE
874
875 config TOUCHSCREEN_USB_DMC_TSC10
876         default y
877         bool "DMC TSC-10/25 device support" if EXPERT
878         depends on TOUCHSCREEN_USB_COMPOSITE
879
880 config TOUCHSCREEN_USB_IRTOUCH
881         default y
882         bool "IRTOUCHSYSTEMS/UNITOP device support" if EXPERT
883         depends on TOUCHSCREEN_USB_COMPOSITE
884
885 config TOUCHSCREEN_USB_IDEALTEK
886         default y
887         bool "IdealTEK URTC1000 device support" if EXPERT
888         depends on TOUCHSCREEN_USB_COMPOSITE
889
890 config TOUCHSCREEN_USB_GENERAL_TOUCH
891         default y
892         bool "GeneralTouch Touchscreen device support" if EXPERT
893         depends on TOUCHSCREEN_USB_COMPOSITE
894
895 config TOUCHSCREEN_USB_GOTOP
896         default y
897         bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EXPERT
898         depends on TOUCHSCREEN_USB_COMPOSITE
899
900 config TOUCHSCREEN_USB_JASTEC
901         default y
902         bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT
903         depends on TOUCHSCREEN_USB_COMPOSITE
904
905 config TOUCHSCREEN_USB_ELO
906         default y
907         bool "Elo TouchSystems 2700 IntelliTouch controller device support" if EXPERT
908         depends on TOUCHSCREEN_USB_COMPOSITE
909
910 config TOUCHSCREEN_USB_E2I
911         default y
912         bool "e2i Touchscreen controller (e.g. from Mimo 740)" if EXPERT
913         depends on TOUCHSCREEN_USB_COMPOSITE
914
915 config TOUCHSCREEN_USB_ZYTRONIC
916         default y
917         bool "Zytronic controller" if EXPERT
918         depends on TOUCHSCREEN_USB_COMPOSITE
919
920 config TOUCHSCREEN_USB_ETT_TC45USB
921         default y
922         bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EXPERT
923         depends on TOUCHSCREEN_USB_COMPOSITE
924
925 config TOUCHSCREEN_USB_NEXIO
926         default y
927         bool "NEXIO/iNexio device support" if EXPERT
928         depends on TOUCHSCREEN_USB_COMPOSITE
929
930 config TOUCHSCREEN_USB_EASYTOUCH
931         default y
932         bool "EasyTouch USB Touch controller device support" if EMBEDDED
933         depends on TOUCHSCREEN_USB_COMPOSITE
934         help
935           Say Y here if you have an EasyTouch USB Touch controller.
936           If unsure, say N.
937
938 config TOUCHSCREEN_TOUCHIT213
939         tristate "Sahara TouchIT-213 touchscreen"
940         select SERIO
941         help
942           Say Y here if you have a Sahara TouchIT-213 Tablet PC.
943
944           If unsure, say N.
945
946           To compile this driver as a module, choose M here: the
947           module will be called touchit213.
948
949 config TOUCHSCREEN_TSC_SERIO
950         tristate "TSC-10/25/40 serial touchscreen support"
951         select SERIO
952         help
953           Say Y here if you have a TSC-10, 25 or 40 serial touchscreen connected
954           to your system.
955
956           If unsure, say N.
957
958           To compile this driver as a module, choose M here: the
959           module will be called tsc40.
960
961 config TOUCHSCREEN_TSC200X_CORE
962         tristate
963
964 config TOUCHSCREEN_TSC2004
965         tristate "TSC2004 based touchscreens"
966         depends on I2C
967         select REGMAP_I2C
968         select TOUCHSCREEN_TSC200X_CORE
969         help
970           Say Y here if you have a TSC2004 based touchscreen.
971
972           If unsure, say N.
973
974           To compile this driver as a module, choose M here: the
975           module will be called tsc2004.
976
977 config TOUCHSCREEN_TSC2005
978         tristate "TSC2005 based touchscreens"
979         depends on SPI_MASTER
980         select REGMAP_SPI
981         select TOUCHSCREEN_TSC200X_CORE
982         help
983           Say Y here if you have a TSC2005 based touchscreen.
984
985           If unsure, say N.
986
987           To compile this driver as a module, choose M here: the
988           module will be called tsc2005.
989
990 config TOUCHSCREEN_TSC2007
991         tristate "TSC2007 based touchscreens"
992         depends on I2C
993         help
994           Say Y here if you have a TSC2007 based touchscreen.
995
996           If unsure, say N.
997
998           To compile this driver as a module, choose M here: the
999           module will be called tsc2007.
1000
1001 config TOUCHSCREEN_W90X900
1002         tristate "W90P910 touchscreen driver"
1003         depends on ARCH_W90X900
1004         help
1005           Say Y here if you have a W90P910 based touchscreen.
1006
1007           To compile this driver as a module, choose M here: the
1008           module will be called w90p910_ts.
1009
1010 config TOUCHSCREEN_PCAP
1011         tristate "Motorola PCAP touchscreen"
1012         depends on EZX_PCAP
1013         help
1014           Say Y here if you have a Motorola EZX telephone and
1015           want to enable support for the built-in touchscreen.
1016
1017           To compile this driver as a module, choose M here: the
1018           module will be called pcap_ts.
1019
1020 config TOUCHSCREEN_ST1232
1021         tristate "Sitronix ST1232 touchscreen controllers"
1022         depends on I2C
1023         help
1024           Say Y here if you want to support Sitronix ST1232
1025           touchscreen controller.
1026
1027           If unsure, say N.
1028
1029           To compile this driver as a module, choose M here: the
1030           module will be called st1232_ts.
1031
1032 config TOUCHSCREEN_STMPE
1033         tristate "STMicroelectronics STMPE touchscreens"
1034         depends on MFD_STMPE
1035         depends on (OF || COMPILE_TEST)
1036         help
1037           Say Y here if you want support for STMicroelectronics
1038           STMPE touchscreen controllers.
1039
1040           To compile this driver as a module, choose M here: the
1041           module will be called stmpe-ts.
1042
1043 config TOUCHSCREEN_SUN4I
1044         tristate "Allwinner sun4i resistive touchscreen controller support"
1045         depends on ARCH_SUNXI || COMPILE_TEST
1046         depends on HWMON
1047         depends on THERMAL || !THERMAL_OF
1048         help
1049           This selects support for the resistive touchscreen controller
1050           found on Allwinner sunxi SoCs.
1051
1052           To compile this driver as a module, choose M here: the
1053           module will be called sun4i-ts.
1054
1055 config TOUCHSCREEN_SUR40
1056         tristate "Samsung SUR40 (Surface 2.0/PixelSense) touchscreen"
1057         depends on USB && MEDIA_USB_SUPPORT && HAS_DMA
1058         depends on VIDEO_V4L2
1059         select INPUT_POLLDEV
1060         select VIDEOBUF2_DMA_SG
1061         help
1062           Say Y here if you want support for the Samsung SUR40 touchscreen
1063           (also known as Microsoft Surface 2.0 or Microsoft PixelSense).
1064
1065           To compile this driver as a module, choose M here: the
1066           module will be called sur40.
1067
1068 config TOUCHSCREEN_SX8654
1069         tristate "Semtech SX8654 touchscreen"
1070         depends on I2C
1071         help
1072           Say Y here if you have a Semtech SX8654 touchscreen controller.
1073
1074           If unsure, say N
1075
1076           To compile this driver as a module, choose M here: the
1077           module will be called sx8654.
1078
1079 config TOUCHSCREEN_TPS6507X
1080         tristate "TPS6507x based touchscreens"
1081         depends on I2C
1082         select INPUT_POLLDEV
1083         help
1084           Say Y here if you have a TPS6507x based touchscreen
1085           controller.
1086
1087           If unsure, say N.
1088
1089           To compile this driver as a module, choose M here: the
1090           module will be called tps6507x_ts.
1091
1092 config TOUCHSCREEN_ZFORCE
1093         tristate "Neonode zForce infrared touchscreens"
1094         depends on I2C
1095         depends on GPIOLIB || COMPILE_TEST
1096         help
1097           Say Y here if you have a touchscreen using the zforce
1098           infraread technology from Neonode.
1099
1100           If unsure, say N.
1101
1102           To compile this driver as a module, choose M here: the
1103           module will be called zforce_ts.
1104
1105 config TOUCHSCREEN_COLIBRI_VF50
1106         tristate "Toradex Colibri on board touchscreen driver"
1107         depends on GPIOLIB && IIO && VF610_ADC
1108         help
1109           Say Y here if you have a Colibri VF50 and plan to use
1110           the on-board provided 4-wire touchscreen driver.
1111
1112           If unsure, say N.
1113
1114           To compile this driver as a module, choose M here: the
1115           module will be called colibri_vf50_ts.
1116
1117 config TOUCHSCREEN_ROHM_BU21023
1118         tristate "ROHM BU21023/24 Dual touch support resistive touchscreens"
1119         depends on I2C
1120         help
1121           Say Y here if you have a touchscreen using ROHM BU21023/24.
1122
1123           If unsure, say N.
1124
1125           To compile this driver as a module, choose M here: the
1126           module will be called bu21023_ts.
1127
1128 endif