]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/hid/Kconfig
Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2112...
[mirror_ubuntu-artful-kernel.git] / drivers / hid / Kconfig
1 #
2 # HID driver configuration
3 #
4 menu "HID support"
5 depends on INPUT
6
7 config HID
8 tristate "HID bus support"
9 depends on INPUT
10 default y
11 ---help---
12 A human interface device (HID) is a type of computer device that
13 interacts directly with and takes input from humans. The term "HID"
14 most commonly used to refer to the USB-HID specification, but other
15 devices (such as, but not strictly limited to, Bluetooth) are
16 designed using HID specification (this involves certain keyboards,
17 mice, tablets, etc). This option adds the HID bus to the kernel,
18 together with generic HID layer code. The HID devices are added and
19 removed from the HID bus by the transport-layer drivers, such as
20 usbhid (USB_HID) and hidp (BT_HIDP).
21
22 For docs and specs, see http://www.usb.org/developers/hidpage/
23
24 If unsure, say Y.
25
26 if HID
27
28 config HID_BATTERY_STRENGTH
29 bool "Battery level reporting for HID devices"
30 depends on HID
31 select POWER_SUPPLY
32 default n
33 ---help---
34 This option adds support of reporting battery strength (for HID devices
35 that support this feature) through power_supply class so that userspace
36 tools, such as upower, can display it.
37
38 config HIDRAW
39 bool "/dev/hidraw raw HID device support"
40 depends on HID
41 ---help---
42 Say Y here if you want to support HID devices (from the USB
43 specification standpoint) that aren't strictly user interface
44 devices, like monitor controls and Uninterruptable Power Supplies.
45
46 This module supports these devices separately using a separate
47 event interface on /dev/hidraw.
48
49 There is also a /dev/hiddev configuration option in the USB HID
50 configuration menu. In comparison to hiddev, this device does not process
51 the hid events at all (no parsing, no lookups). This lets applications
52 to work on raw hid events when they want to, and avoid using transport-specific
53 userspace libhid/libusb libraries.
54
55 If unsure, say Y.
56
57 config UHID
58 tristate "User-space I/O driver support for HID subsystem"
59 depends on HID
60 default n
61 ---help---
62 Say Y here if you want to provide HID I/O Drivers from user-space.
63 This allows to write I/O drivers in user-space and feed the data from
64 the device into the kernel. The kernel parses the HID reports, loads the
65 corresponding HID Device Driver or provides input devices on top of your
66 user-space device.
67
68 This driver cannot be used to parse HID-reports in user-space and write
69 special HID-drivers. You should use hidraw for that.
70 Instead, this driver allows to write the transport-layer driver in
71 user-space like USB-HID and Bluetooth-HID do in kernel-space.
72
73 If unsure, say N.
74
75 To compile this driver as a module, choose M here: the
76 module will be called uhid.
77
78 config HID_GENERIC
79 tristate "Generic HID driver"
80 depends on HID
81 default HID
82 ---help---
83 Support for generic devices on the HID bus. This includes most
84 keyboards and mice, joysticks, tablets and digitizers.
85
86 To compile this driver as a module, choose M here: the module
87 will be called hid-generic.
88
89 If unsure, say Y.
90
91 menu "Special HID drivers"
92 depends on HID
93
94 config HID_A4TECH
95 tristate "A4 tech mice"
96 depends on HID
97 default !EXPERT
98 ---help---
99 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
100
101 config HID_ACCUTOUCH
102 tristate "Accutouch touch device"
103 depends on USB_HID
104 ---help---
105 This selects a driver for the Accutouch 2216 touch controller.
106
107 The driver works around a problem in the reported device capabilities
108 which causes userspace to detect the device as a mouse rather than
109 a touchscreen.
110
111 Say Y here if you have a Accutouch 2216 touch controller.
112
113 config HID_ACRUX
114 tristate "ACRUX game controller support"
115 depends on HID
116 ---help---
117 Say Y here if you want to enable support for ACRUX game controllers.
118
119 config HID_ACRUX_FF
120 bool "ACRUX force feedback support"
121 depends on HID_ACRUX
122 select INPUT_FF_MEMLESS
123 ---help---
124 Say Y here if you want to enable force feedback support for ACRUX
125 game controllers.
126
127 config HID_APPLE
128 tristate "Apple {i,Power,Mac}Books"
129 depends on HID
130 default !EXPERT
131 ---help---
132 Support for some Apple devices which less or more break
133 HID specification.
134
135 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
136 MacBooks, MacBook Pros and Apple Aluminum.
137
138 config HID_APPLEIR
139 tristate "Apple infrared receiver"
140 depends on (USB_HID)
141 ---help---
142 Support for Apple infrared remote control. All the Apple computers from
143 2005 onwards include such a port, except the unibody Macbook (2009),
144 and Mac Pros. This receiver is also used in the Apple TV set-top box
145 prior to the 2010 model.
146
147 Say Y here if you want support for Apple infrared remote control.
148
149 config HID_ASUS
150 tristate "Asus"
151 depends on I2C_HID
152 ---help---
153 Support for Asus notebook built-in keyboard and touchpad via i2c.
154
155 Supported devices:
156 - EeeBook X205TA
157 - VivoBook E200HA
158
159 config HID_AUREAL
160 tristate "Aureal"
161 depends on HID
162 ---help---
163 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
164
165 config HID_BELKIN
166 tristate "Belkin Flip KVM and Wireless keyboard"
167 depends on HID
168 default !EXPERT
169 ---help---
170 Support for Belkin Flip KVM and Wireless keyboard.
171
172 config HID_BETOP_FF
173 tristate "Betop Production Inc. force feedback support"
174 depends on USB_HID
175 select INPUT_FF_MEMLESS
176 ---help---
177 Say Y here if you want to enable force feedback support for devices by
178 BETOP Production Ltd.
179 Currently the following devices are known to be supported:
180 - BETOP 2185 PC & BFM MODE
181
182 config HID_CHERRY
183 tristate "Cherry Cymotion keyboard"
184 depends on HID
185 default !EXPERT
186 ---help---
187 Support for Cherry Cymotion keyboard.
188
189 config HID_CHICONY
190 tristate "Chicony devices"
191 depends on HID
192 default !EXPERT
193 ---help---
194 Support for Chicony Tactical pad and special keys on Chicony keyboards.
195
196 config HID_CORSAIR
197 tristate "Corsair devices"
198 depends on HID && USB && LEDS_CLASS
199 ---help---
200 Support for Corsair devices that are not fully compliant with the
201 HID standard.
202
203 Supported devices:
204 - Vengeance K90
205 - Scimitar PRO RGB
206
207 config HID_PRODIKEYS
208 tristate "Prodikeys PC-MIDI Keyboard support"
209 depends on HID && SND
210 select SND_RAWMIDI
211 ---help---
212 Support for Prodikeys PC-MIDI Keyboard device support.
213 Say Y here to enable support for this device.
214 - Prodikeys PC-MIDI keyboard.
215 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
216 input and one MIDI output. These MIDI jacks appear as
217 a sound "card" in the ALSA sound system.
218 Note: if you say N here, this device will still function as a basic
219 multimedia keyboard, but will lack support for the musical keyboard
220 and some additional multimedia keys.
221
222 config HID_CMEDIA
223 tristate "CMedia CM6533 HID audio jack controls"
224 depends on HID
225 ---help---
226 Support for CMedia CM6533 HID audio jack controls.
227
228 config HID_CP2112
229 tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support"
230 depends on USB_HID && I2C && GPIOLIB
231 select GPIOLIB_IRQCHIP
232 ---help---
233 Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge.
234 This is a HID device driver which registers as an i2c adapter
235 and gpiochip to expose these functions of the CP2112. The
236 customizable USB descriptor fields are exposed as sysfs attributes.
237
238 config HID_CYPRESS
239 tristate "Cypress mouse and barcode readers"
240 depends on HID
241 default !EXPERT
242 ---help---
243 Support for cypress mouse and barcode readers.
244
245 config HID_DRAGONRISE
246 tristate "DragonRise Inc. game controller"
247 depends on HID
248 ---help---
249 Say Y here if you have DragonRise Inc. game controllers.
250 These might be branded as:
251 - Tesun USB-703
252 - Media-tech MT1504 "Rogue"
253 - DVTech JS19 "Gear"
254 - Defender Game Master
255
256 config DRAGONRISE_FF
257 bool "DragonRise Inc. force feedback"
258 depends on HID_DRAGONRISE
259 select INPUT_FF_MEMLESS
260 ---help---
261 Say Y here if you want to enable force feedback support for DragonRise Inc.
262 game controllers.
263
264 config HID_EMS_FF
265 tristate "EMS Production Inc. force feedback support"
266 depends on HID
267 select INPUT_FF_MEMLESS
268 ---help---
269 Say Y here if you want to enable force feedback support for devices by
270 EMS Production Ltd.
271 Currently the following devices are known to be supported:
272 - Trio Linker Plus II
273
274 config HID_ELECOM
275 tristate "ELECOM BM084 bluetooth mouse"
276 depends on HID
277 ---help---
278 Support for the ELECOM BM084 (bluetooth mouse).
279
280 config HID_ELO
281 tristate "ELO USB 4000/4500 touchscreen"
282 depends on USB_HID
283 ---help---
284 Support for the ELO USB 4000/4500 touchscreens. Note that this is for
285 different devices than those handled by CONFIG_TOUCHSCREEN_USB_ELO.
286
287 config HID_EZKEY
288 tristate "Ezkey BTC 8193 keyboard"
289 depends on HID
290 default !EXPERT
291 ---help---
292 Support for Ezkey BTC 8193 keyboard.
293
294 config HID_GEMBIRD
295 tristate "Gembird Joypad"
296 depends on HID
297 ---help---
298 Support for Gembird JPD-DualForce 2.
299
300 config HID_GFRM
301 tristate "Google Fiber TV Box remote control support"
302 depends on HID
303 ---help---
304 Support for Google Fiber TV Box remote controls
305
306 config HID_HOLTEK
307 tristate "Holtek HID devices"
308 depends on USB_HID
309 ---help---
310 Support for Holtek based devices:
311 - Holtek On Line Grip based game controller
312 - Trust GXT 18 Gaming Keyboard
313 - Sharkoon Drakonia / Perixx MX-2000 gaming mice
314 - Tracer Sniper TRM-503 / NOVA Gaming Slider X200 /
315 Zalman ZM-GM1
316 - SHARKOON DarkGlider Gaming mouse
317 - LEETGION Hellion Gaming Mouse
318
319 config HOLTEK_FF
320 bool "Holtek On Line Grip force feedback support"
321 depends on HID_HOLTEK
322 select INPUT_FF_MEMLESS
323 ---help---
324 Say Y here if you have a Holtek On Line Grip based game controller
325 and want to have force feedback support for it.
326
327 config HID_GT683R
328 tristate "MSI GT68xR LED support"
329 depends on LEDS_CLASS && USB_HID
330 ---help---
331 Say Y here if you want to enable support for the three MSI GT68xR LEDs
332
333 This driver support following modes:
334 - Normal: LEDs are fully on when enabled
335 - Audio: LEDs brightness depends on sound level
336 - Breathing: LEDs brightness varies at human breathing rate
337
338 Currently the following devices are know to be supported:
339 - MSI GT683R
340
341 config HID_KEYTOUCH
342 tristate "Keytouch HID devices"
343 depends on HID
344 ---help---
345 Support for Keytouch HID devices not fully compliant with
346 the specification. Currently supported:
347 - Keytouch IEC 60945
348
349 config HID_KYE
350 tristate "KYE/Genius devices"
351 depends on HID
352 ---help---
353 Support for KYE/Genius devices not fully compliant with HID standard:
354 - Ergo Mouse
355 - EasyPen i405X tablet
356 - MousePen i608X tablet
357 - EasyPen M610X tablet
358
359 config HID_UCLOGIC
360 tristate "UC-Logic"
361 depends on USB_HID
362 ---help---
363 Support for UC-Logic and Huion tablets.
364
365 config HID_WALTOP
366 tristate "Waltop"
367 depends on HID
368 ---help---
369 Support for Waltop tablets.
370
371 config HID_GYRATION
372 tristate "Gyration remote control"
373 depends on HID
374 ---help---
375 Support for Gyration remote control.
376
377 config HID_ICADE
378 tristate "ION iCade arcade controller"
379 depends on HID
380 ---help---
381 Support for the ION iCade arcade controller to work as a joystick.
382
383 To compile this driver as a module, choose M here: the
384 module will be called hid-icade.
385
386 config HID_TWINHAN
387 tristate "Twinhan IR remote control"
388 depends on HID
389 ---help---
390 Support for Twinhan IR remote control.
391
392 config HID_KENSINGTON
393 tristate "Kensington Slimblade Trackball"
394 depends on HID
395 default !EXPERT
396 ---help---
397 Support for Kensington Slimblade Trackball.
398
399 config HID_LCPOWER
400 tristate "LC-Power"
401 depends on HID
402 ---help---
403 Support for LC-Power RC1000MCE RF remote control.
404
405 config HID_LED
406 tristate "Simple RGB LED support"
407 depends on HID
408 depends on LEDS_CLASS
409 ---help---
410 Support for simple RGB LED devices. Currently supported are:
411 - Riso Kagaku Webmail Notifier
412 - Dream Cheeky Webmail Notifier and Friends Alert
413 - ThingM blink(1)
414 - Delcom Visual Signal Indicator Generation 2
415 - Greynut Luxafor
416
417 To compile this driver as a module, choose M here: the
418 module will be called hid-led.
419
420 config HID_LENOVO
421 tristate "Lenovo / Thinkpad devices"
422 depends on HID
423 select NEW_LEDS
424 select LEDS_CLASS
425 ---help---
426 Support for Lenovo devices that are not fully compliant with HID standard.
427
428 Say Y if you want support for the non-compliant features of the Lenovo
429 Thinkpad standalone keyboards, e.g:
430 - ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint
431 configuration)
432 - ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys)
433 - ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys)
434
435 config HID_LOGITECH
436 tristate "Logitech devices"
437 depends on HID
438 default !EXPERT
439 ---help---
440 Support for Logitech devices that are not fully compliant with HID standard.
441
442 config HID_LOGITECH_DJ
443 tristate "Logitech Unifying receivers full support"
444 depends on HIDRAW
445 depends on HID_LOGITECH
446 select HID_LOGITECH_HIDPP
447 ---help---
448 Say Y if you want support for Logitech Unifying receivers and devices.
449 Unifying receivers are capable of pairing up to 6 Logitech compliant
450 devices to the same receiver. Without this driver it will be handled by
451 generic USB_HID driver and all incoming events will be multiplexed
452 into a single mouse and a single keyboard device.
453
454 config HID_LOGITECH_HIDPP
455 tristate "Logitech HID++ devices support"
456 depends on HID_LOGITECH
457 select POWER_SUPPLY
458 ---help---
459 Support for Logitech devices relyingon the HID++ Logitech specification
460
461 Say Y if you want support for Logitech devices relying on the HID++
462 specification. Such devices are the various Logitech Touchpads (T650,
463 T651, TK820), some mice (Zone Touch mouse), or even keyboards (Solar
464 Keyboard).
465
466 config LOGITECH_FF
467 bool "Logitech force feedback support"
468 depends on HID_LOGITECH
469 select INPUT_FF_MEMLESS
470 help
471 Say Y here if you have one of these devices:
472 - Logitech WingMan Cordless RumblePad
473 - Logitech WingMan Cordless RumblePad 2
474 - Logitech WingMan Force 3D
475
476 and if you want to enable force feedback for them.
477 Note: if you say N here, this device will still be supported, but without
478 force feedback.
479
480 config LOGIRUMBLEPAD2_FF
481 bool "Logitech force feedback support (variant 2)"
482 depends on HID_LOGITECH
483 select INPUT_FF_MEMLESS
484 help
485 Say Y here if you want to enable force feedback support for:
486 - Logitech RumblePad
487 - Logitech Rumblepad 2
488 - Logitech Formula Vibration Feedback Wheel
489
490 config LOGIG940_FF
491 bool "Logitech Flight System G940 force feedback support"
492 depends on HID_LOGITECH
493 select INPUT_FF_MEMLESS
494 help
495 Say Y here if you want to enable force feedback support for Logitech
496 Flight System G940 devices.
497
498 config LOGIWHEELS_FF
499 bool "Logitech wheels configuration and force feedback support"
500 depends on HID_LOGITECH
501 select INPUT_FF_MEMLESS
502 default LOGITECH_FF
503 help
504 Say Y here if you want to enable force feedback and range setting(*)
505 support for following Logitech wheels:
506 - Logitech G25 (*)
507 - Logitech G27 (*)
508 - Logitech G29 (*)
509 - Logitech Driving Force
510 - Logitech Driving Force Pro (*)
511 - Logitech Driving Force GT (*)
512 - Logitech Driving Force EX/RX
513 - Logitech Driving Force Wireless
514 - Logitech Speed Force Wireless
515 - Logitech MOMO Force
516 - Logitech MOMO Racing Force
517 - Logitech Formula Force GP
518 - Logitech Formula Force EX/RX
519 - Logitech Wingman Formula Force GP
520
521 config HID_MAGICMOUSE
522 tristate "Apple Magic Mouse/Trackpad multi-touch support"
523 depends on HID
524 ---help---
525 Support for the Apple Magic Mouse/Trackpad multi-touch.
526
527 Say Y here if you want support for the multi-touch features of the
528 Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad.
529
530 config HID_MAYFLASH
531 tristate "Mayflash game controller adapter force feedback"
532 depends on HID
533 select INPUT_FF_MEMLESS
534 ---help---
535 Say Y here if you have HJZ Mayflash PS3 game controller adapters
536 and want to enable force feedback support.
537
538 config HID_MICROSOFT
539 tristate "Microsoft non-fully HID-compliant devices"
540 depends on HID
541 default !EXPERT
542 ---help---
543 Support for Microsoft devices that are not fully compliant with HID standard.
544
545 config HID_MONTEREY
546 tristate "Monterey Genius KB29E keyboard"
547 depends on HID
548 default !EXPERT
549 ---help---
550 Support for Monterey Genius KB29E.
551
552 config HID_MULTITOUCH
553 tristate "HID Multitouch panels"
554 depends on HID
555 ---help---
556 Generic support for HID multitouch panels.
557
558 Say Y here if you have one of the following devices:
559 - 3M PCT touch screens
560 - ActionStar dual touch panels
561 - Atmel panels
562 - Cando dual touch panels
563 - Chunghwa panels
564 - CJTouch panels
565 - CVTouch panels
566 - Cypress TrueTouch panels
567 - Elan Microelectronics touch panels
568 - Elo TouchSystems IntelliTouch Plus panels
569 - GeneralTouch 'Sensing Win7-TwoFinger' panels
570 - GoodTouch panels
571 - Hanvon dual touch panels
572 - Ilitek dual touch panels
573 - IrTouch Infrared USB panels
574 - LG Display panels (Dell ST2220Tc)
575 - Lumio CrystalTouch panels
576 - MosArt dual-touch panels
577 - Panasonic multitouch panels
578 - PenMount dual touch panels
579 - Perixx Peripad 701 touchpad
580 - PixArt optical touch screen
581 - Pixcir dual touch panels
582 - Quanta panels
583 - eGalax dual-touch panels, including the Joojoo and Wetab tablets
584 - SiS multitouch panels
585 - Stantum multitouch panels
586 - Touch International Panels
587 - Unitec Panels
588 - Wistron optical touch panels
589 - XAT optical touch panels
590 - Xiroku optical touch panels
591 - Zytronic touch panels
592
593 If unsure, say N.
594
595 To compile this driver as a module, choose M here: the
596 module will be called hid-multitouch.
597
598 config HID_NTI
599 tristate "NTI keyboard adapters"
600 ---help---
601 Support for the "extra" Sun keyboard keys on keyboards attached
602 through Network Technologies USB-SUN keyboard adapters.
603
604 config HID_NTRIG
605 tristate "N-Trig touch screen"
606 depends on USB_HID
607 ---help---
608 Support for N-Trig touch screen.
609
610 config HID_ORTEK
611 tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
612 depends on HID
613 ---help---
614 There are certain devices which have LogicalMaximum wrong in the keyboard
615 usage page of their report descriptor. The most prevailing ones so far
616 are manufactured by Ortek, thus the name of the driver. Currently
617 supported devices by this driver are
618
619 - Ortek PKB-1700
620 - Ortek WKB-2000
621 - Skycable wireless presenter
622
623 config HID_PANTHERLORD
624 tristate "Pantherlord/GreenAsia game controller"
625 depends on HID
626 ---help---
627 Say Y here if you have a PantherLord/GreenAsia based game controller
628 or adapter.
629
630 config PANTHERLORD_FF
631 bool "Pantherlord force feedback support"
632 depends on HID_PANTHERLORD
633 select INPUT_FF_MEMLESS
634 ---help---
635 Say Y here if you have a PantherLord/GreenAsia based game controller
636 or adapter and want to enable force feedback support for it.
637
638 config HID_PENMOUNT
639 tristate "Penmount touch device"
640 depends on USB_HID
641 ---help---
642 This selects a driver for the PenMount 6000 touch controller.
643
644 The driver works around a problem in the report descript allowing
645 the userspace to touch events instead of mouse events.
646
647 Say Y here if you have a Penmount based touch controller.
648
649 config HID_PETALYNX
650 tristate "Petalynx Maxter remote control"
651 depends on HID
652 ---help---
653 Support for Petalynx Maxter remote control.
654
655 config HID_PICOLCD
656 tristate "PicoLCD (graphic version)"
657 depends on HID
658 ---help---
659 This provides support for Minibox PicoLCD devices, currently
660 only the graphical ones are supported.
661
662 This includes support for the following device features:
663 - Keypad
664 - Switching between Firmware and Flash mode
665 - EEProm / Flash access (via debugfs)
666 Features selectively enabled:
667 - Framebuffer for monochrome 256x64 display
668 - Backlight control
669 - Contrast control
670 - General purpose outputs
671 Features that are not (yet) supported:
672 - IR
673
674 config HID_PICOLCD_FB
675 bool "Framebuffer support" if EXPERT
676 default !EXPERT
677 depends on HID_PICOLCD
678 depends on HID_PICOLCD=FB || FB=y
679 select FB_DEFERRED_IO
680 select FB_SYS_FILLRECT
681 select FB_SYS_COPYAREA
682 select FB_SYS_IMAGEBLIT
683 select FB_SYS_FOPS
684 ---help---
685 Provide access to PicoLCD's 256x64 monochrome display via a
686 framebuffer device.
687
688 config HID_PICOLCD_BACKLIGHT
689 bool "Backlight control" if EXPERT
690 default !EXPERT
691 depends on HID_PICOLCD
692 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
693 ---help---
694 Provide access to PicoLCD's backlight control via backlight
695 class.
696
697 config HID_PICOLCD_LCD
698 bool "Contrast control" if EXPERT
699 default !EXPERT
700 depends on HID_PICOLCD
701 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
702 ---help---
703 Provide access to PicoLCD's LCD contrast via lcd class.
704
705 config HID_PICOLCD_LEDS
706 bool "GPO via leds class" if EXPERT
707 default !EXPERT
708 depends on HID_PICOLCD
709 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
710 ---help---
711 Provide access to PicoLCD's GPO pins via leds class.
712
713 config HID_PICOLCD_CIR
714 bool "CIR via RC class" if EXPERT
715 default !EXPERT
716 depends on HID_PICOLCD
717 depends on HID_PICOLCD=RC_CORE || RC_CORE=y
718 ---help---
719 Provide access to PicoLCD's CIR interface via remote control (LIRC).
720
721 config HID_PLANTRONICS
722 tristate "Plantronics USB HID Driver"
723 depends on HID
724 ---help---
725 Provides HID support for Plantronics USB audio devices.
726 Correctly maps vendor unique volume up/down HID usages to
727 KEY_VOLUMEUP and KEY_VOLUMEDOWN events and prevents core mapping
728 of other vendor unique HID usages to random mouse events.
729
730 Say M here if you may ever plug in a Plantronics USB audio device.
731
732 config HID_PRIMAX
733 tristate "Primax non-fully HID-compliant devices"
734 depends on HID
735 ---help---
736 Support for Primax devices that are not fully compliant with the
737 HID standard.
738
739 config HID_ROCCAT
740 tristate "Roccat device support"
741 depends on USB_HID
742 ---help---
743 Support for Roccat devices.
744 Say Y here if you have a Roccat mouse or keyboard and want
745 support for its special functionalities.
746
747 config HID_SAITEK
748 tristate "Saitek (Mad Catz) non-fully HID-compliant devices"
749 depends on HID
750 ---help---
751 Support for Saitek devices that are not fully compliant with the
752 HID standard.
753
754 Supported devices:
755 - PS1000 Dual Analog Pad
756 - Saitek R.A.T.7, R.A.T.9, M.M.O.7 Gaming Mice
757 - Mad Catz R.A.T.5, R.A.T.9 Gaming Mice
758
759 config HID_SAMSUNG
760 tristate "Samsung InfraRed remote control or keyboards"
761 depends on HID
762 ---help---
763 Support for Samsung InfraRed remote control or keyboards.
764
765 config HID_SONY
766 tristate "Sony PS2/3/4 accessories"
767 depends on USB_HID
768 depends on NEW_LEDS
769 depends on LEDS_CLASS
770 select POWER_SUPPLY
771 ---help---
772 Support for
773
774 * Sony PS3 6-axis controllers
775 * Sony PS4 DualShock 4 controllers
776 * Buzz controllers
777 * Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
778 * Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
779
780 config SONY_FF
781 bool "Sony PS2/3/4 accessories force feedback support"
782 depends on HID_SONY
783 select INPUT_FF_MEMLESS
784 ---help---
785 Say Y here if you have a Sony PS2/3/4 accessory and want to enable
786 force feedback support for it.
787
788 config HID_SPEEDLINK
789 tristate "Speedlink VAD Cezanne mouse support"
790 depends on HID
791 ---help---
792 Support for Speedlink Vicious and Divine Cezanne mouse.
793
794 config HID_STEELSERIES
795 tristate "Steelseries SRW-S1 steering wheel support"
796 depends on HID
797 ---help---
798 Support for Steelseries SRW-S1 steering wheel
799
800 config HID_SUNPLUS
801 tristate "Sunplus wireless desktop"
802 depends on HID
803 ---help---
804 Support for Sunplus wireless desktop.
805
806 config HID_RMI
807 tristate "Synaptics RMI4 device support"
808 depends on HID
809 select RMI4_CORE
810 select RMI4_F03
811 select RMI4_F11
812 select RMI4_F12
813 select RMI4_F30
814 ---help---
815 Support for Synaptics RMI4 touchpads.
816 Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
817 and want support for its special functionalities.
818
819 config HID_GREENASIA
820 tristate "GreenAsia (Product ID 0x12) game controller support"
821 depends on HID
822 ---help---
823 Say Y here if you have a GreenAsia (Product ID 0x12) based game
824 controller or adapter.
825
826 config GREENASIA_FF
827 bool "GreenAsia (Product ID 0x12) force feedback support"
828 depends on HID_GREENASIA
829 select INPUT_FF_MEMLESS
830 ---help---
831 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
832 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
833 and want to enable force feedback support for it.
834
835 config HID_HYPERV_MOUSE
836 tristate "Microsoft Hyper-V mouse driver"
837 depends on HYPERV
838 ---help---
839 Select this option to enable the Hyper-V mouse driver.
840
841 config HID_SMARTJOYPLUS
842 tristate "SmartJoy PLUS PS2/USB adapter support"
843 depends on HID
844 ---help---
845 Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
846 Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
847
848 Note that DDR (Dance Dance Revolution) mode is not supported, nor
849 is pressure sensitive buttons on the pro models.
850
851 config SMARTJOYPLUS_FF
852 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
853 depends on HID_SMARTJOYPLUS
854 select INPUT_FF_MEMLESS
855 ---help---
856 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
857 enable force feedback support for it.
858
859 config HID_TIVO
860 tristate "TiVo Slide Bluetooth remote control support"
861 depends on HID
862 ---help---
863 Say Y if you have a TiVo Slide Bluetooth remote control.
864
865 config HID_TOPSEED
866 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
867 depends on HID
868 ---help---
869 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
870 CLLRCMCE remote control.
871
872 config HID_THINGM
873 tristate "ThingM blink(1) USB RGB LED"
874 depends on HID
875 depends on LEDS_CLASS
876 select HID_LED
877 ---help---
878 Support for the ThingM blink(1) USB RGB LED. This driver has been
879 merged into the generic hid led driver. Config symbol HID_THINGM
880 just selects HID_LED and will be removed soon.
881
882 config HID_THRUSTMASTER
883 tristate "ThrustMaster devices support"
884 depends on HID
885 ---help---
886 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
887 a THRUSTMASTER Ferrari GT Rumble Wheel.
888
889 config THRUSTMASTER_FF
890 bool "ThrustMaster devices force feedback support"
891 depends on HID_THRUSTMASTER
892 select INPUT_FF_MEMLESS
893 ---help---
894 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
895 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
896 Rumble Force or Force Feedback Wheel.
897
898 config HID_UDRAW_PS3
899 tristate "THQ PS3 uDraw tablet"
900 depends on HID
901 ---help---
902 Say Y here if you want to use the THQ uDraw gaming tablet for
903 the PS3.
904
905 config HID_WACOM
906 tristate "Wacom Intuos/Graphire tablet support (USB)"
907 depends on HID
908 select POWER_SUPPLY
909 select NEW_LEDS
910 select LEDS_CLASS
911 select LEDS_TRIGGERS
912 help
913 Say Y here if you want to use the USB or BT version of the Wacom Intuos
914 or Graphire tablet.
915
916 To compile this driver as a module, choose M here: the
917 module will be called wacom.
918
919 config HID_WIIMOTE
920 tristate "Nintendo Wii / Wii U peripherals"
921 depends on HID
922 depends on LEDS_CLASS
923 select POWER_SUPPLY
924 select INPUT_FF_MEMLESS
925 ---help---
926 Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
927 devices are the Wii Remote and its extension devices, but also devices
928 based on the Wii Remote like the Wii U Pro Controller or the
929 Wii Balance Board.
930
931 Support for all official Nintendo extensions is available, however, 3rd
932 party extensions might not be supported. Please report these devices to:
933 http://github.com/dvdhrm/xwiimote/issues
934
935 Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
936 the Wii U Gamepad) might be supported in the future. But currently
937 support is limited to Bluetooth based devices.
938
939 If unsure, say N.
940
941 To compile this driver as a module, choose M here: the
942 module will be called hid-wiimote.
943
944 config HID_XINMO
945 tristate "Xin-Mo non-fully compliant devices"
946 depends on HID
947 ---help---
948 Support for Xin-Mo devices that are not fully compliant with the HID
949 standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
950 if you have a Xin-Mo Dual Arcade controller.
951
952 config HID_ZEROPLUS
953 tristate "Zeroplus based game controller support"
954 depends on HID
955 ---help---
956 Say Y here if you have a Zeroplus based game controller.
957
958 config ZEROPLUS_FF
959 bool "Zeroplus based game controller force feedback support"
960 depends on HID_ZEROPLUS
961 select INPUT_FF_MEMLESS
962 ---help---
963 Say Y here if you have a Zeroplus based game controller and want
964 to have force feedback support for it.
965
966 config HID_ZYDACRON
967 tristate "Zydacron remote control support"
968 depends on HID
969 ---help---
970 Support for Zydacron remote control.
971
972 config HID_SENSOR_HUB
973 tristate "HID Sensors framework support"
974 depends on HID && HAS_IOMEM
975 select MFD_CORE
976 default n
977 ---help---
978 Support for HID Sensor framework. This creates a MFD instance
979 for a sensor hub and identifies all the sensors connected to it.
980 Each sensor is registered as a MFD cell, so that sensor specific
981 processing can be done in a separate driver. Each sensor
982 drivers can use the service provided by this driver to register
983 for events and handle data streams. Each sensor driver can format
984 data and present to user mode using input or IIO interface.
985
986 config HID_SENSOR_CUSTOM_SENSOR
987 tristate "HID Sensors hub custom sensor support"
988 depends on HID_SENSOR_HUB
989 default n
990 ---help---
991 HID Sensor hub specification allows definition of some custom and
992 generic sensors. Unlike other HID sensors, they can't be exported
993 via Linux IIO because of custom fields. This is up to the manufacturer
994 to decide how to interpret these special sensor ids and process in
995 the user space. Currently some manufacturers are using these ids for
996 sensor calibration and debugging other sensors. Manufacturers
997 should't use these special custom sensor ids to export any of the
998 standard sensors.
999 Select this config option for custom/generic sensor support.
1000
1001 config HID_ALPS
1002 tristate "Alps HID device support"
1003 depends on HID
1004 ---help---
1005 Support for Alps I2C HID touchpads and StickPointer.
1006 Say Y here if you have a Alps touchpads over i2c-hid or usbhid
1007 and want support for its special functionalities.
1008
1009 endmenu
1010
1011 endif # HID
1012
1013 source "drivers/hid/usbhid/Kconfig"
1014
1015 source "drivers/hid/i2c-hid/Kconfig"
1016
1017 source "drivers/hid/intel-ish-hid/Kconfig"
1018
1019 endmenu