blob: 25287e80e236727f70bffef85bc0a6d782c44543 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -04002# Touchscreen driver configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
4menuconfig 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
12if INPUT_TOUCHSCREEN
13
David Brownellffa458c2006-01-08 13:34:21 -080014config TOUCHSCREEN_ADS7846
David Brownellbff0de52007-05-22 23:28:40 -040015 tristate "ADS7846/TSC2046 and ADS7843 based touchscreens"
David Brownellffa458c2006-01-08 13:34:21 -080016 depends on SPI_MASTER
David Brownell2c8dc072007-01-18 00:45:48 -050017 depends on HWMON = n || HWMON
David Brownellffa458c2006-01-08 13:34:21 -080018 help
19 Say Y here if you have a touchscreen interface using the
David Brownellbff0de52007-05-22 23:28:40 -040020 ADS7846/TSC2046 or ADS7843 controller, and your board-specific
21 setup code includes that in its table of SPI devices.
David Brownellffa458c2006-01-08 13:34:21 -080022
David Brownell2c8dc072007-01-18 00:45:48 -050023 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
David Brownellbff0de52007-05-22 23:28:40 -040025 (and on ads7846/tsc2046, temperature) sensors of this chip.
David Brownell2c8dc072007-01-18 00:45:48 -050026
David Brownellffa458c2006-01-08 13:34:21 -080027 If unsure, say N (but it's safe to say "Y").
28
29 To compile this driver as a module, choose M here: the
30 module will be called ads7846.
31
Linus Torvalds1da177e2005-04-16 15:20:36 -070032config TOUCHSCREEN_BITSY
33 tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
34 depends on SA1100_BITSY
35 select SERIO
36 help
37 Say Y here if you have the h3600 (Bitsy) touchscreen.
38
39 If unsure, say N.
40
41 To compile this driver as a module, choose M here: the
42 module will be called h3600_ts_input.
43
44config TOUCHSCREEN_CORGI
Richard Purdie513b6e12005-09-13 01:25:33 -070045 tristate "SharpSL (Corgi and Spitz series) touchscreen driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 depends on PXA_SHARPSL
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -040047 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -070048 help
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -040049 Say Y here to enable the driver for the touchscreen on the
Richard Purdie513b6e12005-09-13 01:25:33 -070050 Sharp SL-C7xx and SL-Cxx00 series of PDAs.
Linus Torvalds1da177e2005-04-16 15:20:36 -070051
52 If unsure, say N.
53
54 To compile this driver as a module, choose M here: the
Richard Purdie513b6e12005-09-13 01:25:33 -070055 module will be called corgi_ts.
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
Dmitry Torokhov85f202d2007-07-18 00:37:01 -040057config TOUCHSCREEN_FUJITSU
58 tristate "Fujitsu serial touchscreen"
59 select SERIO
60 help
61 Say Y here if you have the Fujitsu touchscreen (such as one
62 installed in Lifebook P series laptop) connected to your
63 system.
64
65 If unsure, say N.
66
67 To compile this driver as a module, choose M here: the
68 module will be called fujitsu-ts.
69
Linus Torvalds1da177e2005-04-16 15:20:36 -070070config TOUCHSCREEN_GUNZE
71 tristate "Gunze AHL-51S touchscreen"
72 select SERIO
73 help
74 Say Y here if you have the Gunze AHL-51 touchscreen connected to
75 your system.
76
77 If unsure, say N.
78
79 To compile this driver as a module, choose M here: the
80 module will be called gunze.
81
82config TOUCHSCREEN_ELO
83 tristate "Elo serial touchscreens"
84 select SERIO
85 help
86 Say Y here if you have an Elo serial touchscreen connected to
87 your system.
88
89 If unsure, say N.
90
91 To compile this driver as a module, choose M here: the
Michael Prokop153ab422005-07-11 01:09:10 -050092 module will be called elo.
Linus Torvalds1da177e2005-04-16 15:20:36 -070093
94config TOUCHSCREEN_MTOUCH
95 tristate "MicroTouch serial touchscreens"
96 select SERIO
97 help
98 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
99 your system.
100
101 If unsure, say N.
102
103 To compile this driver as a module, choose M here: the
104 module will be called mtouch.
105
Richard Lemon3cadd2d2008-06-26 10:10:41 -0400106config TOUCHSCREEN_INEXIO
107 tristate "iNexio serial touchscreens"
108 select SERIO
109 help
110 Say Y here if you have an iNexio serial touchscreen connected to
111 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 inexio.
117
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118config TOUCHSCREEN_MK712
119 tristate "ICS MicroClock MK712 touchscreen"
120 help
121 Say Y here if you have the ICS MicroClock MK712 touchscreen
122 controller chip in your system.
123
124 If unsure, say N.
125
126 To compile this driver as a module, choose M here: the
127 module will be called mk712.
128
129config TOUCHSCREEN_HP600
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500130 tristate "HP Jornada 6xx touchscreen"
Paul Mundt00258352006-01-16 22:14:08 -0800131 depends on SH_HP6XX && SH_ADC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132 help
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500133 Say Y here if you have a HP Jornada 620/660/680/690 and want to
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134 support the built-in touchscreen.
135
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 To compile this driver as a module, choose M here: the
137 module will be called hp680_ts_input.
138
Kristoffer Ericson5637f022007-09-26 00:02:56 -0400139config TOUCHSCREEN_HP7XX
Kristoffer Ericson4ff891e2008-01-14 00:54:23 -0500140 tristate "HP Jornada 7xx touchscreen"
Kristoffer Ericson5637f022007-09-26 00:02:56 -0400141 depends on SA1100_JORNADA720_SSP
142 help
143 Say Y here if you have a HP Jornada 710/720/728 and want
144 to support the built-in touchscreen.
145
146 To compile this driver as a module, choose M here: the
147 module will be called jornada720_ts.
148
Pau Oliva Fora5a18c342008-06-02 00:38:35 -0400149config TOUCHSCREEN_HTCPEN
150 tristate "HTC Shift X9500 touchscreen"
151 depends on ISA
152 help
153 Say Y here if you have an HTC Shift UMPC also known as HTC X9500
154 Clio / Shangrila and want to support the built-in touchscreen.
155
156 If unsure, say N.
157
158 To compile this driver as a module, choose M here: the
159 module will be called htcpen.
160
Rick Kochee479992006-08-05 00:32:18 -0400161config TOUCHSCREEN_PENMOUNT
162 tristate "Penmount serial touchscreen"
163 select SERIO
164 help
165 Say Y here if you have a Penmount serial touchscreen connected to
166 your system.
167
168 If unsure, say N.
169
170 To compile this driver as a module, choose M here: the
171 module will be called penmount.
172
Magnus Damm885c3162008-05-07 11:15:02 -0400173config TOUCHSCREEN_MIGOR
174 tristate "Renesas MIGO-R touchscreen"
175 depends on SH_MIGOR && I2C
176 help
177 Say Y here to enable MIGO-R touchscreen support.
178
179 If unsure, say N.
180
181 To compile this driver as a module, choose M here: the
182 module will be called migor_ts.
183
Rick Koch4003dff2006-08-05 00:32:24 -0400184config TOUCHSCREEN_TOUCHRIGHT
185 tristate "Touchright serial touchscreen"
186 select SERIO
187 help
188 Say Y here if you have a Touchright serial touchscreen connected to
189 your system.
190
191 If unsure, say N.
192
193 To compile this driver as a module, choose M here: the
194 module will be called touchright.
195
Rick Koch11ea3172006-08-05 00:32:30 -0400196config TOUCHSCREEN_TOUCHWIN
197 tristate "Touchwin serial touchscreen"
198 select SERIO
199 help
200 Say Y here if you have a Touchwin serial touchscreen connected to
201 your system.
202
203 If unsure, say N.
204
205 To compile this driver as a module, choose M here: the
206 module will be called touchwin.
207
Dan Liang72d18a72008-07-23 21:27:25 -0400208config TOUCHSCREEN_ATMEL_TSADCC
209 tristate "Atmel Touchscreen Interface"
210 depends on ARCH_AT91SAM9RL
211 help
212 Say Y here if you have a 4-wire touchscreen connected to the
213 ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
214
215 If unsure, say N.
216
217 To compile this driver as a module, choose M here: the
218 module will be called atmel_tsadcc.
219
Nicolas Pitref40219b2006-11-17 01:07:26 -0500220config TOUCHSCREEN_UCB1400
221 tristate "Philips UCB1400 touchscreen"
Nicolas Pitree1036502006-12-12 13:32:29 -0500222 select AC97_BUS
Nicolas Pitref40219b2006-11-17 01:07:26 -0500223 help
224 This enables support for the Philips UCB1400 touchscreen interface.
225 The UCB1400 is an AC97 audio codec. The touchscreen interface
226 will be initialized only after the ALSA subsystem has been
227 brought up and the UCB1400 detected. You therefore have to
228 configure ALSA support as well (either built-in or modular,
229 independently of whether this driver is itself built-in or
230 modular) for this driver to work.
231
232 To compile this driver as a module, choose M here: the
233 module will be called ucb1400_ts.
234
Mark Brownfebf1df2008-04-02 00:51:09 -0400235config TOUCHSCREEN_WM97XX
236 tristate "Support for WM97xx AC97 touchscreen controllers"
237 depends on AC97_BUS
238 help
239 Say Y here if you have a Wolfson Microelectronics WM97xx
240 touchscreen connected to your system. Note that this option
241 only enables core driver, you will also need to select
242 support for appropriate chip below.
243
244 If unsure, say N.
245
246 To compile this driver as a module, choose M here: the
247 module will be called wm97xx-ts.
248
Mark Brown9448cef2008-04-02 00:51:21 -0400249config TOUCHSCREEN_WM9705
250 bool "WM9705 Touchscreen interface support"
251 depends on TOUCHSCREEN_WM97XX
Mark Brown558a1712008-07-29 01:14:59 -0400252 default y
Mark Brown9448cef2008-04-02 00:51:21 -0400253 help
Mark Brown558a1712008-07-29 01:14:59 -0400254 Say Y here to enable support for the Wolfson Microelectronics
255 WM9705 touchscreen controller.
Mark Brown9448cef2008-04-02 00:51:21 -0400256
Mark Brownde22b9e2008-04-02 00:51:26 -0400257config TOUCHSCREEN_WM9712
258 bool "WM9712 Touchscreen interface support"
259 depends on TOUCHSCREEN_WM97XX
Mark Brown558a1712008-07-29 01:14:59 -0400260 default y
Mark Brownde22b9e2008-04-02 00:51:26 -0400261 help
Mark Brown558a1712008-07-29 01:14:59 -0400262 Say Y here to enable support for the Wolfson Microelectronics
263 WM9712 touchscreen controller.
Mark Brownde22b9e2008-04-02 00:51:26 -0400264
Mark Browndca98e92008-04-02 00:51:30 -0400265config TOUCHSCREEN_WM9713
266 bool "WM9713 Touchscreen interface support"
267 depends on TOUCHSCREEN_WM97XX
Mark Brown558a1712008-07-29 01:14:59 -0400268 default y
Mark Browndca98e92008-04-02 00:51:30 -0400269 help
Mark Brown558a1712008-07-29 01:14:59 -0400270 Say Y here to enable support for the Wolfson Microelectronics
271 WM9713 touchscreen controller.
Mark Browndca98e92008-04-02 00:51:30 -0400272
Mark Brown4db8a5f2008-04-02 00:51:46 -0400273config TOUCHSCREEN_WM97XX_MAINSTONE
274 tristate "WM97xx Mainstone accelerated touch"
275 depends on TOUCHSCREEN_WM97XX && ARCH_PXA
276 help
277 Say Y here for support for streaming mode with WM97xx touchscreens
278 on Mainstone systems.
279
280 If unsure, say N.
281
282 To compile this driver as a module, choose M here: the
283 module will be called mainstone-wm97xx.
284
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400285config TOUCHSCREEN_USB_COMPOSITE
286 tristate "USB Touchscreen Driver"
Al Viro7a86ede2007-05-15 20:36:20 +0100287 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400288 select USB
289 help
290 USB Touchscreen driver for:
291 - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
292 - PanJit TouchSet USB
293 - 3M MicroTouch USB (EX II series)
294 - ITM
295 - some other eTurboTouch
296 - Gunze AHL61
297 - DMC TSC-10/25
Ondrej Zarydf561fc2007-07-03 01:55:03 -0400298 - IRTOUCHSYSTEMS/UNITOP
Ondrej Zarya14a8402007-09-04 23:45:01 -0400299 - IdealTEK URTC1000
Jerrold Jones14e40202007-10-22 00:59:47 -0400300 - GoTop Super_Q2/GogoPen/PenPower tablets
Dmitry Torokhovd05e84e2007-05-07 16:38:49 -0400301
302 Have a look at <http://linux.chapter7.ch/touchkit/> for
303 a usage description and the required user-space stuff.
304
305 To compile this driver as a module, choose M here: the
306 module will be called usbtouchscreen.
307
308config TOUCHSCREEN_USB_EGALAX
309 default y
310 bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
311 depends on TOUCHSCREEN_USB_COMPOSITE
312
313config TOUCHSCREEN_USB_PANJIT
314 default y
315 bool "PanJit device support" if EMBEDDED
316 depends on TOUCHSCREEN_USB_COMPOSITE
317
318config TOUCHSCREEN_USB_3M
319 default y
320 bool "3M/Microtouch EX II series device support" if EMBEDDED
321 depends on TOUCHSCREEN_USB_COMPOSITE
322
323config TOUCHSCREEN_USB_ITM
324 default y
325 bool "ITM device support" if EMBEDDED
326 depends on TOUCHSCREEN_USB_COMPOSITE
327
328config TOUCHSCREEN_USB_ETURBO
329 default y
330 bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
331 depends on TOUCHSCREEN_USB_COMPOSITE
332
333config TOUCHSCREEN_USB_GUNZE
334 default y
335 bool "Gunze AHL61 device support" if EMBEDDED
336 depends on TOUCHSCREEN_USB_COMPOSITE
337
338config TOUCHSCREEN_USB_DMC_TSC10
339 default y
340 bool "DMC TSC-10/25 device support" if EMBEDDED
341 depends on TOUCHSCREEN_USB_COMPOSITE
342
Ondrej Zarydf561fc2007-07-03 01:55:03 -0400343config TOUCHSCREEN_USB_IRTOUCH
344 default y
345 bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
346 depends on TOUCHSCREEN_USB_COMPOSITE
347
Ondrej Zarya14a8402007-09-04 23:45:01 -0400348config TOUCHSCREEN_USB_IDEALTEK
349 default y
350 bool "IdealTEK URTC1000 device support" if EMBEDDED
351 depends on TOUCHSCREEN_USB_COMPOSITE
352
Ilya Frolov9d5657d2007-10-12 14:19:40 -0400353config TOUCHSCREEN_USB_GENERAL_TOUCH
354 default y
355 bool "GeneralTouch Touchscreen device support" if EMBEDDED
356 depends on TOUCHSCREEN_USB_COMPOSITE
357
Jerrold Jones14e40202007-10-22 00:59:47 -0400358config TOUCHSCREEN_USB_GOTOP
359 default y
360 bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
361 depends on TOUCHSCREEN_USB_COMPOSITE
362
Claudio Nieder73422392008-07-07 11:56:30 -0400363config TOUCHSCREEN_TOUCHIT213
364 tristate "Sahara TouchIT-213 touchscreen"
365 select SERIO
366 help
367 Say Y here if you have a Sahara TouchIT-213 Tablet PC.
368
369 If unsure, say N.
370
371 To compile this driver as a module, choose M here: the
372 module will be called touchit213.
373
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374endif