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