]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/hid/Kconfig
Merge branch 'upstream' into for-linus
[karo-tx-linux.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_PRODIKEYS
110         tristate "Prodikeys PC-MIDI Keyboard support"
111         depends on USB_HID && SND
112         select SND_RAWMIDI
113         ---help---
114         Support for Prodikeys PC-MIDI Keyboard device support.
115         Say Y here to enable support for this device.
116         - Prodikeys PC-MIDI keyboard.
117           The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
118           input and one MIDI output. These MIDI jacks appear as
119           a sound "card" in the ALSA sound system.
120           Note: if you say N here, this device will still function as a basic
121           multimedia keyboard, but will lack support for the musical keyboard
122           and some additional multimedia keys.
123
124 config HID_CYPRESS
125         tristate "Cypress" if EMBEDDED
126         depends on USB_HID
127         default !EMBEDDED
128         ---help---
129         Support for cypress mouse and barcode readers.
130
131 config HID_DRAGONRISE
132         tristate "DragonRise Inc. support"
133         depends on USB_HID
134         ---help---
135         Say Y here if you have DragonRise Inc.game controllers.
136
137 config DRAGONRISE_FF
138         bool "DragonRise Inc. force feedback support"
139         depends on HID_DRAGONRISE
140         select INPUT_FF_MEMLESS
141         ---help---
142         Say Y here if you want to enable force feedback support for DragonRise Inc.
143         game controllers.
144
145 config HID_EGALAX
146         tristate "eGalax multi-touch panel"
147         depends on USB_HID
148         ---help---
149         Support for the eGalax dual-touch panel.
150
151 config HID_ELECOM
152         tristate "ELECOM"
153         depends on BT_HIDP
154         ---help---
155         Support for the ELECOM BM084 (bluetooth mouse).
156
157 config HID_EZKEY
158         tristate "Ezkey" if EMBEDDED
159         depends on USB_HID
160         default !EMBEDDED
161         ---help---
162         Support for Ezkey BTC 8193 keyboard.
163
164 config HID_KYE
165         tristate "Kye" if EMBEDDED
166         depends on USB_HID
167         default !EMBEDDED
168         ---help---
169         Support for Kye/Genius Ergo Mouse.
170
171 config HID_GYRATION
172         tristate "Gyration"
173         depends on USB_HID
174         ---help---
175         Support for Gyration remote control.
176
177 config HID_TWINHAN
178         tristate "Twinhan"
179         depends on USB_HID
180         ---help---
181         Support for Twinhan IR remote control.
182
183 config HID_KENSINGTON
184         tristate "Kensington" if EMBEDDED
185         depends on USB_HID
186         default !EMBEDDED
187         ---help---
188         Support for Kensington Slimblade Trackball.
189
190 config HID_LOGITECH
191         tristate "Logitech" if EMBEDDED
192         depends on USB_HID
193         default !EMBEDDED
194         ---help---
195         Support for Logitech devices that are not fully compliant with HID standard.
196
197 config LOGITECH_FF
198         bool "Logitech force feedback support"
199         depends on HID_LOGITECH
200         select INPUT_FF_MEMLESS
201         help
202           Say Y here if you have one of these devices:
203           - Logitech WingMan Cordless RumblePad
204           - Logitech WingMan Cordless RumblePad 2
205           - Logitech WingMan Force 3D
206           - Logitech Formula Force EX
207           - Logitech WingMan Formula Force GP
208           - Logitech MOMO Force wheel
209
210           and if you want to enable force feedback for them.
211           Note: if you say N here, this device will still be supported, but without
212           force feedback.
213
214 config LOGIRUMBLEPAD2_FF
215         bool "Logitech Rumblepad 2 force feedback support"
216         depends on HID_LOGITECH
217         select INPUT_FF_MEMLESS
218         help
219           Say Y here if you want to enable force feedback support for Logitech
220           Rumblepad 2 devices.
221
222 config LOGIG940_FF
223         bool "Logitech Flight System G940 force feedback support"
224         depends on HID_LOGITECH
225         select INPUT_FF_MEMLESS
226         help
227           Say Y here if you want to enable force feedback support for Logitech
228           Flight System G940 devices.
229
230 config HID_MAGICMOUSE
231         tristate "Apple MagicMouse multi-touch support"
232         depends on BT_HIDP
233         ---help---
234         Support for the Apple Magic Mouse multi-touch.
235
236         Say Y here if you want support for the multi-touch features of the
237         Apple Wireless "Magic" Mouse.
238
239 config HID_MICROSOFT
240         tristate "Microsoft" if EMBEDDED
241         depends on USB_HID
242         default !EMBEDDED
243         ---help---
244         Support for Microsoft devices that are not fully compliant with HID standard.
245
246 config HID_MOSART
247         tristate "MosArt"
248         depends on USB_HID
249         ---help---
250         Support for MosArt dual-touch panels.
251
252 config HID_MONTEREY
253         tristate "Monterey" if EMBEDDED
254         depends on USB_HID
255         default !EMBEDDED
256         ---help---
257         Support for Monterey Genius KB29E.
258
259 config HID_NTRIG
260         tristate "NTrig"
261         depends on USB_HID
262         ---help---
263         Support for N-Trig touch screen.
264
265 config HID_ORTEK
266         tristate "Ortek"
267         depends on USB_HID
268         ---help---
269         Support for Ortek WKB-2000 wireless keyboard + mouse trackpad.
270
271 config HID_PANTHERLORD
272         tristate "Pantherlord support"
273         depends on USB_HID
274         ---help---
275           Say Y here if you have a PantherLord/GreenAsia based game controller
276           or adapter.
277
278 config PANTHERLORD_FF
279         bool "Pantherlord force feedback support"
280         depends on HID_PANTHERLORD
281         select INPUT_FF_MEMLESS
282         ---help---
283           Say Y here if you have a PantherLord/GreenAsia based game controller
284           or adapter and want to enable force feedback support for it.
285
286 config HID_PETALYNX
287         tristate "Petalynx"
288         depends on USB_HID
289         ---help---
290         Support for Petalynx Maxter remote control.
291
292 config HID_PICOLCD
293         tristate "PicoLCD (graphic version)"
294         depends on USB_HID
295         ---help---
296           This provides support for Minibox PicoLCD devices, currently
297           only the graphical ones are supported.
298
299           This includes support for the following device features:
300           - Keypad
301           - Switching between Firmware and Flash mode
302           - EEProm / Flash access     (via debugfs)
303           Features selectively enabled:
304           - Framebuffer for monochrome 256x64 display
305           - Backlight control
306           - Contrast control
307           - General purpose outputs
308           Features that are not (yet) supported:
309           - IR
310
311 config HID_PICOLCD_FB
312         bool "Framebuffer support" if EMBEDDED
313         default !EMBEDDED
314         depends on HID_PICOLCD
315         depends on HID_PICOLCD=FB || FB=y
316         select FB_DEFERRED_IO
317         select FB_SYS_FILLRECT
318         select FB_SYS_COPYAREA
319         select FB_SYS_IMAGEBLIT
320         select FB_SYS_FOPS
321         ---help---
322           Provide access to PicoLCD's 256x64 monochrome display via a
323           frambuffer device.
324
325 config HID_PICOLCD_BACKLIGHT
326         bool "Backlight control" if EMBEDDED
327         default !EMBEDDED
328         depends on HID_PICOLCD
329         depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
330         ---help---
331           Provide access to PicoLCD's backlight control via backlight
332           class.
333
334 config HID_PICOLCD_LCD
335         bool "Contrast control" if EMBEDDED
336         default !EMBEDDED
337         depends on HID_PICOLCD
338         depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
339         ---help---
340           Provide access to PicoLCD's LCD contrast via lcd class.
341
342 config HID_PICOLCD_LEDS
343         bool "GPO via leds class" if EMBEDDED
344         default !EMBEDDED
345         depends on HID_PICOLCD
346         depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
347         ---help---
348           Provide access to PicoLCD's GPO pins via leds class.
349
350 config HID_QUANTA
351         tristate "Quanta Optical Touch"
352         depends on USB_HID
353         ---help---
354         Support for Quanta Optical Touch dual-touch panels.
355
356 config HID_ROCCAT
357         tristate "Roccat special event support"
358         depends on USB_HID
359         ---help---
360         Support for Roccat special events.
361         Say Y here if you have a Roccat mouse or keyboard and want OSD or
362         macro execution support.
363
364 config HID_ROCCAT_KONE
365         tristate "Roccat Kone Mouse support"
366         depends on USB_HID
367         select HID_ROCCAT
368         ---help---
369         Support for Roccat Kone mouse.
370
371 config HID_SAMSUNG
372         tristate "Samsung"
373         depends on USB_HID
374         ---help---
375         Support for Samsung InfraRed remote control or keyboards.
376
377 config HID_SONY
378         tristate "Sony"
379         depends on USB_HID
380         ---help---
381         Support for Sony PS3 controller.
382
383 config HID_STANTUM
384         tristate "Stantum"
385         depends on USB_HID
386         ---help---
387         Support for Stantum multitouch panel.
388
389 config HID_SUNPLUS
390         tristate "Sunplus"
391         depends on USB_HID
392         ---help---
393         Support for Sunplus wireless desktop.
394
395 config HID_GREENASIA
396         tristate "GreenAsia (Product ID 0x12) support"
397         depends on USB_HID
398         ---help---
399           Say Y here if you have a GreenAsia (Product ID 0x12) based game
400           controller or adapter.
401
402 config GREENASIA_FF
403         bool "GreenAsia (Product ID 0x12) force feedback support"
404         depends on HID_GREENASIA
405         select INPUT_FF_MEMLESS
406         ---help---
407         Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
408         (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
409         and want to enable force feedback support for it.
410
411 config HID_SMARTJOYPLUS
412         tristate "SmartJoy PLUS PS2/USB adapter support"
413         depends on USB_HID
414         ---help---
415         Support for SmartJoy PLUS PS2/USB adapter.
416
417 config SMARTJOYPLUS_FF
418         bool "SmartJoy PLUS PS2/USB adapter force feedback support"
419         depends on HID_SMARTJOYPLUS
420         select INPUT_FF_MEMLESS
421         ---help---
422         Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
423         enable force feedback support for it.
424
425 config HID_TOPSEED
426         tristate "TopSeed Cyberlink remote control support"
427         depends on USB_HID
428         ---help---
429         Say Y if you have a TopSeed Cyberlink or BTC Emprex remote control.
430
431 config HID_THRUSTMASTER
432         tristate "ThrustMaster devices support"
433         depends on USB_HID
434         ---help---
435           Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
436           a THRUSTMASTER Ferrari GT Rumble Wheel.
437
438 config THRUSTMASTER_FF
439         bool "ThrustMaster devices force feedback support"
440         depends on HID_THRUSTMASTER
441         select INPUT_FF_MEMLESS
442         ---help---
443           Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
444           a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
445           Rumble Force or Force Feedback Wheel.
446
447 config HID_WACOM
448         tristate "Wacom Bluetooth devices support"
449         depends on BT_HIDP
450         ---help---
451         Support for Wacom Graphire Bluetooth tablet.
452
453 config HID_WACOM_POWER_SUPPLY
454         bool "Wacom Bluetooth devices power supply status support"
455         depends on HID_WACOM
456         select POWER_SUPPLY
457         ---help---
458           Say Y here if you want to enable power supply status monitoring for
459           Wacom Bluetooth devices.
460
461 config HID_ZEROPLUS
462         tristate "Zeroplus based game controller support"
463         depends on USB_HID
464         ---help---
465           Say Y here if you have a Zeroplus based game controller.
466
467 config ZEROPLUS_FF
468         bool "Zeroplus based game controller force feedback support"
469         depends on HID_ZEROPLUS
470         select INPUT_FF_MEMLESS
471         ---help---
472           Say Y here if you have a Zeroplus based game controller and want
473           to have force feedback support for it.
474
475 config HID_ZYDACRON
476         tristate "Zydacron remote control support"
477         depends on USB_HID
478         ---help---
479         Support for Zydacron remote control.
480
481 endmenu
482
483 endif # HID_SUPPORT