OSDN Git Service

57fb1d1c3bed43eab03e7af4832c0aa67985d582
[android-x86/kernel.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_A4TECH
59         tristate "A4 tech mice" if EXPERT
60         depends on USB_HID
61         default !EXPERT
62         ---help---
63         Support for A4 tech X5 and WOP-35 / Trust 450L mice.
64
65 config HID_ACRUX_FF
66         tristate "ACRUX force feedback"
67         depends on USB_HID
68         select INPUT_FF_MEMLESS
69         ---help---
70         Say Y here if you want to enable force feedback support for ACRUX
71         game controllers.
72
73 config HID_APPLE
74         tristate "Apple {i,Power,Mac}Books" if EXPERT
75         depends on (USB_HID || BT_HIDP)
76         default !EXPERT
77         ---help---
78         Support for some Apple devices which less or more break
79         HID specification.
80
81         Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
82         MacBooks, MacBook Pros and Apple Aluminum.
83
84 config HID_BELKIN
85         tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT
86         depends on USB_HID
87         default !EXPERT
88         ---help---
89         Support for Belkin Flip KVM and Wireless keyboard.
90
91 config HID_CHERRY
92         tristate "Cherry Cymotion keyboard" if EXPERT
93         depends on USB_HID
94         default !EXPERT
95         ---help---
96         Support for Cherry Cymotion keyboard.
97
98 config HID_CHICONY
99         tristate "Chicony Tactical pad" if EXPERT
100         depends on USB_HID
101         default !EXPERT
102         ---help---
103         Support for Chicony Tactical pad.
104
105 config HID_PRODIKEYS
106         tristate "Prodikeys PC-MIDI Keyboard support"
107         depends on USB_HID && SND
108         select SND_RAWMIDI
109         ---help---
110         Support for Prodikeys PC-MIDI Keyboard device support.
111         Say Y here to enable support for this device.
112         - Prodikeys PC-MIDI keyboard.
113           The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
114           input and one MIDI output. These MIDI jacks appear as
115           a sound "card" in the ALSA sound system.
116           Note: if you say N here, this device will still function as a basic
117           multimedia keyboard, but will lack support for the musical keyboard
118           and some additional multimedia keys.
119
120 config HID_CYPRESS
121         tristate "Cypress mouse and barcode readers" if EXPERT
122         depends on USB_HID
123         default !EXPERT
124         ---help---
125         Support for cypress mouse and barcode readers.
126
127 config HID_DRAGONRISE
128         tristate "DragonRise Inc. game controller"
129         depends on USB_HID
130         ---help---
131         Say Y here if you have DragonRise Inc.game controllers.
132
133 config DRAGONRISE_FF
134         bool "DragonRise Inc. force feedback"
135         depends on HID_DRAGONRISE
136         select INPUT_FF_MEMLESS
137         ---help---
138         Say Y here if you want to enable force feedback support for DragonRise Inc.
139         game controllers.
140
141 config HID_EMS_FF
142         tristate "EMS Production Inc. force feedback support"
143         depends on USB_HID
144         select INPUT_FF_MEMLESS
145         ---help---
146         Say Y here if you want to enable force feedback support for devices by
147         EMS Production Ltd.
148         Currently the following devices are known to be supported:
149          - Trio Linker Plus II
150
151 config HID_ELECOM
152         tristate "ELECOM BM084 bluetooth mouse"
153         depends on BT_HIDP
154         ---help---
155         Support for the ELECOM BM084 (bluetooth mouse).
156
157 config HID_EZKEY
158         tristate "Ezkey BTC 8193 keyboard" if EXPERT
159         depends on USB_HID
160         default !EXPERT
161         ---help---
162         Support for Ezkey BTC 8193 keyboard.
163
164 config HID_KYE
165         tristate "Kye/Genius Ergo Mouse" if EXPERT
166         depends on USB_HID
167         default !EXPERT
168         ---help---
169         Support for Kye/Genius Ergo Mouse.
170
171 config HID_UCLOGIC
172         tristate "UC-Logic"
173         depends on USB_HID
174         ---help---
175         Support for UC-Logic tablets.
176
177 config HID_WALTOP
178         tristate "Waltop"
179         depends on USB_HID
180         ---help---
181         Support for Waltop tablets.
182
183 config HID_GYRATION
184         tristate "Gyration remote control"
185         depends on USB_HID
186         ---help---
187         Support for Gyration remote control.
188
189 config HID_TWINHAN
190         tristate "Twinhan IR remote control"
191         depends on USB_HID
192         ---help---
193         Support for Twinhan IR remote control.
194
195 config HID_KENSINGTON
196         tristate "Kensington Slimblade Trackball" if EXPERT
197         depends on USB_HID
198         default !EXPERT
199         ---help---
200         Support for Kensington Slimblade Trackball.
201
202 config HID_LOGITECH
203         tristate "Logitech devices" if EXPERT
204         depends on USB_HID
205         default !EXPERT
206         ---help---
207         Support for Logitech devices that are not fully compliant with HID standard.
208
209 config LOGITECH_FF
210         bool "Logitech force feedback support"
211         depends on HID_LOGITECH
212         select INPUT_FF_MEMLESS
213         help
214           Say Y here if you have one of these devices:
215           - Logitech WingMan Cordless RumblePad
216           - Logitech WingMan Cordless RumblePad 2
217           - Logitech WingMan Force 3D
218           - Logitech Formula Force EX
219           - Logitech WingMan Formula Force GP
220           - Logitech MOMO Force wheel
221
222           and if you want to enable force feedback for them.
223           Note: if you say N here, this device will still be supported, but without
224           force feedback.
225
226 config LOGIRUMBLEPAD2_FF
227         bool "Logitech RumblePad/Rumblepad 2 force feedback support"
228         depends on HID_LOGITECH
229         select INPUT_FF_MEMLESS
230         help
231           Say Y here if you want to enable force feedback support for Logitech
232           RumblePad and Rumblepad 2 devices.
233
234 config LOGIG940_FF
235         bool "Logitech Flight System G940 force feedback support"
236         depends on HID_LOGITECH
237         select INPUT_FF_MEMLESS
238         help
239           Say Y here if you want to enable force feedback support for Logitech
240           Flight System G940 devices.
241
242 config LOGIWII_FF
243         bool "Logitech Speed Force Wireless force feedback support"
244         depends on HID_LOGITECH
245         select INPUT_FF_MEMLESS
246         help
247           Say Y here if you want to enable force feedback support for Logitech
248           Speed Force Wireless (Wii) devices.
249
250 config HID_MAGICMOUSE
251         tristate "Apple MagicMouse multi-touch support"
252         depends on BT_HIDP
253         ---help---
254         Support for the Apple Magic Mouse multi-touch.
255
256         Say Y here if you want support for the multi-touch features of the
257         Apple Wireless "Magic" Mouse.
258
259 config HID_MICROSOFT
260         tristate "Microsoft non-fully HID-compliant devices" if EXPERT
261         depends on USB_HID
262         default !EXPERT
263         ---help---
264         Support for Microsoft devices that are not fully compliant with HID standard.
265
266 config HID_MONTEREY
267         tristate "Monterey Genius KB29E keyboard" if EXPERT
268         depends on USB_HID
269         default !EXPERT
270         ---help---
271         Support for Monterey Genius KB29E.
272
273 config HID_MULTITOUCH
274         tristate "HID Multitouch panels"
275         depends on USB_HID
276         ---help---
277           Generic support for HID multitouch panels.
278
279           Say Y here if you have one of the following devices:
280           - 3M PCT touch screens
281           - Cando dual touch panel
282           - Cypress TrueTouch panels
283           - Elo TouchSystems IntelliTouch Plus panels
284           - Hanvon dual touch panels
285           - Ilitek dual touch panel
286           - IrTouch Infrared USB panels
287           - Lumio CrystalTouch panels
288           - MosArt dual-touch panels
289           - PenMount dual touch panels
290           - Pixcir dual touch panels
291           - 'Sensing Win7-TwoFinger' panel by GeneralTouch
292           - eGalax dual-touch panels, including the
293             Joojoo and Wetab tablets
294           - Stantum multitouch panels
295
296           If unsure, say N.
297
298           To compile this driver as a module, choose M here: the
299           module will be called hid-multitouch.
300
301 config HID_NTRIG
302         tristate "N-Trig touch screen"
303         depends on USB_HID
304         ---help---
305         Support for N-Trig touch screen.
306
307 config HID_ORTEK
308         tristate "Ortek WKB-2000 wireless keyboard and mouse trackpad"
309         depends on USB_HID
310         ---help---
311         Support for Ortek WKB-2000 wireless keyboard + mouse trackpad.
312
313 config HID_PANTHERLORD
314         tristate "Pantherlord/GreenAsia game controller"
315         depends on USB_HID
316         ---help---
317           Say Y here if you have a PantherLord/GreenAsia based game controller
318           or adapter.
319
320 config PANTHERLORD_FF
321         bool "Pantherlord force feedback support"
322         depends on HID_PANTHERLORD
323         select INPUT_FF_MEMLESS
324         ---help---
325           Say Y here if you have a PantherLord/GreenAsia based game controller
326           or adapter and want to enable force feedback support for it.
327
328 config HID_PETALYNX
329         tristate "Petalynx Maxter remote control"
330         depends on USB_HID
331         ---help---
332         Support for Petalynx Maxter remote control.
333
334 config HID_PICOLCD
335         tristate "PicoLCD (graphic version)"
336         depends on USB_HID
337         ---help---
338           This provides support for Minibox PicoLCD devices, currently
339           only the graphical ones are supported.
340
341           This includes support for the following device features:
342           - Keypad
343           - Switching between Firmware and Flash mode
344           - EEProm / Flash access     (via debugfs)
345           Features selectively enabled:
346           - Framebuffer for monochrome 256x64 display
347           - Backlight control
348           - Contrast control
349           - General purpose outputs
350           Features that are not (yet) supported:
351           - IR
352
353 config HID_PICOLCD_FB
354         bool "Framebuffer support" if EXPERT
355         default !EXPERT
356         depends on HID_PICOLCD
357         depends on HID_PICOLCD=FB || FB=y
358         select FB_DEFERRED_IO
359         select FB_SYS_FILLRECT
360         select FB_SYS_COPYAREA
361         select FB_SYS_IMAGEBLIT
362         select FB_SYS_FOPS
363         ---help---
364           Provide access to PicoLCD's 256x64 monochrome display via a
365           frambuffer device.
366
367 config HID_PICOLCD_BACKLIGHT
368         bool "Backlight control" if EXPERT
369         default !EXPERT
370         depends on HID_PICOLCD
371         depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
372         ---help---
373           Provide access to PicoLCD's backlight control via backlight
374           class.
375
376 config HID_PICOLCD_LCD
377         bool "Contrast control" if EXPERT
378         default !EXPERT
379         depends on HID_PICOLCD
380         depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
381         ---help---
382           Provide access to PicoLCD's LCD contrast via lcd class.
383
384 config HID_PICOLCD_LEDS
385         bool "GPO via leds class" if EXPERT
386         default !EXPERT
387         depends on HID_PICOLCD
388         depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
389         ---help---
390           Provide access to PicoLCD's GPO pins via leds class.
391
392 config HID_QUANTA
393         tristate "Quanta Optical Touch panels"
394         depends on USB_HID
395         ---help---
396         Support for Quanta Optical Touch dual-touch panels.
397
398 config HID_ROCCAT
399         tristate "Roccat special event support"
400         depends on USB_HID
401         ---help---
402         Support for Roccat special events.
403         Say Y here if you have a Roccat mouse or keyboard and want OSD or
404         macro execution support.
405
406 config HID_ROCCAT_KONE
407         tristate "Roccat Kone Mouse support"
408         depends on USB_HID
409         select HID_ROCCAT
410         ---help---
411         Support for Roccat Kone mouse.
412
413 config HID_ROCCAT_KONEPLUS
414         tristate "Roccat Kone[+] mouse support"
415         depends on USB_HID
416         select HID_ROCCAT
417         ---help---
418         Support for Roccat Kone[+] mouse.
419
420 config HID_ROCCAT_PYRA
421         tristate "Roccat Pyra mouse support"
422         depends on USB_HID
423         select HID_ROCCAT
424         ---help---
425         Support for Roccat Pyra mouse.
426
427 config HID_SAMSUNG
428         tristate "Samsung InfraRed remote control or keyboards"
429         depends on USB_HID
430         ---help---
431         Support for Samsung InfraRed remote control or keyboards.
432
433 config HID_SONY
434         tristate "Sony PS3 controller"
435         depends on USB_HID
436         ---help---
437         Support for Sony PS3 controller.
438
439 config HID_SUNPLUS
440         tristate "Sunplus wireless desktop"
441         depends on USB_HID
442         ---help---
443         Support for Sunplus wireless desktop.
444
445 config HID_GREENASIA
446         tristate "GreenAsia (Product ID 0x12) game controller support"
447         depends on USB_HID
448         ---help---
449           Say Y here if you have a GreenAsia (Product ID 0x12) based game
450           controller or adapter.
451
452 config GREENASIA_FF
453         bool "GreenAsia (Product ID 0x12) force feedback support"
454         depends on HID_GREENASIA
455         select INPUT_FF_MEMLESS
456         ---help---
457         Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
458         (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
459         and want to enable force feedback support for it.
460
461 config HID_SMARTJOYPLUS
462         tristate "SmartJoy PLUS PS2/USB adapter support"
463         depends on USB_HID
464         ---help---
465         Support for SmartJoy PLUS PS2/USB adapter.
466
467 config SMARTJOYPLUS_FF
468         bool "SmartJoy PLUS PS2/USB adapter force feedback support"
469         depends on HID_SMARTJOYPLUS
470         select INPUT_FF_MEMLESS
471         ---help---
472         Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
473         enable force feedback support for it.
474
475 config HID_TOPSEED
476         tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
477         depends on USB_HID
478         ---help---
479         Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
480         CLLRCMCE remote control.
481
482 config HID_THRUSTMASTER
483         tristate "ThrustMaster devices support"
484         depends on USB_HID
485         ---help---
486           Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
487           a THRUSTMASTER Ferrari GT Rumble Wheel.
488
489 config THRUSTMASTER_FF
490         bool "ThrustMaster devices force feedback support"
491         depends on HID_THRUSTMASTER
492         select INPUT_FF_MEMLESS
493         ---help---
494           Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
495           a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
496           Rumble Force or Force Feedback Wheel.
497
498 config HID_WACOM
499         tristate "Wacom Bluetooth devices support"
500         depends on BT_HIDP
501         ---help---
502         Support for Wacom Graphire Bluetooth tablet.
503
504 config HID_WACOM_POWER_SUPPLY
505         bool "Wacom Bluetooth devices power supply status support"
506         depends on HID_WACOM
507         select POWER_SUPPLY
508         ---help---
509           Say Y here if you want to enable power supply status monitoring for
510           Wacom Bluetooth devices.
511
512 config HID_ZEROPLUS
513         tristate "Zeroplus based game controller support"
514         depends on USB_HID
515         ---help---
516           Say Y here if you have a Zeroplus based game controller.
517
518 config ZEROPLUS_FF
519         bool "Zeroplus based game controller force feedback support"
520         depends on HID_ZEROPLUS
521         select INPUT_FF_MEMLESS
522         ---help---
523           Say Y here if you have a Zeroplus based game controller and want
524           to have force feedback support for it.
525
526 config HID_ZYDACRON
527         tristate "Zydacron remote control support"
528         depends on USB_HID
529         ---help---
530         Support for Zydacron remote control.
531
532 endmenu
533
534 endif # HID_SUPPORT