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