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