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