2 # Touchscreen driver configuration
4 menuconfig INPUT_TOUCHSCREEN
7 Say Y here, and a list of supported touchscreens will be displayed.
8 This option doesn't affect the kernel.
14 config TOUCHSCREEN_ADS7846
15 tristate "ADS7846/TSC2046 and ADS7843 based touchscreens"
17 depends on HWMON = n || HWMON
19 Say Y here if you have a touchscreen interface using the
20 ADS7846/TSC2046 or ADS7843 controller, and your board-specific
21 setup code includes that in its table of SPI devices.
23 If HWMON is selected, and the driver is told the reference voltage
24 on your board, you will also get hwmon interfaces for the voltage
25 (and on ads7846/tsc2046, temperature) sensors of this chip.
27 If unsure, say N (but it's safe to say "Y").
29 To compile this driver as a module, choose M here: the
30 module will be called ads7846.
32 config TOUCHSCREEN_BITSY
33 tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
34 depends on SA1100_BITSY
37 Say Y here if you have the h3600 (Bitsy) touchscreen.
41 To compile this driver as a module, choose M here: the
42 module will be called h3600_ts_input.
44 config TOUCHSCREEN_CORGI
45 tristate "SharpSL (Corgi and Spitz series) touchscreen driver"
46 depends on PXA_SHARPSL
49 Say Y here to enable the driver for the touchscreen on the
50 Sharp SL-C7xx and SL-Cxx00 series of PDAs.
54 To compile this driver as a module, choose M here: the
55 module will be called corgi_ts.
57 config TOUCHSCREEN_FUJITSU
58 tristate "Fujitsu serial touchscreen"
61 Say Y here if you have the Fujitsu touchscreen (such as one
62 installed in Lifebook P series laptop) connected to your
67 To compile this driver as a module, choose M here: the
68 module will be called fujitsu-ts.
70 config TOUCHSCREEN_GUNZE
71 tristate "Gunze AHL-51S touchscreen"
74 Say Y here if you have the Gunze AHL-51 touchscreen connected to
79 To compile this driver as a module, choose M here: the
80 module will be called gunze.
82 config TOUCHSCREEN_ELO
83 tristate "Elo serial touchscreens"
86 Say Y here if you have an Elo serial touchscreen connected to
91 To compile this driver as a module, choose M here: the
92 module will be called elo.
94 config TOUCHSCREEN_MTOUCH
95 tristate "MicroTouch serial touchscreens"
98 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
103 To compile this driver as a module, choose M here: the
104 module will be called mtouch.
106 config TOUCHSCREEN_MK712
107 tristate "ICS MicroClock MK712 touchscreen"
109 Say Y here if you have the ICS MicroClock MK712 touchscreen
110 controller chip in your system.
114 To compile this driver as a module, choose M here: the
115 module will be called mk712.
117 config TOUCHSCREEN_HP600
118 tristate "HP Jornada 680/690 touchscreen"
119 depends on SH_HP6XX && SH_ADC
121 Say Y here if you have a HP Jornada 680 or 690 and want to
122 support the built-in touchscreen.
126 To compile this driver as a module, choose M here: the
127 module will be called hp680_ts_input.
129 config TOUCHSCREEN_PENMOUNT
130 tristate "Penmount serial touchscreen"
133 Say Y here if you have a Penmount serial touchscreen connected to
138 To compile this driver as a module, choose M here: the
139 module will be called penmount.
141 config TOUCHSCREEN_TOUCHRIGHT
142 tristate "Touchright serial touchscreen"
145 Say Y here if you have a Touchright serial touchscreen connected to
150 To compile this driver as a module, choose M here: the
151 module will be called touchright.
153 config TOUCHSCREEN_TOUCHWIN
154 tristate "Touchwin serial touchscreen"
157 Say Y here if you have a Touchwin serial touchscreen connected to
162 To compile this driver as a module, choose M here: the
163 module will be called touchwin.
165 config TOUCHSCREEN_UCB1400
166 tristate "Philips UCB1400 touchscreen"
169 This enables support for the Philips UCB1400 touchscreen interface.
170 The UCB1400 is an AC97 audio codec. The touchscreen interface
171 will be initialized only after the ALSA subsystem has been
172 brought up and the UCB1400 detected. You therefore have to
173 configure ALSA support as well (either built-in or modular,
174 independently of whether this driver is itself built-in or
175 modular) for this driver to work.
177 To compile this driver as a module, choose M here: the
178 module will be called ucb1400_ts.
180 config TOUCHSCREEN_USB_COMPOSITE
181 tristate "USB Touchscreen Driver"
182 depends on USB_ARCH_HAS_HCD
185 USB Touchscreen driver for:
186 - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
187 - PanJit TouchSet USB
188 - 3M MicroTouch USB (EX II series)
190 - some other eTurboTouch
193 - IRTOUCHSYSTEMS/UNITOP
195 Have a look at <http://linux.chapter7.ch/touchkit/> for
196 a usage description and the required user-space stuff.
198 To compile this driver as a module, choose M here: the
199 module will be called usbtouchscreen.
201 config TOUCHSCREEN_USB_EGALAX
203 bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
204 depends on TOUCHSCREEN_USB_COMPOSITE
206 config TOUCHSCREEN_USB_PANJIT
208 bool "PanJit device support" if EMBEDDED
209 depends on TOUCHSCREEN_USB_COMPOSITE
211 config TOUCHSCREEN_USB_3M
213 bool "3M/Microtouch EX II series device support" if EMBEDDED
214 depends on TOUCHSCREEN_USB_COMPOSITE
216 config TOUCHSCREEN_USB_ITM
218 bool "ITM device support" if EMBEDDED
219 depends on TOUCHSCREEN_USB_COMPOSITE
221 config TOUCHSCREEN_USB_ETURBO
223 bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
224 depends on TOUCHSCREEN_USB_COMPOSITE
226 config TOUCHSCREEN_USB_GUNZE
228 bool "Gunze AHL61 device support" if EMBEDDED
229 depends on TOUCHSCREEN_USB_COMPOSITE
231 config TOUCHSCREEN_USB_DMC_TSC10
233 bool "DMC TSC-10/25 device support" if EMBEDDED
234 depends on TOUCHSCREEN_USB_COMPOSITE
236 config TOUCHSCREEN_USB_IRTOUCH
238 bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
239 depends on TOUCHSCREEN_USB_COMPOSITE