xref: /linux/drivers/hid/Kconfig (revision 310b6aff4faa66ed6f9f0ab0488cc01fcec5d624)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# HID driver configuration
4#
5menuconfig HID_SUPPORT
6	bool "HID bus support"
7	default y
8	depends on INPUT
9	help
10	  This option adds core support for human interface device (HID).
11	  You will also need drivers from the following menu to make use of it.
12
13if HID_SUPPORT
14
15config HID
16	tristate "HID bus core support"
17	default y
18	depends on INPUT
19	help
20	  A human interface device (HID) is a type of computer device that
21	  interacts directly with and takes input from humans. The term "HID"
22	  most commonly used to refer to the USB-HID specification, but other
23	  devices (such as, but not strictly limited to, Bluetooth) are
24	  designed using HID specification (this involves certain keyboards,
25	  mice, tablets, etc). This option adds the HID bus to the kernel,
26	  together with generic HID layer code. The HID devices are added and
27	  removed from the HID bus by the transport-layer drivers, such as
28	  usbhid (USB_HID) and hidp (BT_HIDP).
29
30	  For docs and specs, see https://www.usb.org/developers/hidpage/
31
32	  If unsure, say Y.
33
34if HID
35
36config HID_BATTERY_STRENGTH
37	bool "Battery level reporting for HID devices"
38	select POWER_SUPPLY
39	default n
40	help
41	This option adds support of reporting battery strength (for HID devices
42	that support this feature) through power_supply class so that userspace
43	tools, such as upower, can display it.
44
45config HIDRAW
46	bool "/dev/hidraw raw HID device support"
47	help
48	Say Y here if you want to support HID devices (from the USB
49	specification standpoint) that aren't strictly user interface
50	devices, like monitor controls and Uninterruptible Power Supplies.
51
52	This module supports these devices separately using a separate
53	event interface on /dev/hidraw.
54
55	There is also a /dev/hiddev configuration option in the USB HID
56	configuration menu. In comparison to hiddev, this device does not process
57	the hid events at all (no parsing, no lookups). This lets applications
58	to work on raw hid events when they want to, and avoid using transport-specific
59	userspace libhid/libusb libraries.
60
61	If unsure, say Y.
62
63config UHID
64	tristate "User-space I/O driver support for HID subsystem"
65	default n
66	help
67	Say Y here if you want to provide HID I/O Drivers from user-space.
68	This allows to write I/O drivers in user-space and feed the data from
69	the device into the kernel. The kernel parses the HID reports, loads the
70	corresponding HID Device Driver or provides input devices on top of your
71	user-space device.
72
73	This driver cannot be used to parse HID-reports in user-space and write
74	special HID-drivers. You should use hidraw for that.
75	Instead, this driver allows to write the transport-layer driver in
76	user-space like USB-HID and Bluetooth-HID do in kernel-space.
77
78	If unsure, say N.
79
80	To compile this driver as a module, choose M here: the
81	module will be called uhid.
82
83config HID_GENERIC
84	tristate "Generic HID driver"
85	default HID
86	help
87	Support for generic devices on the HID bus. This includes most
88	keyboards and mice, joysticks, tablets and digitizers.
89
90	To compile this driver as a module, choose M here: the module
91	will be called hid-generic.
92
93	If unsure, say Y.
94
95config HID_HAPTIC
96	bool "Haptic touchpad support"
97	default n
98	help
99	Support for touchpads with force sensors and haptic actuators instead of a
100	traditional button.
101	Adds extra parsing and FF device for the hid multitouch driver.
102	It can be used for Elan 2703 haptic touchpad.
103
104	If unsure, say N.
105
106menu "Special HID drivers"
107
108config HID_A4TECH
109	tristate "A4TECH mice"
110	help
111	Support for some A4TECH mice with two scroll wheels.
112
113config HID_ACCUTOUCH
114	tristate "Accutouch touch device"
115	depends on USB_HID
116	help
117	  This selects a driver for the Accutouch 2216 touch controller.
118
119	  The driver works around a problem in the reported device capabilities
120	  which causes userspace to detect the device as a mouse rather than
121          a touchscreen.
122
123	  Say Y here if you have a Accutouch 2216 touch controller.
124
125config HID_ACRUX
126	tristate "ACRUX game controller support"
127	help
128	Say Y here if you want to enable support for ACRUX game controllers.
129
130config HID_ACRUX_FF
131	bool "ACRUX force feedback support"
132	depends on HID_ACRUX
133	select INPUT_FF_MEMLESS
134	help
135	Say Y here if you want to enable force feedback support for ACRUX
136	game controllers.
137
138config HID_APPLE
139	tristate "Apple {i,Power,Mac}Books"
140	depends on LEDS_CLASS
141	depends on NEW_LEDS
142	help
143	Support for some Apple devices which less or more break
144	HID specification.
145
146	Say Y here if you want support for keyboards of	Apple iBooks, PowerBooks,
147	MacBooks, MacBook Pros and Apple Aluminum.
148
149config HID_APPLEIR
150	tristate "Apple infrared receiver"
151	depends on (USB_HID)
152	help
153	Support for Apple infrared remote control. All the Apple computers from
154	  2005 onwards include such a port, except the unibody Macbook (2009),
155	  and Mac Pros. This receiver is also used in the Apple TV set-top box
156	  prior to the 2010 model.
157
158	Say Y here if you want support for Apple infrared remote control.
159
160config HID_APPLETB_BL
161	tristate "Apple Touch Bar Backlight"
162	depends on BACKLIGHT_CLASS_DEVICE
163	depends on X86 || COMPILE_TEST
164	help
165	  Say Y here if you want support for the backlight of Touch Bars on x86
166	  MacBook Pros.
167
168	  To compile this driver as a module, choose M here: the
169	  module will be called hid-appletb-bl.
170
171config HID_APPLETB_KBD
172	tristate "Apple Touch Bar Keyboard Mode"
173	depends on USB_HID
174	depends on BACKLIGHT_CLASS_DEVICE
175	depends on INPUT
176	depends on X86 || COMPILE_TEST
177	select INPUT_SPARSEKMAP
178	select HID_APPLETB_BL
179	help
180	  Say Y here if you want support for the keyboard mode (escape,
181	  function, media and brightness keys) of Touch Bars on x86 MacBook
182	  Pros.
183
184	  To compile this driver as a module, choose M here: the
185	  module will be called hid-appletb-kbd.
186
187config HID_ASUS
188	tristate "Asus"
189	depends on USB_HID
190	depends on LEDS_CLASS
191	depends on ASUS_WMI || ASUS_WMI=n
192	select POWER_SUPPLY
193	help
194	Support for Asus notebook built-in keyboard and touchpad via i2c, and
195	the Asus Republic of Gamers laptop keyboard special keys.
196
197	Supported devices:
198	- EeeBook X205TA
199	- VivoBook E200HA
200	- GL553V series
201	- GL753V series
202
203config HID_AUREAL
204	tristate "Aureal"
205	help
206	Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
207
208config HID_BELKIN
209	tristate "Belkin Flip KVM and Wireless keyboard"
210	help
211	Support for Belkin Flip KVM and Wireless keyboard.
212
213config HID_BETOP_FF
214	tristate "Betop Production Inc. force feedback support"
215	depends on USB_HID
216	select INPUT_FF_MEMLESS
217	help
218	Say Y here if you want to enable force feedback support for devices by
219	BETOP Production Ltd.
220	Currently the following devices are known to be supported:
221	 - BETOP 2185 PC & BFM MODE
222
223config HID_BIGBEN_FF
224	tristate "BigBen Interactive Kids' gamepad support"
225	depends on USB_HID
226	depends on NEW_LEDS
227	depends on LEDS_CLASS
228	select INPUT_FF_MEMLESS
229	help
230	  Support for the "Kid-friendly Wired Controller" PS3OFMINIPAD
231	  gamepad made by BigBen Interactive, originally sold as a PS3
232	  accessory. This driver fixes input mapping and adds support for
233	  force feedback effects and LEDs on the device.
234
235config HID_CHERRY
236	tristate "Cherry Cymotion keyboard"
237	help
238	Support for Cherry Cymotion keyboard.
239
240config HID_CHICONY
241	tristate "Chicony devices"
242	depends on USB_HID
243	help
244	Support for Chicony Tactical pad and special keys on Chicony keyboards.
245
246config HID_CORSAIR
247	tristate "Corsair devices"
248	depends on USB_HID && LEDS_CLASS
249	select POWER_SUPPLY
250	help
251	Support for Corsair devices that are not fully compliant with the
252	HID standard.
253	Support for Corsair Void headsets.
254
255	Supported devices:
256	- Vengeance K90
257	- Scimitar PRO RGB
258	- Corsair Void headsets
259
260config HID_COUGAR
261	tristate "Cougar devices"
262	help
263	Support for Cougar devices that are not fully compliant with the
264	HID standard.
265
266	Supported devices:
267	- Cougar 500k Gaming Keyboard
268
269config HID_MACALLY
270	tristate "Macally devices"
271	help
272	Support for Macally devices that are not fully compliant with the
273	HID standard.
274
275	supported devices:
276	- Macally ikey keyboard
277
278config HID_PRODIKEYS
279	tristate "Prodikeys PC-MIDI Keyboard support"
280	depends on USB_HID && SND
281	select SND_RAWMIDI
282	help
283	Support for Prodikeys PC-MIDI Keyboard device support.
284	Say Y here to enable support for this device.
285	- Prodikeys PC-MIDI keyboard.
286	  The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
287	  input and one MIDI output. These MIDI jacks appear as
288	  a sound "card" in the ALSA sound system.
289	  Note: if you say N here, this device will still function as a basic
290	  multimedia keyboard, but will lack support for the musical keyboard
291	  and some additional multimedia keys.
292
293config HID_CMEDIA
294	tristate "CMedia audio chips"
295	help
296	Support for CMedia CM6533 HID audio jack controls
297        and HS100B mute buttons.
298
299config HID_CP2112
300	tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support"
301	depends on USB_HID && HIDRAW && I2C && GPIOLIB
302	select GPIOLIB_IRQCHIP
303	help
304	Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge.
305	This is a HID device driver which registers as an i2c adapter
306	and gpiochip to expose these functions of the CP2112. The
307	customizable USB descriptor fields are exposed as sysfs attributes.
308
309config HID_CREATIVE_SB0540
310	tristate "Creative SB0540 infrared receiver"
311	depends on USB_HID
312	help
313	Support for Creative infrared SB0540-compatible remote controls, such
314	as the RM-1500 and RM-1800 remotes.
315
316	Say Y here if you want support for Creative SB0540 infrared receiver.
317
318config HID_CYPRESS
319	tristate "Cypress mouse and barcode readers"
320	help
321	Support for cypress mouse and barcode readers.
322
323config HID_DRAGONRISE
324	tristate "DragonRise Inc. game controller"
325	help
326	Say Y here if you have DragonRise Inc. game controllers.
327	These might be branded as:
328	- Tesun USB-703
329	- Media-tech MT1504 "Rogue"
330	- DVTech JS19 "Gear"
331	- Defender Game Master
332
333config DRAGONRISE_FF
334	bool "DragonRise Inc. force feedback"
335	depends on HID_DRAGONRISE
336	select INPUT_FF_MEMLESS
337	help
338	Say Y here if you want to enable force feedback support for DragonRise Inc.
339	game controllers.
340
341config HID_EMS_FF
342	tristate "EMS Production Inc. force feedback support"
343	select INPUT_FF_MEMLESS
344	help
345	Say Y here if you want to enable force feedback support for devices by
346	EMS Production Ltd.
347	Currently the following devices are known to be supported:
348	 - Trio Linker Plus II
349
350config HID_ELAN
351	tristate "ELAN USB Touchpad Support"
352	depends on LEDS_CLASS && USB_HID
353	help
354	Say Y to enable support for the USB ELAN touchpad
355	Currently the following devices are known to be supported:
356	 - HP Pavilion X2 10-p0XX.
357
358config HID_ELECOM
359	tristate "ELECOM HID devices"
360	help
361	Support for ELECOM devices:
362	  - BM084 Bluetooth Mouse
363	  - EX-G Trackballs (M-XT3DRBK, M-XT3URBK)
364	  - DEFT Trackballs (M-DT1DRBK, M-DT1URBK, M-DT2DRBK, M-DT2URBK)
365	  - HUGE Trackballs (M-HT1DRBK, M-HT1URBK)
366	  - HUGE Plus Trackball (M-HT1MRBK)
367
368config HID_ELO
369	tristate "ELO USB 4000/4500 touchscreen"
370	depends on USB_HID
371	help
372	Support for the ELO USB 4000/4500 touchscreens. Note that this is for
373	different devices than those handled by CONFIG_TOUCHSCREEN_USB_ELO.
374
375config HID_EVISION
376	tristate "EVision Keyboards Support"
377	depends on HID
378	help
379	Support for some EVision keyboards. Note that this is needed only when
380	applying customization using userspace programs.
381	Support for some EVision devices requiring report descriptor fixups.
382
383config HID_EZKEY
384	tristate "Ezkey BTC 8193 keyboard"
385	help
386	Support for Ezkey BTC 8193 keyboard.
387
388config HID_FT260
389	tristate "FTDI FT260 USB HID to I2C host support"
390	depends on USB_HID && HIDRAW && I2C
391	help
392	  Provides I2C host adapter functionality over USB-HID through FT260
393	  device. The customizable USB descriptor fields are exposed as sysfs
394	  attributes.
395
396	  To compile this driver as a module, choose M here: the module
397	  will be called hid-ft260.
398
399config HID_GEMBIRD
400	tristate "Gembird Joypad"
401	help
402	Support for Gembird JPD-DualForce 2.
403
404config HID_GFRM
405	tristate "Google Fiber TV Box remote control support"
406	help
407	Support for Google Fiber TV Box remote controls
408
409config HID_GLORIOUS
410	tristate "Glorious PC Gaming Race mice"
411	help
412	  Support for Glorious PC Gaming Race mice such as
413	  the Glorious Model O, O- and D.
414
415config HID_HOLTEK
416	tristate "Holtek HID devices"
417	depends on USB_HID
418	help
419	Support for Holtek based devices:
420	  - Holtek On Line Grip based game controller
421	  - Trust GXT 18 Gaming Keyboard
422	  - Sharkoon Drakonia / Perixx MX-2000 gaming mice
423	  - Tracer Sniper TRM-503 / NOVA Gaming Slider X200 /
424	    Zalman ZM-GM1
425	  - SHARKOON DarkGlider Gaming mouse
426	  - LEETGION Hellion Gaming Mouse
427
428config HOLTEK_FF
429	bool "Holtek On Line Grip force feedback support"
430	depends on HID_HOLTEK
431	select INPUT_FF_MEMLESS
432	help
433	  Say Y here if you have a Holtek On Line Grip based game controller
434	  and want to have force feedback support for it.
435
436config HID_VIVALDI_COMMON
437	tristate
438	help
439	  ChromeOS Vivaldi HID parsing support library. This is a hidden
440	  option so that drivers can use common code to parse the HID
441	  descriptors for vivaldi function row keymap.
442
443config HID_GOODIX_SPI
444	tristate "Goodix GT7986U SPI HID touchscreen"
445	depends on SPI_MASTER
446	help
447	  Support for Goodix GT7986U SPI HID touchscreen device.
448
449config HID_GOOGLE_HAMMER
450	tristate "Google Hammer Keyboard"
451	select HID_VIVALDI_COMMON
452	select INPUT_VIVALDIFMAP
453	depends on USB_HID && LEDS_CLASS && CROS_EC
454	help
455	Say Y here if you have a Google Hammer device.
456
457config HID_GOOGLE_STADIA_FF
458	tristate "Google Stadia force feedback"
459	select INPUT_FF_MEMLESS
460	help
461	Say Y here if you want to enable force feedback support for the Google
462	Stadia controller.
463
464config HID_VIVALDI
465	tristate "Vivaldi Keyboard"
466	select HID_VIVALDI_COMMON
467	select INPUT_VIVALDIFMAP
468	help
469	  Say Y here if you want to enable support for Vivaldi keyboards.
470
471	  Vivaldi keyboards use a vendor-specific (Google) HID usage to report
472	  how the keys in the top row are physically ordered.
473
474config HID_GT683R
475	tristate "MSI GT68xR LED support"
476	depends on LEDS_CLASS && USB_HID
477	help
478	Say Y here if you want to enable support for the three MSI GT68xR LEDs
479
480	This driver support following modes:
481	  - Normal: LEDs are fully on when enabled
482	  - Audio:  LEDs brightness depends on sound level
483	  - Breathing: LEDs brightness varies at human breathing rate
484
485	Currently the following devices are know to be supported:
486	  - MSI GT683R
487
488config HID_MSI
489	tristate "MSI Claw Gamepad Support"
490	depends on USB_HID
491	select NEW_LEDS
492	select LEDS_CLASS
493	select LEDS_CLASS_MULTICOLOR
494	help
495	Support for the MSI Claw RGB and controller configuration
496
497	Say Y here to include configuration interface support for the MSI Claw Line
498	of Handheld Console Controllers. Say M here to compile this driver as a
499	module. The module will be called hid-msi.
500
501config HID_KEYTOUCH
502	tristate "Keytouch HID devices"
503	help
504	Support for Keytouch HID devices not fully compliant with
505	the specification. Currently supported:
506		- Keytouch IEC 60945
507
508config HID_KYE
509	tristate "KYE/Genius devices"
510	help
511	Support for KYE/Genius devices not fully compliant with HID standard:
512	- Ergo Mouse
513	- EasyPen i405X tablet
514	- MousePen i608X tablet
515	- EasyPen M610X tablet
516
517config HID_KYSONA
518	tristate "Kysona devices"
519	depends on USB_HID
520	help
521	Support for Kysona mice.
522
523	Say Y here if you have a Kysona M600 mouse
524	and want to be able to read its battery capacity.
525
526config HID_UCLOGIC
527	tristate "UC-Logic"
528	depends on USB_HID
529	help
530	Support for UC-Logic and Huion tablets.
531
532config HID_WALTOP
533	tristate "Waltop"
534	help
535	Support for Waltop tablets.
536
537config HID_VIEWSONIC
538	tristate "ViewSonic/Signotec"
539	help
540	  Support for ViewSonic/Signotec PD1011 signature pad.
541
542config HID_VRC2
543	tristate "VRC-2 Car Controller"
544	depends on HID
545	help
546        Support for VRC-2 which is a 2-axis controller often used in
547        car simulators.
548
549        To compile this driver as a module, choose M here: the
550        module will be called hid-vrc2.
551
552config HID_XIAOMI
553	tristate "Xiaomi"
554	help
555	  Adds support for side buttons of Xiaomi Mi Dual Mode Wireless
556	  Mouse Silent Edition.
557
558config HID_GYRATION
559	tristate "Gyration remote control"
560	help
561	Support for Gyration remote control.
562
563config HID_ICADE
564	tristate "ION iCade arcade controller"
565	help
566	Support for the ION iCade arcade controller to work as a joystick.
567
568	To compile this driver as a module, choose M here: the
569	module will be called hid-icade.
570
571config HID_ITE
572	tristate "ITE devices"
573	help
574	Support for ITE devices not fully compliant with HID standard.
575
576config HID_JABRA
577	tristate "Jabra USB HID Driver"
578	help
579	Support for Jabra USB HID devices.
580
581	Prevents mapping of vendor defined HID usages to input events. Without
582	this driver HID	reports from Jabra devices may incorrectly be seen as
583	mouse button events.
584	Say M here if you may ever plug in a Jabra USB device.
585
586config HID_TWINHAN
587	tristate "Twinhan IR remote control"
588	help
589	Support for Twinhan IR remote control.
590
591config HID_KENSINGTON
592	tristate "Kensington Slimblade Trackball"
593	help
594	Support for Kensington Slimblade Trackball.
595
596config HID_LCPOWER
597	tristate "LC-Power"
598	help
599	Support for LC-Power RC1000MCE RF remote control.
600
601config HID_LED
602	tristate "Simple RGB LED support"
603	depends on LEDS_CLASS
604	help
605	Support for simple RGB LED devices. Currently supported are:
606	- Riso Kagaku Webmail Notifier
607	- Dream Cheeky Webmail Notifier and Friends Alert
608	- ThingM blink(1)
609	- Delcom Visual Signal Indicator Generation 2
610	- Greynut Luxafor
611
612	To compile this driver as a module, choose M here: the
613	module will be called hid-led.
614
615config HID_LENOVO
616	tristate "Lenovo / Thinkpad devices"
617	depends on LEDS_CLASS
618	help
619	Support for IBM/Lenovo devices that are not fully compliant with HID standard.
620
621	Say Y if you want support for horizontal scrolling of the IBM/Lenovo
622	Scrollpoint mice or the non-compliant features of the Lenovo Thinkpad
623	standalone keyboards, e.g:
624	- ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint
625	  configuration)
626	- ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys)
627	- ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys)
628
629config HID_LENOVO_GO
630	tristate "HID Driver for Lenovo Legion Go Series Controllers"
631	depends on USB_HID
632	depends on LEDS_CLASS_MULTICOLOR
633	help
634	Support for Lenovo Legion Go devices with detachable controllers.
635
636	Say Y here to include configuration interface support for the Lenovo Legion Go
637	and Legion Go 2 Handheld Console Controllers. Say M here to compile this
638	driver as a module. The module will be called hid-lenovo-go.
639
640config HID_LENOVO_GO_S
641	tristate "HID Driver for Lenovo Legion Go S Controller"
642	depends on USB_HID
643	depends on LEDS_CLASS_MULTICOLOR
644	help
645	Support for Lenovo Legion Go S Handheld Console Controller.
646
647	Say Y here to include configuration interface support for the Lenovo Legion Go
648	S. Say M here to compile this driver as a module. The module will be called
649	hid-lenovo-go-s.
650
651config HID_LETSKETCH
652	tristate "Letsketch WP9620N tablets"
653	depends on USB_HID
654	help
655	  Driver for the LetSketch / VSON WP9620N drawing tablet. This
656	  drawing tablet is also sold under other brand names such as Case U,
657	  presumably this driver will work for all of them. But it has only been
658	  tested with a LetSketch WP9620N model.
659
660	  These tablets also work without a special HID driver, but then only
661	  part of the active area works and both the pad and stylus buttons are
662	  hardwired to special key-combos. E.g. the 2 stylus buttons send right
663	  mouse clicks / resp. "e" key presses.
664
665config HID_LOGITECH
666	tristate "Logitech devices"
667	depends on USB_HID
668	depends on LEDS_CLASS
669	depends on LEDS_CLASS_MULTICOLOR
670	help
671	Support for Logitech devices that are not fully compliant with HID standard.
672
673config HID_LOGITECH_DJ
674	tristate "Logitech receivers full support"
675	depends on USB_HID
676	depends on HIDRAW
677	depends on HID_LOGITECH
678	select HID_LOGITECH_HIDPP
679	help
680	Say Y if you want support for Logitech receivers and devices.
681	Logitech receivers are capable of pairing multiple Logitech compliant
682	devices to the same receiver. Without this driver it will be handled by
683	generic USB_HID driver and all incoming events will be multiplexed
684	into a single mouse and a single keyboard device.
685
686config HID_LOGITECH_HIDPP
687	tristate "Logitech HID++ devices support"
688	depends on HID_LOGITECH
689	select POWER_SUPPLY
690	help
691	Support for Logitech devices relying on the HID++ Logitech specification
692
693	Say Y if you want support for Logitech devices relying on the HID++
694	specification. Such devices are the various Logitech Touchpads (T650,
695	T651, TK820), some mice (Zone Touch mouse), or even keyboards (Solar
696	Keyboard).
697
698config LOGITECH_FF
699	bool "Logitech force feedback support"
700	depends on HID_LOGITECH
701	select INPUT_FF_MEMLESS
702	help
703	  Say Y here if you have one of these devices:
704	  - Logitech WingMan Cordless RumblePad
705	  - Logitech WingMan Cordless RumblePad 2
706	  - Logitech WingMan Force 3D
707
708	  and if you want to enable force feedback for them.
709	  Note: if you say N here, this device will still be supported, but without
710	  force feedback.
711
712config LOGIRUMBLEPAD2_FF
713	bool "Logitech force feedback support (variant 2)"
714	depends on HID_LOGITECH
715	select INPUT_FF_MEMLESS
716	help
717	  Say Y here if you want to enable force feedback support for:
718	  - Logitech RumblePad
719	  - Logitech Rumblepad 2
720	  - Logitech Formula Vibration Feedback Wheel
721
722config LOGIG940_FF
723	bool "Logitech Flight System G940 force feedback support"
724	depends on HID_LOGITECH
725	select INPUT_FF_MEMLESS
726	help
727	  Say Y here if you want to enable force feedback support for Logitech
728	  Flight System G940 devices.
729
730config LOGIWHEELS_FF
731	bool "Logitech wheels configuration and force feedback support"
732	depends on HID_LOGITECH
733	select INPUT_FF_MEMLESS
734	default LOGITECH_FF
735	help
736	  Say Y here if you want to enable force feedback and range setting(*)
737	  support for following Logitech wheels:
738	  - Logitech G25 (*)
739	  - Logitech G27 (*)
740	  - Logitech G29 (*)
741	  - Logitech Driving Force
742	  - Logitech Driving Force Pro (*)
743	  - Logitech Driving Force GT (*)
744	  - Logitech Driving Force EX/RX
745	  - Logitech Driving Force Wireless
746	  - Logitech Speed Force Wireless
747	  - Logitech MOMO Force
748	  - Logitech MOMO Racing Force
749	  - Logitech Formula Force GP
750	  - Logitech Formula Force EX/RX
751	  - Logitech Wingman Formula Force GP
752
753config HID_MAGICMOUSE
754	tristate "Apple Magic Mouse/Trackpad multi-touch support"
755	help
756	Support for the Apple Magic Mouse/Trackpad multi-touch.
757
758	Say Y here if you want support for the multi-touch features of the
759	Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad.
760
761config HID_MALTRON
762	tristate "Maltron L90 keyboard"
763	help
764	Adds support for the volume up, volume down, mute, and play/pause buttons
765	of the Maltron L90 keyboard.
766
767config HID_MAYFLASH
768	tristate "Mayflash game controller adapter force feedback"
769	select INPUT_FF_MEMLESS
770	help
771	Say Y here if you have HJZ Mayflash PS3 game controller adapters
772	and want to enable force feedback support.
773
774config HID_MEGAWORLD_FF
775	tristate "Mega World based game controller force feedback support"
776	depends on USB_HID
777	select INPUT_FF_MEMLESS
778	help
779	Say Y here if you have a Mega World based game controller and want
780	to have force feedback support for it.
781
782config HID_RAKK
783	tristate "Rakk support"
784	help
785	  Support for Rakk gaming peripherals.
786
787	  Fixes the HID report descriptor of the Rakk Dasig X mouse,
788	  which declares USAGE_MAXIMUM=3 (buttons 1-3) while actually
789	  sending 5 button bits. This causes side buttons to be ignored.
790
791config HID_REDRAGON
792	tristate "Redragon keyboards"
793	help
794    Support for Redragon keyboards that need fix-ups to work properly.
795
796config HID_MICROSOFT
797	tristate "Microsoft non-fully HID-compliant devices"
798	select INPUT_FF_MEMLESS
799	help
800	Support for Microsoft devices that are not fully compliant with HID standard.
801
802config HID_MONTEREY
803	tristate "Monterey Genius KB29E keyboard"
804	help
805	Support for Monterey Genius KB29E.
806
807config HID_MULTITOUCH
808	tristate "HID Multitouch panels"
809	help
810	  Generic support for HID multitouch panels.
811
812	  Say Y here if you have one of the following devices:
813	  - 3M PCT touch screens
814	  - ActionStar dual touch panels
815	  - Apple Touch Bar on x86 MacBook Pros
816	  - Atmel panels
817	  - Cando dual touch panels
818	  - Chunghwa panels
819	  - CJTouch panels
820	  - CVTouch panels
821	  - Cypress TrueTouch panels
822	  - Elan Microelectronics touch panels
823	  - Elo TouchSystems IntelliTouch Plus panels
824	  - GeneralTouch 'Sensing Win7-TwoFinger' panels
825	  - GoodTouch panels
826	  - Hanvon dual touch panels
827	  - Ilitek dual touch panels
828	  - IrTouch Infrared USB panels
829	  - LG Display panels (Dell ST2220Tc)
830	  - Lumio CrystalTouch panels
831	  - MosArt dual-touch panels
832	  - Panasonic multitouch panels
833	  - PenMount dual touch panels
834	  - Perixx Peripad 701 touchpad
835	  - PixArt optical touch screen
836	  - Pixcir dual touch panels
837	  - Quanta panels
838	  - eGalax dual-touch panels, including the Joojoo and Wetab tablets
839	  - SiS multitouch panels
840	  - Stantum multitouch panels
841	  - Touch International Panels
842	  - Unitec Panels
843	  - Wistron optical touch panels
844	  - XAT optical touch panels
845	  - Xiroku optical touch panels
846	  - Zytronic touch panels
847
848	  If unsure, say N.
849
850	  To compile this driver as a module, choose M here: the
851	  module will be called hid-multitouch.
852
853config HID_NINTENDO
854	tristate "Nintendo Joy-Con, NSO, and Pro Controller support"
855	depends on NEW_LEDS
856	depends on LEDS_CLASS
857	select POWER_SUPPLY
858	help
859	Adds support for the Nintendo Switch Joy-Cons, NSO, Pro Controller.
860	All controllers support bluetooth, and the Pro Controller also supports
861	its USB mode. This also includes support for the Nintendo Switch Online
862	Controllers which include the NES, Genesis, SNES, and N64 controllers.
863
864	To compile this driver as a module, choose M here: the
865	module will be called hid-nintendo.
866
867config NINTENDO_FF
868	bool "Nintendo Switch controller force feedback support"
869	depends on HID_NINTENDO
870	select INPUT_FF_MEMLESS
871	help
872	Say Y here if you have a Nintendo Switch controller and want to enable
873	force feedback support for it. This works for both joy-cons, the pro
874	controller, and the NSO N64 controller. For the pro controller, both
875	rumble motors can be controlled individually.
876
877config HID_NTI
878	tristate "NTI keyboard adapters"
879	help
880	Support for the "extra" Sun keyboard keys on keyboards attached
881	through Network Technologies USB-SUN keyboard adapters.
882
883config HID_NTRIG
884	tristate "N-Trig touch screen"
885	depends on USB_HID
886	help
887	Support for N-Trig touch screen.
888
889config HID_NVIDIA_SHIELD
890	tristate "NVIDIA SHIELD devices"
891	depends on USB_HID
892	depends on BT_HIDP
893	depends on LEDS_CLASS
894	select POWER_SUPPLY
895	help
896	  Support for NVIDIA SHIELD accessories.
897
898	  Supported devices:
899	  - Thunderstrike (NVIDIA SHIELD Controller 2017)
900
901config NVIDIA_SHIELD_FF
902	bool "NVIDIA SHIELD force feedback support"
903	depends on HID_NVIDIA_SHIELD
904	select INPUT_FF_MEMLESS
905	help
906	  Say Y here if you would like to enable force feedback support for
907	  NVIDIA SHIELD accessories with haptics capabilities.
908
909config HID_ORTEK
910	tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
911	help
912	There are certain devices which have LogicalMaximum wrong in the keyboard
913	usage page of their report descriptor. The most prevailing ones so far
914	are manufactured by Ortek, thus the name of the driver. Currently
915	supported devices by this driver are
916
917	   - Ortek PKB-1700
918	   - Ortek WKB-2000
919	   - Skycable wireless presenter
920
921config HID_OXP
922	tristate "OneXPlayer handheld controller configuration support"
923	depends on USB_HID
924	depends on LEDS_CLASS
925	depends on LEDS_CLASS_MULTICOLOR
926	depends on DMI
927	help
928	  Say Y here if you would like to enable support for OneXPlayer handheld
929	  devices that come with RGB LED rings around the joysticks and macro buttons.
930
931	  To compile this driver as a module, choose M here: the module will
932	  be called hid-oxp.
933
934config HID_PANTHERLORD
935	tristate "Pantherlord/GreenAsia game controller"
936	help
937	  Say Y here if you have a PantherLord/GreenAsia based game controller
938	  or adapter.
939
940config PANTHERLORD_FF
941	bool "Pantherlord force feedback support"
942	depends on HID_PANTHERLORD
943	select INPUT_FF_MEMLESS
944	help
945	  Say Y here if you have a PantherLord/GreenAsia based game controller
946	  or adapter and want to enable force feedback support for it.
947
948config HID_PENMOUNT
949	tristate "Penmount touch device"
950	depends on USB_HID
951	help
952	  This selects a driver for the PenMount 6000 touch controller.
953
954	  The driver works around a problem in the report descript allowing
955	  the userspace to touch events instead of mouse events.
956
957	  Say Y here if you have a Penmount based touch controller.
958
959config HID_PETALYNX
960	tristate "Petalynx Maxter remote control"
961	help
962	Support for Petalynx Maxter remote control.
963
964config HID_PICOLCD
965	tristate "PicoLCD (graphic version)"
966	help
967	  This provides support for Minibox PicoLCD devices, currently
968	  only the graphical ones are supported.
969
970	  This includes support for the following device features:
971	  - Keypad
972	  - Switching between Firmware and Flash mode
973	  - EEProm / Flash access     (via debugfs)
974	  Features selectively enabled:
975	  - Framebuffer for monochrome 256x64 display
976	  - Backlight control
977	  - Contrast control
978	  - General purpose outputs
979	  Features that are not (yet) supported:
980	  - IR
981
982config HID_PICOLCD_FB
983	bool "Framebuffer support" if EXPERT
984	default !EXPERT
985	depends on HID_PICOLCD
986	depends on HID_PICOLCD=FB || FB=y
987	select FB_SYSMEM_HELPERS_DEFERRED
988	help
989	  Provide access to PicoLCD's 256x64 monochrome display via a
990	  framebuffer device.
991
992config HID_PICOLCD_BACKLIGHT
993	bool "Backlight control" if EXPERT
994	default !EXPERT
995	depends on HID_PICOLCD
996	depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
997	help
998	  Provide access to PicoLCD's backlight control via backlight
999	  class.
1000
1001config HID_PICOLCD_LCD
1002	bool "Contrast control" if EXPERT
1003	default !EXPERT
1004	depends on HID_PICOLCD
1005	depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
1006	help
1007	  Provide access to PicoLCD's LCD contrast via lcd class.
1008
1009config HID_PICOLCD_LEDS
1010	bool "GPO via leds class" if EXPERT
1011	default !EXPERT
1012	depends on HID_PICOLCD
1013	depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
1014	help
1015	  Provide access to PicoLCD's GPO pins via leds class.
1016
1017config HID_PICOLCD_CIR
1018	bool "CIR via RC class" if EXPERT
1019	default !EXPERT
1020	depends on HID_PICOLCD
1021	depends on HID_PICOLCD=RC_CORE || RC_CORE=y
1022	help
1023	  Provide access to PicoLCD's CIR interface via remote control (LIRC).
1024
1025config HID_PLANTRONICS
1026	tristate "Plantronics USB HID Driver"
1027	help
1028	  Provides HID support for Plantronics USB audio devices.
1029	  Correctly maps vendor unique volume up/down HID usages to
1030	  KEY_VOLUMEUP and KEY_VOLUMEDOWN events and prevents core mapping
1031	  of other vendor unique HID usages to random mouse events.
1032
1033	  Say M here if you may ever plug in a Plantronics USB audio device.
1034
1035config HID_PLAYSTATION
1036	tristate "PlayStation HID Driver"
1037	depends on LEDS_CLASS_MULTICOLOR
1038	select CRC32
1039	select POWER_SUPPLY
1040	help
1041	  Provides support for Sony PS4/PS5 controllers including support for
1042	  its special functionalities e.g. touchpad, lights and motion
1043	  sensors.
1044
1045config PLAYSTATION_FF
1046	bool "PlayStation force feedback support"
1047	depends on HID_PLAYSTATION
1048	select INPUT_FF_MEMLESS
1049	help
1050	  Say Y here if you would like to enable force feedback support for
1051	  PlayStation game controllers.
1052
1053config HID_PXRC
1054       tristate "PhoenixRC HID Flight Controller"
1055       depends on HID
1056       help
1057       Support for PhoenixRC HID Flight Controller, a 8-axis flight controller.
1058
1059       To compile this driver as a module, choose M here: the
1060       module will be called hid-pxrc.
1061
1062config HID_RAPOO
1063	tristate "Rapoo non-fully HID-compliant devices"
1064	depends on USB_HID
1065	help
1066	Support for Rapoo devices that are not fully compliant with the
1067	HID standard.
1068
1069config HID_RAZER
1070	tristate "Razer non-fully HID-compliant devices"
1071	help
1072	Support for Razer devices that are not fully compliant with the
1073	HID standard.
1074
1075config HID_PRIMAX
1076	tristate "Primax non-fully HID-compliant devices"
1077	help
1078	Support for Primax devices that are not fully compliant with the
1079	HID standard.
1080
1081config HID_RETRODE
1082	tristate "Retrode 2 USB adapter for vintage video games"
1083	depends on USB_HID
1084	help
1085	Support for
1086	  * Retrode 2 cartridge and controller adapter
1087
1088config HID_ROCCAT
1089	tristate "Roccat device support"
1090	depends on USB_HID
1091	help
1092	Support for Roccat devices.
1093	Say Y here if you have a Roccat mouse or keyboard and want
1094	support for its special functionalities.
1095
1096config HID_ROCCAT_KONE_KUNIT_TEST
1097	bool "KUnit tests for the Roccat Kone driver" if !KUNIT_ALL_TESTS
1098	depends on HID_ROCCAT=y && KUNIT=y
1099	default KUNIT_ALL_TESTS
1100	help
1101	  Enable the KUnit regression tests for the Roccat Kone driver,
1102	  covering bounds checking of device-supplied profile indices.
1103	  If unsure, say N.
1104
1105config HID_SAITEK
1106	tristate "Saitek (Mad Catz) non-fully HID-compliant devices"
1107	help
1108	Support for Saitek devices that are not fully compliant with the
1109	HID standard.
1110
1111	Supported devices:
1112	- PS1000 Dual Analog Pad
1113	- Saitek R.A.T.7, R.A.T.9, M.M.O.7 Gaming Mice
1114	- Mad Catz R.A.T.5, R.A.T.9 Gaming Mice
1115
1116config HID_SAMSUNG
1117	tristate "Samsung InfraRed remote control or keyboards"
1118	depends on USB_HID
1119	help
1120	Support for Samsung InfraRed remote control or keyboards.
1121
1122config HID_SEMITEK
1123	tristate "Semitek USB keyboards"
1124	help
1125	Support for Semitek USB keyboards that are not fully compliant
1126	with the HID standard.
1127
1128	There are many variants, including:
1129	- GK61, GK64, GK68, GK84, GK96, etc.
1130	- SK61, SK64, SK68, SK84, SK96, etc.
1131	- Dierya DK61/DK66
1132	- Tronsmart TK09R
1133	- Woo-dy
1134	- X-Bows Nature/Knight
1135
1136config HID_SIGMAMICRO
1137	tristate "SiGma Micro-based keyboards"
1138	depends on USB_HID
1139	help
1140	  Support for keyboards that use the SiGma Micro (a.k.a SigmaChip) IC.
1141
1142	  Supported devices:
1143	  - Landslides KR-700
1144	  - Rapoo V500
1145
1146config HID_SONY
1147	tristate "Sony PS2/3/4/5 accessories"
1148	depends on USB_HID
1149	depends on NEW_LEDS
1150	depends on LEDS_CLASS
1151	select POWER_SUPPLY
1152	select CRC32
1153	help
1154	Support for
1155
1156	  * Sixaxis controllers for PS3
1157	  * Buzz controllers
1158	  * Blu-ray Disc Remote Control for PS3
1159	  * Logitech Harmony adapter for PS3
1160	  * Guitar Hero Live PS3, Wii U and PS4 guitars
1161	  * Guitar Hero PS3 and PC guitars
1162	  * Rock Band 1, 2 and 3 PS3 and Wii instruments
1163	  * Rock Band 4 PS4 and PS5 guitars
1164	  * DJ Hero Turntable for PS3
1165
1166config SONY_FF
1167	bool "Sony PS2/3/4 accessories force feedback support"
1168	depends on HID_SONY
1169	select INPUT_FF_MEMLESS
1170	help
1171	Say Y here if you have a Sony PS2/3/4 accessory and want to enable
1172	force feedback support for it.
1173
1174config HID_SPEEDLINK
1175	tristate "Speedlink VAD Cezanne mouse support"
1176	help
1177	Support for Speedlink Vicious and Divine Cezanne mouse.
1178
1179config HID_STEAM
1180	tristate "Steam Controller/Deck support"
1181	select POWER_SUPPLY
1182	help
1183	Say Y here if you have a Steam Controller or Deck if you want to use it
1184	without running the Steam Client. It supports both the wired and
1185	the wireless adaptor.
1186
1187config STEAM_FF
1188	bool "Steam Deck force feedback support"
1189	depends on HID_STEAM
1190	select INPUT_FF_MEMLESS
1191	help
1192	Say Y here if you want to enable force feedback support for the Steam
1193	Deck.
1194
1195config HID_STEELSERIES
1196	tristate "Steelseries devices support"
1197	depends on USB_HID
1198	help
1199	Support for Steelseries SRW-S1 steering wheel, and the Steelseries
1200	Arctis 1 Wireless for XBox headset.
1201
1202config HID_SUNPLUS
1203	tristate "Sunplus wireless desktop"
1204	help
1205	Support for Sunplus wireless desktop.
1206
1207config HID_RMI
1208	tristate "Synaptics RMI4 device support"
1209	select RMI4_CORE
1210	select RMI4_F03
1211	select RMI4_F11
1212	select RMI4_F12
1213	select RMI4_F30
1214	select RMI4_F3A
1215	help
1216	Support for Synaptics RMI4 touchpads.
1217	Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
1218	and want support for its special functionalities.
1219
1220config HID_GREENASIA
1221	tristate "GreenAsia (Product ID 0x12) game controller support"
1222	help
1223	  Say Y here if you have a GreenAsia (Product ID 0x12) based game
1224	  controller or adapter.
1225
1226config GREENASIA_FF
1227	bool "GreenAsia (Product ID 0x12) force feedback support"
1228	depends on HID_GREENASIA
1229	select INPUT_FF_MEMLESS
1230	help
1231	Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
1232	(like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
1233	and want to enable force feedback support for it.
1234
1235config HID_HYPERV_MOUSE
1236	tristate "Microsoft Hyper-V mouse driver"
1237	depends on HYPERV_VMBUS
1238	help
1239	Select this option to enable the Hyper-V mouse driver.
1240
1241config HID_HYPERV_MOUSE_KUNIT_TEST
1242	bool "KUnit tests for Hyper-V mouse driver" if !KUNIT_ALL_TESTS
1243	depends on KUNIT && HID_HYPERV_MOUSE
1244	default KUNIT_ALL_TESTS
1245	help
1246	  Builds unit tests for the Hyper-V synthetic HID driver.
1247	  These tests exercise the initial device-info parser with
1248	  malformed host-provided HID descriptors and are only useful
1249	  for kernel developers running KUnit.
1250
1251config HID_SMARTJOYPLUS
1252	tristate "SmartJoy PLUS PS2/USB adapter support"
1253	help
1254	Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
1255	Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
1256
1257	Note that DDR (Dance Dance Revolution) mode is not supported, nor
1258	is pressure sensitive buttons on the pro models.
1259
1260config SMARTJOYPLUS_FF
1261	bool "SmartJoy PLUS PS2/USB adapter force feedback support"
1262	depends on HID_SMARTJOYPLUS
1263	select INPUT_FF_MEMLESS
1264	help
1265	Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
1266	enable force feedback support for it.
1267
1268config HID_TIVO
1269	tristate "TiVo Slide Bluetooth remote control support"
1270	help
1271	Say Y if you have a TiVo Slide Bluetooth remote control.
1272
1273config HID_TOPSEED
1274	tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
1275	help
1276	Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
1277	CLLRCMCE remote control.
1278
1279config HID_TOPRE
1280	tristate "Topre REALFORCE keyboards"
1281	depends on HID
1282	help
1283	  Say Y for N-key rollover support on Topre REALFORCE R2 108/87 key and
1284          Topre REALFORCE R3S 87 key keyboards.
1285
1286config HID_THINGM
1287	tristate "ThingM blink(1) USB RGB LED"
1288	depends on LEDS_CLASS
1289	select HID_LED
1290	help
1291	Support for the ThingM blink(1) USB RGB LED. This driver has been
1292	merged into the generic hid led driver. Config symbol HID_THINGM
1293	just selects HID_LED and will be removed soon.
1294
1295config HID_THRUSTMASTER
1296	tristate "ThrustMaster devices support"
1297	depends on USB_HID
1298	help
1299	  Say Y here if you have a THRUSTMASTER FireStore Dual Power 2,
1300	  a THRUSTMASTER Ferrari GT Rumble Wheel or Thrustmaster FFB
1301	  Wheel (T150RS, T300RS, T300 Ferrari Alcantara Edition, T500RS).
1302
1303config THRUSTMASTER_FF
1304	bool "ThrustMaster devices force feedback support"
1305	depends on HID_THRUSTMASTER
1306	select INPUT_FF_MEMLESS
1307	help
1308	  Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
1309	  a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
1310	  Rumble Force or Force Feedback Wheel.
1311
1312config HID_UDRAW_PS3
1313	tristate "THQ PS3 uDraw tablet"
1314	help
1315	  Say Y here if you want to use the THQ uDraw gaming tablet for
1316	  the PS3.
1317
1318config HID_U2FZERO
1319	tristate "U2F Zero LED and RNG support"
1320	depends on USB_HID
1321	depends on LEDS_CLASS
1322	depends on HW_RANDOM
1323	help
1324	  Support for the LED of the U2F Zero device.
1325
1326	  U2F Zero supports custom commands for blinking the LED
1327	  and getting data from the internal hardware RNG.
1328	  The internal hardware can be used to feed the entropy pool.
1329
1330	  U2F Zero only supports blinking its LED, so this driver doesn't
1331	  allow setting the brightness to anything but 1, which will
1332	  trigger a single blink and immediately reset back to 0.
1333
1334config HID_UNIVERSAL_PIDFF
1335	tristate "universal-pidff: extended USB PID driver compatibility and usage"
1336	depends on USB_HID
1337	depends on HID_PID
1338	help
1339	  Extended PID support for selected devices.
1340
1341	  Contains report fixups, extended usable button range and
1342	  pidff quirk management to extend compatibility with slightly
1343	  non-compliant USB PID devices and better fuzz/flat values for
1344	  high precision direct drive devices.
1345
1346	  Supports Moza Racing, Cammus, VRS, FFBeast and more.
1347
1348config HID_WACOM
1349	tristate "Wacom Intuos/Graphire tablet support (USB)"
1350	depends on USB_HID
1351	select POWER_SUPPLY
1352	select NEW_LEDS
1353	select LEDS_CLASS
1354	select LEDS_TRIGGERS
1355	help
1356	  Say Y here if you want to use the USB or BT version of the Wacom Intuos
1357	  or Graphire tablet.
1358
1359	  To compile this driver as a module, choose M here: the
1360	  module will be called wacom.
1361
1362config HID_WIIMOTE
1363	tristate "Nintendo Wii / Wii U peripherals"
1364	depends on LEDS_CLASS
1365	select POWER_SUPPLY
1366	select INPUT_FF_MEMLESS
1367	help
1368	Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
1369	devices are the Wii Remote and its extension devices, but also devices
1370	based on the Wii Remote like the Wii U Pro Controller or the
1371	Wii Balance Board.
1372
1373	Support for all official Nintendo extensions is available, however, 3rd
1374	party extensions might not be supported. Please report these devices to:
1375	  http://github.com/dvdhrm/xwiimote/issues
1376
1377	Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
1378	the Wii U Gamepad) might be supported in the future. But currently
1379	support is limited to Bluetooth based devices.
1380
1381	If unsure, say N.
1382
1383	To compile this driver as a module, choose M here: the
1384	module will be called hid-wiimote.
1385
1386config HID_WINWING
1387	tristate "WinWing Orion2 throttle support"
1388	depends on USB_HID
1389	depends on NEW_LEDS
1390	depends on LEDS_CLASS
1391	help
1392	  Support for WinWing Orion2 throttle base with the following grips:
1393
1394	    * TGRIP-15E
1395	    * TGRIP-15EX
1396	    * TGRIP-16EX
1397	    * TGRIP-18
1398
1399	  This driver enables all buttons and switches on the throttle base.
1400
1401	  To compile this driver as a module, choose M here: the
1402	  module will be called hid-winwing.
1403
1404config HID_XINMO
1405	tristate "Xin-Mo non-fully compliant devices"
1406	help
1407	Support for Xin-Mo devices that are not fully compliant with the HID
1408	standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
1409	if you have a Xin-Mo Dual Arcade controller.
1410
1411config HID_ZEROPLUS
1412	tristate "Zeroplus based game controller support"
1413	help
1414	  Say Y here if you have a Zeroplus based game controller.
1415
1416config ZEROPLUS_FF
1417	bool "Zeroplus based game controller force feedback support"
1418	depends on HID_ZEROPLUS
1419	select INPUT_FF_MEMLESS
1420	help
1421	  Say Y here if you have a Zeroplus based game controller and want
1422	  to have force feedback support for it.
1423
1424config HID_ZYDACRON
1425	tristate "Zydacron remote control support"
1426	help
1427	Support for Zydacron remote control.
1428
1429config HID_SENSOR_HUB
1430	tristate "HID Sensors framework support"
1431	depends on HAS_IOMEM
1432	select MFD_CORE
1433	default n
1434	help
1435	  Support for HID Sensor framework. This creates a MFD instance
1436	  for a sensor hub and identifies all the sensors connected to it.
1437	  Each sensor is registered as a MFD cell, so that sensor specific
1438	  processing can be done in a separate driver. Each sensor
1439	  drivers can use the service provided by this driver to register
1440	  for events and handle data streams. Each sensor driver can format
1441	  data and present to user mode using input or IIO interface.
1442
1443config HID_SENSOR_CUSTOM_SENSOR
1444	tristate "HID Sensors hub custom sensor support"
1445	depends on HID_SENSOR_HUB
1446	default n
1447	help
1448	  HID Sensor hub specification allows definition of some custom and
1449	  generic sensors. Unlike other HID sensors, they can't be exported
1450	  via Linux IIO because of custom fields. This is up to the manufacturer
1451	  to decide how to interpret these special sensor ids and process in
1452	  the user space. Currently some manufacturers are using these ids for
1453	  sensor calibration and debugging other sensors. Manufacturers
1454	  shouldn't use these special custom sensor ids to export any of the
1455	  standard sensors.
1456	  Select this config option for custom/generic sensor support.
1457
1458config HID_ALPS
1459	tristate "Alps HID device support"
1460	help
1461	Support for Alps I2C HID touchpads and StickPointer.
1462	Say Y here if you have a Alps touchpads over i2c-hid or usbhid
1463	and want support for its special functionalities.
1464
1465config HID_MCP2200
1466	tristate "Microchip MCP2200 HID USB-to-GPIO bridge"
1467	depends on USB_HID && GPIOLIB
1468	help
1469	  Provides GPIO functionality over USB-HID through MCP2200 device.
1470
1471	  To compile this driver as a module, choose M here: the module
1472	  will be called hid-mcp2200.ko.
1473
1474config HID_MCP2221
1475	tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support"
1476	depends on USB_HID && I2C
1477	imply GPIOLIB
1478	imply IIO
1479	help
1480	Provides I2C and SMBUS host adapter functionality over USB-HID
1481	through MCP2221 device.
1482
1483	To compile this driver as a module, choose M here: the module
1484	will be called hid-mcp2221.ko.
1485
1486config HID_KUNIT_TEST
1487	tristate "KUnit tests for HID" if !KUNIT_ALL_TESTS
1488	depends on KUNIT
1489	depends on HID_BATTERY_STRENGTH
1490	depends on HID_UCLOGIC
1491	default KUNIT_ALL_TESTS
1492	help
1493	  This builds unit tests for HID. This option is not useful for
1494	  distributions or general kernels, but only for kernel
1495	  developers working on HID and associated drivers.
1496
1497	  For more information on KUnit and unit tests in general,
1498	  please refer to the KUnit documentation in
1499	  Documentation/dev-tools/kunit/.
1500
1501	  If in doubt, say "N".
1502
1503config HID_HUAWEI
1504	tristate "Huawei HID devices support"
1505	depends on USB_HID
1506	help
1507	  Support for huawei cd30 keyboard or other hid devices
1508	  that need fix-ups to work properly.
1509
1510endmenu
1511
1512source "drivers/hid/bpf/Kconfig"
1513
1514source "drivers/hid/i2c-hid/Kconfig"
1515
1516source "drivers/hid/intel-ish-hid/Kconfig"
1517
1518source "drivers/hid/amd-sfh-hid/Kconfig"
1519
1520source "drivers/hid/surface-hid/Kconfig"
1521
1522source "drivers/hid/intel-thc-hid/Kconfig"
1523
1524endif # HID
1525
1526# USB support may be used with HID disabled
1527
1528source "drivers/hid/usbhid/Kconfig"
1529
1530endif # HID_SUPPORT
1531