]> bbs.cooldavid.org Git - net-next-2.6.git/blob - drivers/hid/Kconfig
Merge branch 'egalax' into for-linus
[net-next-2.6.git] / drivers / hid / Kconfig
1 #
2 # HID driver configuration
3 #
4 menuconfig HID_SUPPORT
5         bool "HID Devices"
6         depends on INPUT
7         default y
8         ---help---
9           Say Y here to get to see options for various computer-human interface
10           device drivers. This option alone does not add any kernel code.
11
12           If you say N, all options in this submenu will be skipped and disabled.
13
14 if HID_SUPPORT
15
16 config HID
17         tristate "Generic HID support"
18         depends on INPUT
19         default y
20         ---help---
21           A human interface device (HID) is a type of computer device that
22           interacts directly with and takes input from humans. The term "HID"
23           most commonly used to refer to the USB-HID specification, but other
24           devices (such as, but not strictly limited to, Bluetooth) are
25           designed using HID specification (this involves certain keyboards,
26           mice, tablets, etc). This option compiles into kernel the generic
27           HID layer code (parser, usages, etc.), which can then be used by
28           transport-specific HID implementation (like USB or Bluetooth).
29
30           For docs and specs, see http://www.usb.org/developers/hidpage/
31
32           If unsure, say Y.
33
34 config HIDRAW
35         bool "/dev/hidraw raw HID device support"
36         depends on HID
37         ---help---
38         Say Y here if you want to support HID devices (from the USB
39         specification standpoint) that aren't strictly user interface
40         devices, like monitor controls and Uninterruptable Power Supplies.
41
42         This module supports these devices separately using a separate
43         event interface on /dev/hidraw.
44
45         There is also a /dev/hiddev configuration option in the USB HID
46         configuration menu. In comparison to hiddev, this device does not process
47         the hid events at all (no parsing, no lookups). This lets applications
48         to work on raw hid events when they want to, and avoid using transport-specific
49         userspace libhid/libusb libraries.
50
51         If unsure, say Y.
52
53 source "drivers/hid/usbhid/Kconfig"
54
55 menu "Special HID drivers"
56         depends on HID
57
58 config HID_3M_PCT
59         tristate "3M PCT"
60         depends on USB_HID
61         ---help---
62         Support for 3M PCT touch screens.
63
64 config HID_A4TECH
65         tristate "A4 tech" if EMBEDDED
66         depends on USB_HID
67         default !EMBEDDED
68         ---help---
69         Support for A4 tech X5 and WOP-35 / Trust 450L mice.
70
71 config HID_APPLE
72         tristate "Apple" if EMBEDDED
73         depends on (USB_HID || BT_HIDP)
74         default !EMBEDDED
75         ---help---
76         Support for some Apple devices which less or more break
77         HID specification.
78
79         Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
80         MacBooks, MacBook Pros and Apple Aluminum.
81
82 config HID_BELKIN
83         tristate "Belkin" if EMBEDDED
84         depends on USB_HID
85         default !EMBEDDED
86         ---help---
87         Support for Belkin Flip KVM and Wireless keyboard.
88
89 config HID_CANDO
90         tristate "Cando dual touch panel"
91         depends on USB_HID
92         ---help---
93         Support for Cando dual touch panel.
94
95 config HID_CHERRY
96         tristate "Cherry" if EMBEDDED
97         depends on USB_HID
98         default !EMBEDDED
99         ---help---
100         Support for Cherry Cymotion keyboard.
101
102 config HID_CHICONY
103         tristate "Chicony" if EMBEDDED
104         depends on USB_HID
105         default !EMBEDDED
106         ---help---
107         Support for Chicony Tactical pad.
108
109 config HID_CYPRESS
110         tristate "Cypress" if EMBEDDED
111         depends on USB_HID
112         default !EMBEDDED
113         ---help---
114         Support for cypress mouse and barcode readers.
115
116 config HID_DRAGONRISE
117         tristate "DragonRise Inc. support" if EMBEDDED
118         depends on USB_HID
119         default !EMBEDDED
120         ---help---
121         Say Y here if you have DragonRise Inc.game controllers.
122
123 config DRAGONRISE_FF
124         bool "DragonRise Inc. force feedback support"
125         depends on HID_DRAGONRISE
126         select INPUT_FF_MEMLESS
127         ---help---
128         Say Y here if you want to enable force feedback support for DragonRise Inc.
129         game controllers.
130
131 config HID_EGALAX
132         tristate "eGalax multi-touch panel"
133         depends on USB_HID
134         ---help---
135         Support for the eGalax dual-touch panel
136
137 config HID_EZKEY
138         tristate "Ezkey" if EMBEDDED
139         depends on USB_HID
140         default !EMBEDDED
141         ---help---
142         Support for Ezkey BTC 8193 keyboard.
143
144 config HID_KYE
145         tristate "Kye" if EMBEDDED
146         depends on USB_HID
147         default !EMBEDDED
148         ---help---
149         Support for Kye/Genius Ergo Mouse.
150
151 config HID_GYRATION
152         tristate "Gyration" if EMBEDDED
153         depends on USB_HID
154         default !EMBEDDED
155         ---help---
156         Support for Gyration remote control.
157
158 config HID_TWINHAN
159         tristate "Twinhan" if EMBEDDED
160         depends on USB_HID
161         default !EMBEDDED
162         ---help---
163         Support for Twinhan IR remote control.
164
165 config HID_KENSINGTON
166         tristate "Kensington" if EMBEDDED
167         depends on USB_HID
168         default !EMBEDDED
169         ---help---
170         Support for Kensington Slimblade Trackball.
171
172 config HID_LOGITECH
173         tristate "Logitech" if EMBEDDED
174         depends on USB_HID
175         default !EMBEDDED
176         ---help---
177         Support for Logitech devices that are not fully compliant with HID standard.
178
179 config LOGITECH_FF
180         bool "Logitech force feedback support"
181         depends on HID_LOGITECH
182         select INPUT_FF_MEMLESS
183         help
184           Say Y here if you have one of these devices:
185           - Logitech WingMan Cordless RumblePad
186           - Logitech WingMan Cordless RumblePad 2
187           - Logitech WingMan Force 3D
188           - Logitech Formula Force EX
189           - Logitech WingMan Formula Force GP
190           - Logitech MOMO Force wheel
191
192           and if you want to enable force feedback for them.
193           Note: if you say N here, this device will still be supported, but without
194           force feedback.
195
196 config LOGIRUMBLEPAD2_FF
197         bool "Logitech Rumblepad 2 force feedback support"
198         depends on HID_LOGITECH
199         select INPUT_FF_MEMLESS
200         help
201           Say Y here if you want to enable force feedback support for Logitech
202           Rumblepad 2 devices.
203
204 config LOGIG940_FF
205         bool "Logitech Flight System G940 force feedback support"
206         depends on HID_LOGITECH
207         select INPUT_FF_MEMLESS
208         help
209           Say Y here if you want to enable force feedback support for Logitech
210           Flight System G940 devices.
211
212 config HID_MAGICMOUSE
213         tristate "Apple MagicMouse multi-touch support"
214         depends on BT_HIDP
215         ---help---
216         Support for the Apple Magic Mouse multi-touch.
217
218         Say Y here if you want support for the multi-touch features of the
219         Apple Wireless "Magic" Mouse.
220
221 config HID_MICROSOFT
222         tristate "Microsoft" if EMBEDDED
223         depends on USB_HID
224         default !EMBEDDED
225         ---help---
226         Support for Microsoft devices that are not fully compliant with HID standard.
227
228 config HID_MOSART
229         tristate "MosArt"
230         depends on USB_HID
231         ---help---
232         Support for MosArt dual-touch panels.
233
234 config HID_MONTEREY
235         tristate "Monterey" if EMBEDDED
236         depends on USB_HID
237         default !EMBEDDED
238         ---help---
239         Support for Monterey Genius KB29E.
240
241 config HID_NTRIG
242         tristate "NTrig"
243         depends on USB_HID
244         ---help---
245         Support for N-Trig touch screen.
246
247 config HID_ORTEK
248         tristate "Ortek" if EMBEDDED
249         depends on USB_HID
250         default !EMBEDDED
251         ---help---
252         Support for Ortek WKB-2000 wireless keyboard + mouse trackpad.
253
254 config HID_PANTHERLORD
255         tristate "Pantherlord support" if EMBEDDED
256         depends on USB_HID
257         default !EMBEDDED
258         ---help---
259           Say Y here if you have a PantherLord/GreenAsia based game controller
260           or adapter.
261
262 config PANTHERLORD_FF
263         bool "Pantherlord force feedback support"
264         depends on HID_PANTHERLORD
265         select INPUT_FF_MEMLESS
266         ---help---
267           Say Y here if you have a PantherLord/GreenAsia based game controller
268           or adapter and want to enable force feedback support for it.
269
270 config HID_PETALYNX
271         tristate "Petalynx" if EMBEDDED
272         depends on USB_HID
273         default !EMBEDDED
274         ---help---
275         Support for Petalynx Maxter remote control.
276
277 config HID_QUANTA
278         tristate "Quanta Optical Touch"
279         depends on USB_HID
280         ---help---
281         Support for Quanta Optical Touch dual-touch panels.
282
283 config HID_SAMSUNG
284         tristate "Samsung" if EMBEDDED
285         depends on USB_HID
286         default !EMBEDDED
287         ---help---
288         Support for Samsung InfraRed remote control or keyboards.
289
290 config HID_SONY
291         tristate "Sony" if EMBEDDED
292         depends on USB_HID
293         default !EMBEDDED
294         ---help---
295         Support for Sony PS3 controller.
296
297 config HID_STANTUM
298         tristate "Stantum"
299         depends on USB_HID
300         ---help---
301         Support for Stantum multitouch panel.
302
303 config HID_SUNPLUS
304         tristate "Sunplus" if EMBEDDED
305         depends on USB_HID
306         default !EMBEDDED
307         ---help---
308         Support for Sunplus wireless desktop.
309
310 config HID_GREENASIA
311         tristate "GreenAsia (Product ID 0x12) support" if EMBEDDED
312         depends on USB_HID
313         default !EMBEDDED
314         ---help---
315           Say Y here if you have a GreenAsia (Product ID 0x12) based game
316           controller or adapter.
317
318 config GREENASIA_FF
319         bool "GreenAsia (Product ID 0x12) force feedback support"
320         depends on HID_GREENASIA
321         select INPUT_FF_MEMLESS
322         ---help---
323         Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
324         (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
325         and want to enable force feedback support for it.
326
327 config HID_SMARTJOYPLUS
328         tristate "SmartJoy PLUS PS2/USB adapter support" if EMBEDDED
329         depends on USB_HID
330         default !EMBEDDED
331         ---help---
332         Support for SmartJoy PLUS PS2/USB adapter.
333
334 config SMARTJOYPLUS_FF
335         bool "SmartJoy PLUS PS2/USB adapter force feedback support"
336         depends on HID_SMARTJOYPLUS
337         select INPUT_FF_MEMLESS
338         ---help---
339         Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
340         enable force feedback support for it.
341
342 config HID_TOPSEED
343         tristate "TopSeed Cyberlink remote control support" if EMBEDDED
344         depends on USB_HID
345         default !EMBEDDED
346         ---help---
347         Say Y if you have a TopSeed Cyberlink or BTC Emprex remote control.
348
349 config HID_THRUSTMASTER
350         tristate "ThrustMaster devices support" if EMBEDDED
351         depends on USB_HID
352         default !EMBEDDED
353         ---help---
354           Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
355           a THRUSTMASTER Ferrari GT Rumble Wheel.
356
357 config THRUSTMASTER_FF
358         bool "ThrustMaster devices force feedback support"
359         depends on HID_THRUSTMASTER
360         select INPUT_FF_MEMLESS
361         ---help---
362           Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
363           a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
364           Rumble Force or Force Feedback Wheel.
365
366 config HID_WACOM
367         tristate "Wacom Bluetooth devices support"
368         depends on BT_HIDP
369         ---help---
370         Support for Wacom Graphire Bluetooth tablet.
371
372 config HID_WACOM_POWER_SUPPLY
373         bool "Wacom Bluetooth devices power supply status support"
374         depends on HID_WACOM
375         select POWER_SUPPLY
376         ---help---
377           Say Y here if you want to enable power supply status monitoring for
378           Wacom Bluetooth devices.
379
380 config HID_ZEROPLUS
381         tristate "Zeroplus based game controller support" if EMBEDDED
382         depends on USB_HID
383         default !EMBEDDED
384         ---help---
385           Say Y here if you have a Zeroplus based game controller.
386
387 config ZEROPLUS_FF
388         bool "Zeroplus based game controller force feedback support"
389         depends on HID_ZEROPLUS
390         select INPUT_FF_MEMLESS
391         ---help---
392           Say Y here if you have a Zeroplus based game controller and want
393           to have force feedback support for it.
394
395 config HID_ZYDACRON
396         tristate "Zydacron remote control support" if EMBEDDED
397         depends on USB_HID
398         default !EMBEDDED
399         ---help---
400         Support for Zydacron remote control.
401
402 endmenu
403
404 endif # HID_SUPPORT