blob: 3ca64c3cada30970d34625249e3c6ddc0d99c997 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# USB Input driver configuration
3#
4comment "USB Input Devices"
5 depends on USB
6
7config USB_HID
8 tristate "USB Human Interface Device (full HID) support"
9 depends on USB
10 ---help---
11 Say Y here if you want full HID support to connect keyboards,
12 mice, joysticks, graphic tablets, or any other HID based devices
13 to your computer via USB. You also need to select HID Input layer
14 support (below) if you want to use keyboards, mice, joysticks and
15 the like ... as well as Uninterruptible Power Supply (UPS) and
16 monitor control devices.
17
18 You can't use this driver and the HIDBP (Boot Protocol) keyboard
19 and mouse drivers at the same time. More information is available:
20 <file:Documentation/input/input.txt>.
21
22 If unsure, say Y.
23
24 To compile this driver as a module, choose M here: the
25 module will be called usbhid.
26
27comment "Input core support is needed for USB HID input layer or HIDBP support"
28 depends on USB_HID && INPUT=n
29
30config USB_HIDINPUT
31 bool "HID input layer support"
32 default y
33 depends on INPUT && USB_HID
34 help
35 Say Y here if you want to use a USB keyboard, mouse or joystick,
36 or any other HID input device.
37
38 If unsure, say Y.
39
Michael Hanselmanneab9edd2006-01-14 10:08:06 -050040config USB_HIDINPUT_POWERBOOK
41 bool "Enable support for iBook/PowerBook special keys"
42 default n
43 depends on USB_HIDINPUT
44 help
45 Say Y here if you want support for the special keys (Fn, Numlock) on
46 Apple iBooks and PowerBooks.
47
48 If unsure, say N.
49
Linus Torvalds1da177e2005-04-16 15:20:36 -070050config HID_FF
51 bool "Force feedback support (EXPERIMENTAL)"
52 depends on USB_HIDINPUT && EXPERIMENTAL
53 help
54 Say Y here is you want force feedback support for a few HID devices.
55 See below for a list of supported devices.
56
57 See <file:Documentation/input/ff.txt> for a description of the force
58 feedback API.
59
60 If unsure, say N.
61
62config HID_PID
Anssi Hannula224ee882006-07-19 01:40:47 -040063 bool "PID device support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070064 depends on HID_FF
65 help
Anssi Hannula224ee882006-07-19 01:40:47 -040066 Say Y here if you have a PID-compliant device and wish to enable force
67 feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such
68 devices.
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
70config LOGITECH_FF
71 bool "Logitech WingMan *3D support"
72 depends on HID_FF
Anssi Hannuladc76c912006-07-19 01:40:55 -040073 select INPUT_FF_MEMLESS if USB_HID
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 help
75 Say Y here if you have one of these devices:
76 - Logitech WingMan Cordless RumblePad
77 - Logitech WingMan Force 3D
78 and if you want to enable force feedback for them.
79 Note: if you say N here, this device will still be supported, but without
80 force feedback.
81
82config THRUSTMASTER_FF
83 bool "ThrustMaster FireStorm Dual Power 2 support (EXPERIMENTAL)"
84 depends on HID_FF && EXPERIMENTAL
Anssi Hannuladc76c912006-07-19 01:40:55 -040085 select INPUT_FF_MEMLESS if USB_HID
Linus Torvalds1da177e2005-04-16 15:20:36 -070086 help
87 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2,
88 and want to enable force feedback support for it.
89 Note: if you say N here, this device will still be supported, but without
90 force feedback.
91
92config USB_HIDDEV
93 bool "/dev/hiddev raw HID device support"
94 depends on USB_HID
95 help
96 Say Y here if you want to support HID devices (from the USB
97 specification standpoint) that aren't strictly user interface
98 devices, like monitor controls and Uninterruptable Power Supplies.
99
100 This module supports these devices separately using a separate
101 event interface on /dev/usb/hiddevX (char 180:96 to 180:111).
102
103 If unsure, say Y.
104
105menu "USB HID Boot Protocol drivers"
106 depends on USB!=n && USB_HID!=y
107
108config USB_KBD
109 tristate "USB HIDBP Keyboard (simple Boot) support"
110 depends on USB && INPUT
111 ---help---
112 Say Y here only if you are absolutely sure that you don't want
113 to use the generic HID driver for your USB keyboard and prefer
114 to use the keyboard in its limited Boot Protocol mode instead.
115
116 This is almost certainly not what you want. This is mostly
117 useful for embedded applications or simple keyboards.
118
119 To compile this driver as a module, choose M here: the
120 module will be called usbkbd.
121
122 If even remotely unsure, say N.
123
124config USB_MOUSE
125 tristate "USB HIDBP Mouse (simple Boot) support"
126 depends on USB && INPUT
127 ---help---
128 Say Y here only if you are absolutely sure that you don't want
129 to use the generic HID driver for your USB mouse and prefer
130 to use the mouse in its limited Boot Protocol mode instead.
131
132 This is almost certainly not what you want. This is mostly
133 useful for embedded applications or simple mice.
134
135 To compile this driver as a module, choose M here: the
136 module will be called usbmouse.
137
138 If even remotely unsure, say N.
139
140endmenu
141
142config USB_AIPTEK
143 tristate "Aiptek 6000U/8000U tablet support"
144 depends on USB && INPUT
145 help
146 Say Y here if you want to use the USB version of the Aiptek 6000U
147 or Aiptek 8000U tablet. Make sure to say Y to "Mouse support"
148 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
149 (CONFIG_INPUT_EVDEV) as well.
150
151 To compile this driver as a module, choose M here: the
152 module will be called aiptek.
153
154config USB_WACOM
155 tristate "Wacom Intuos/Graphire tablet support"
156 depends on USB && INPUT
157 help
158 Say Y here if you want to use the USB version of the Wacom Intuos
159 or Graphire tablet. Make sure to say Y to "Mouse support"
160 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
161 (CONFIG_INPUT_EVDEV) as well.
162
163 To compile this driver as a module, choose M here: the
164 module will be called wacom.
165
Stephane VOLTZ53880542005-06-06 02:22:37 -0500166config USB_ACECAD
167 tristate "Acecad Flair tablet support"
168 depends on USB && INPUT
169 help
170 Say Y here if you want to use the USB version of the Acecad Flair
171 tablet. Make sure to say Y to "Mouse support"
172 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
173 (CONFIG_INPUT_EVDEV) as well.
174
175 To compile this driver as a module, choose M here: the
176 module will be called acecad.
177
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178config USB_KBTAB
179 tristate "KB Gear JamStudio tablet support"
180 depends on USB && INPUT
181 help
182 Say Y here if you want to use the USB version of the KB Gear
183 JamStudio tablet. Make sure to say Y to "Mouse support"
184 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
185 (CONFIG_INPUT_EVDEV) as well.
186
187 To compile this driver as a module, choose M here: the
188 module will be called kbtab.
189
190config USB_POWERMATE
191 tristate "Griffin PowerMate and Contour Jog support"
192 depends on USB && INPUT
193 ---help---
194 Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
195 These are aluminum dials which can measure clockwise and anticlockwise
196 rotation. The dial also acts as a pushbutton. The base contains an LED
197 which can be instructed to pulse or to switch to a particular intensity.
198
199 You can download userspace tools from
200 <http://sowerbutts.com/powermate/>.
201
202 To compile this driver as a module, choose M here: the
203 module will be called powermate.
204
Daniel Ritz1d3e2022006-03-29 22:41:07 +0200205config USB_TOUCHSCREEN
206 tristate "USB Touchscreen Driver"
207 depends on USB && INPUT
208 ---help---
209 USB Touchscreen driver for:
210 - eGalax Touchkit USB
211 - PanJit TouchSet USB
212 - 3M MicroTouch USB
213 - ITM
214
215 Have a look at <http://linux.chapter7.ch/touchkit/> for
216 a usage description and the required user-space stuff.
217
218 To compile this driver as a module, choose M here: the
219 module will be called usbtouchscreen.
220
221config USB_TOUCHSCREEN_EGALAX
222 default y
223 bool "eGalax device support" if EMBEDDED
224 depends on USB_TOUCHSCREEN
225
226config USB_TOUCHSCREEN_PANJIT
227 default y
228 bool "PanJit device support" if EMBEDDED
229 depends on USB_TOUCHSCREEN
230
231config USB_TOUCHSCREEN_3M
232 default y
233 bool "3M/Microtouch device support" if EMBEDDED
234 depends on USB_TOUCHSCREEN
235
236config USB_TOUCHSCREEN_ITM
237 default y
238 bool "ITM device support" if EMBEDDED
239 depends on USB_TOUCHSCREEN
240
Henkaca951a2005-08-16 16:17:43 +0200241config USB_YEALINK
242 tristate "Yealink usb-p1k voip phone"
243 depends on USB && INPUT && EXPERIMENTAL
244 ---help---
245 Say Y here if you want to enable keyboard and LCD functions of the
246 Yealink usb-p1k usb phones. The audio part is enabled by the generic
247 usb sound driver, so you might want to enable that as well.
248
249 For information about how to use these additional functions, see
250 <file:Documentation/input/yealink.txt>.
251
252 To compile this driver as a module, choose M here: the module will be
253 called yealink.
254
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255config USB_XPAD
256 tristate "X-Box gamepad support"
257 depends on USB && INPUT
258 ---help---
259 Say Y here if you want to use the X-Box pad with your computer.
260 Make sure to say Y to "Joystick support" (CONFIG_INPUT_JOYDEV)
261 and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well.
262
263 For information about how to connect the X-Box pad to USB, see
264 <file:Documentation/input/xpad.txt>.
265
266 To compile this driver as a module, choose M here: the
267 module will be called xpad.
268
269config USB_ATI_REMOTE
270 tristate "ATI / X10 USB RF remote control"
271 depends on USB && INPUT
272 ---help---
273 Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
274 These are RF remotes with USB receivers.
275 The ATI remote comes with many of ATI's All-In-Wonder video cards.
276 The X10 "Lola" remote is available at:
277 <http://www.x10.com/products/lola_sg1.htm>
278 This driver provides mouse pointer, left and right mouse buttons,
279 and maps all the other remote buttons to keypress events.
280
281 To compile this driver as a module, choose M here: the module will be
282 called ati_remote.
283
Ville Syrjälä735b0cb2005-12-10 20:30:54 +0200284config USB_ATI_REMOTE2
285 tristate "ATI / Philips USB RF remote control"
286 depends on USB && INPUT
287 ---help---
288 Say Y here if you want to use an ATI or Philips USB RF remote control.
289 These are RF remotes with USB receivers.
290 ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
291 and is also available as a separate product.
292 This driver provides mouse pointer, left and right mouse buttons,
293 and maps all the other remote buttons to keypress events.
294
295 To compile this driver as a module, choose M here: the module will be
296 called ati_remote2.
297
Michael Downey99f83c92005-06-27 11:48:26 -0600298config USB_KEYSPAN_REMOTE
299 tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
300 depends on USB && INPUT && EXPERIMENTAL
301 ---help---
302 Say Y here if you want to use a Keyspan DMR USB remote control.
303 Currently only the UIA-11 type of receiver has been tested. The tag
304 on the receiver that connects to the USB port should have a P/N that
305 will tell you what type of DMR you have. The UIA-10 type is not
306 supported at this time. This driver maps all buttons to keypress
307 events.
308
309 To compile this driver as a module, choose M here: the module will
310 be called keyspan_remote.
Stelian Popf7214ff2005-09-08 10:19:48 +0200311
312config USB_APPLETOUCH
313 tristate "Apple USB Touchpad support"
314 depends on USB && INPUT
315 ---help---
316 Say Y here if you want to use an Apple USB Touchpad.
317
318 These are the touchpads that can be found on post-February 2005
319 Apple Powerbooks (prior models have a Synaptics touchpad connected
320 to the ADB bus).
321
322 This driver provides a basic mouse driver but can be interfaced
323 with the synaptics X11 driver to provide acceleration and
324 scrolling in X11.
325
326 For further information, see
327 <file:Documentation/input/appletouch.txt>.
328
329 To compile this driver as a module, choose M here: the
330 module will be called appletouch.