xref: /linux/drivers/hid/Kconfig (revision 7a5f1acd06e5d195cf0934b68256536e5404ef47)
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_KEYTOUCH
489	tristate "Keytouch HID devices"
490	help
491	Support for Keytouch HID devices not fully compliant with
492	the specification. Currently supported:
493		- Keytouch IEC 60945
494
495config HID_KYE
496	tristate "KYE/Genius devices"
497	help
498	Support for KYE/Genius devices not fully compliant with HID standard:
499	- Ergo Mouse
500	- EasyPen i405X tablet
501	- MousePen i608X tablet
502	- EasyPen M610X tablet
503
504config HID_KYSONA
505	tristate "Kysona devices"
506	depends on USB_HID
507	help
508	Support for Kysona mice.
509
510	Say Y here if you have a Kysona M600 mouse
511	and want to be able to read its battery capacity.
512
513config HID_UCLOGIC
514	tristate "UC-Logic"
515	depends on USB_HID
516	help
517	Support for UC-Logic and Huion tablets.
518
519config HID_WALTOP
520	tristate "Waltop"
521	help
522	Support for Waltop tablets.
523
524config HID_VIEWSONIC
525	tristate "ViewSonic/Signotec"
526	help
527	  Support for ViewSonic/Signotec PD1011 signature pad.
528
529config HID_VRC2
530	tristate "VRC-2 Car Controller"
531	depends on HID
532	help
533        Support for VRC-2 which is a 2-axis controller often used in
534        car simulators.
535
536        To compile this driver as a module, choose M here: the
537        module will be called hid-vrc2.
538
539config HID_XIAOMI
540	tristate "Xiaomi"
541	help
542	  Adds support for side buttons of Xiaomi Mi Dual Mode Wireless
543	  Mouse Silent Edition.
544
545config HID_GYRATION
546	tristate "Gyration remote control"
547	help
548	Support for Gyration remote control.
549
550config HID_ICADE
551	tristate "ION iCade arcade controller"
552	help
553	Support for the ION iCade arcade controller to work as a joystick.
554
555	To compile this driver as a module, choose M here: the
556	module will be called hid-icade.
557
558config HID_ITE
559	tristate "ITE devices"
560	help
561	Support for ITE devices not fully compliant with HID standard.
562
563config HID_JABRA
564	tristate "Jabra USB HID Driver"
565	help
566	Support for Jabra USB HID devices.
567
568	Prevents mapping of vendor defined HID usages to input events. Without
569	this driver HID	reports from Jabra devices may incorrectly be seen as
570	mouse button events.
571	Say M here if you may ever plug in a Jabra USB device.
572
573config HID_TWINHAN
574	tristate "Twinhan IR remote control"
575	help
576	Support for Twinhan IR remote control.
577
578config HID_KENSINGTON
579	tristate "Kensington Slimblade Trackball"
580	help
581	Support for Kensington Slimblade Trackball.
582
583config HID_LCPOWER
584	tristate "LC-Power"
585	help
586	Support for LC-Power RC1000MCE RF remote control.
587
588config HID_LED
589	tristate "Simple RGB LED support"
590	depends on LEDS_CLASS
591	help
592	Support for simple RGB LED devices. Currently supported are:
593	- Riso Kagaku Webmail Notifier
594	- Dream Cheeky Webmail Notifier and Friends Alert
595	- ThingM blink(1)
596	- Delcom Visual Signal Indicator Generation 2
597	- Greynut Luxafor
598
599	To compile this driver as a module, choose M here: the
600	module will be called hid-led.
601
602config HID_LENOVO
603	tristate "Lenovo / Thinkpad devices"
604	depends on LEDS_CLASS
605	help
606	Support for IBM/Lenovo devices that are not fully compliant with HID standard.
607
608	Say Y if you want support for horizontal scrolling of the IBM/Lenovo
609	Scrollpoint mice or the non-compliant features of the Lenovo Thinkpad
610	standalone keyboards, e.g:
611	- ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint
612	  configuration)
613	- ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys)
614	- ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys)
615
616config HID_LENOVO_GO
617	tristate "HID Driver for Lenovo Legion Go Series Controllers"
618	depends on USB_HID
619	depends on LEDS_CLASS_MULTICOLOR
620	help
621	Support for Lenovo Legion Go devices with detachable controllers.
622
623	Say Y here to include configuration interface support for the Lenovo Legion Go
624	and Legion Go 2 Handheld Console Controllers. Say M here to compile this
625	driver as a module. The module will be called hid-lenovo-go.
626
627config HID_LENOVO_GO_S
628	tristate "HID Driver for Lenovo Legion Go S Controller"
629	depends on USB_HID
630	depends on LEDS_CLASS_MULTICOLOR
631	help
632	Support for Lenovo Legion Go S Handheld Console Controller.
633
634	Say Y here to include configuration interface support for the Lenovo Legion Go
635	S. Say M here to compile this driver as a module. The module will be called
636	hid-lenovo-go-s.
637
638config HID_LETSKETCH
639	tristate "Letsketch WP9620N tablets"
640	depends on USB_HID
641	help
642	  Driver for the LetSketch / VSON WP9620N drawing tablet. This
643	  drawing tablet is also sold under other brand names such as Case U,
644	  presumably this driver will work for all of them. But it has only been
645	  tested with a LetSketch WP9620N model.
646
647	  These tablets also work without a special HID driver, but then only
648	  part of the active area works and both the pad and stylus buttons are
649	  hardwired to special key-combos. E.g. the 2 stylus buttons send right
650	  mouse clicks / resp. "e" key presses.
651
652config HID_LOGITECH
653	tristate "Logitech devices"
654	depends on USB_HID
655	depends on LEDS_CLASS
656	depends on LEDS_CLASS_MULTICOLOR
657	help
658	Support for Logitech devices that are not fully compliant with HID standard.
659
660config HID_LOGITECH_DJ
661	tristate "Logitech receivers full support"
662	depends on USB_HID
663	depends on HIDRAW
664	depends on HID_LOGITECH
665	select HID_LOGITECH_HIDPP
666	help
667	Say Y if you want support for Logitech receivers and devices.
668	Logitech receivers are capable of pairing multiple Logitech compliant
669	devices to the same receiver. Without this driver it will be handled by
670	generic USB_HID driver and all incoming events will be multiplexed
671	into a single mouse and a single keyboard device.
672
673config HID_LOGITECH_HIDPP
674	tristate "Logitech HID++ devices support"
675	depends on HID_LOGITECH
676	select POWER_SUPPLY
677	help
678	Support for Logitech devices relying on the HID++ Logitech specification
679
680	Say Y if you want support for Logitech devices relying on the HID++
681	specification. Such devices are the various Logitech Touchpads (T650,
682	T651, TK820), some mice (Zone Touch mouse), or even keyboards (Solar
683	Keyboard).
684
685config LOGITECH_FF
686	bool "Logitech force feedback support"
687	depends on HID_LOGITECH
688	select INPUT_FF_MEMLESS
689	help
690	  Say Y here if you have one of these devices:
691	  - Logitech WingMan Cordless RumblePad
692	  - Logitech WingMan Cordless RumblePad 2
693	  - Logitech WingMan Force 3D
694
695	  and if you want to enable force feedback for them.
696	  Note: if you say N here, this device will still be supported, but without
697	  force feedback.
698
699config LOGIRUMBLEPAD2_FF
700	bool "Logitech force feedback support (variant 2)"
701	depends on HID_LOGITECH
702	select INPUT_FF_MEMLESS
703	help
704	  Say Y here if you want to enable force feedback support for:
705	  - Logitech RumblePad
706	  - Logitech Rumblepad 2
707	  - Logitech Formula Vibration Feedback Wheel
708
709config LOGIG940_FF
710	bool "Logitech Flight System G940 force feedback support"
711	depends on HID_LOGITECH
712	select INPUT_FF_MEMLESS
713	help
714	  Say Y here if you want to enable force feedback support for Logitech
715	  Flight System G940 devices.
716
717config LOGIWHEELS_FF
718	bool "Logitech wheels configuration and force feedback support"
719	depends on HID_LOGITECH
720	select INPUT_FF_MEMLESS
721	default LOGITECH_FF
722	help
723	  Say Y here if you want to enable force feedback and range setting(*)
724	  support for following Logitech wheels:
725	  - Logitech G25 (*)
726	  - Logitech G27 (*)
727	  - Logitech G29 (*)
728	  - Logitech Driving Force
729	  - Logitech Driving Force Pro (*)
730	  - Logitech Driving Force GT (*)
731	  - Logitech Driving Force EX/RX
732	  - Logitech Driving Force Wireless
733	  - Logitech Speed Force Wireless
734	  - Logitech MOMO Force
735	  - Logitech MOMO Racing Force
736	  - Logitech Formula Force GP
737	  - Logitech Formula Force EX/RX
738	  - Logitech Wingman Formula Force GP
739
740config HID_MAGICMOUSE
741	tristate "Apple Magic Mouse/Trackpad multi-touch support"
742	help
743	Support for the Apple Magic Mouse/Trackpad multi-touch.
744
745	Say Y here if you want support for the multi-touch features of the
746	Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad.
747
748config HID_MALTRON
749	tristate "Maltron L90 keyboard"
750	help
751	Adds support for the volume up, volume down, mute, and play/pause buttons
752	of the Maltron L90 keyboard.
753
754config HID_MAYFLASH
755	tristate "Mayflash game controller adapter force feedback"
756	select INPUT_FF_MEMLESS
757	help
758	Say Y here if you have HJZ Mayflash PS3 game controller adapters
759	and want to enable force feedback support.
760
761config HID_MEGAWORLD_FF
762	tristate "Mega World based game controller force feedback support"
763	depends on USB_HID
764	select INPUT_FF_MEMLESS
765	help
766	Say Y here if you have a Mega World based game controller and want
767	to have force feedback support for it.
768
769config HID_RAKK
770	tristate "Rakk support"
771	help
772	  Support for Rakk gaming peripherals.
773
774	  Fixes the HID report descriptor of the Rakk Dasig X mouse,
775	  which declares USAGE_MAXIMUM=3 (buttons 1-3) while actually
776	  sending 5 button bits. This causes side buttons to be ignored.
777
778config HID_REDRAGON
779	tristate "Redragon keyboards"
780	help
781    Support for Redragon keyboards that need fix-ups to work properly.
782
783config HID_MICROSOFT
784	tristate "Microsoft non-fully HID-compliant devices"
785	select INPUT_FF_MEMLESS
786	help
787	Support for Microsoft devices that are not fully compliant with HID standard.
788
789config HID_MONTEREY
790	tristate "Monterey Genius KB29E keyboard"
791	help
792	Support for Monterey Genius KB29E.
793
794config HID_MULTITOUCH
795	tristate "HID Multitouch panels"
796	help
797	  Generic support for HID multitouch panels.
798
799	  Say Y here if you have one of the following devices:
800	  - 3M PCT touch screens
801	  - ActionStar dual touch panels
802	  - Apple Touch Bar on x86 MacBook Pros
803	  - Atmel panels
804	  - Cando dual touch panels
805	  - Chunghwa panels
806	  - CJTouch panels
807	  - CVTouch panels
808	  - Cypress TrueTouch panels
809	  - Elan Microelectronics touch panels
810	  - Elo TouchSystems IntelliTouch Plus panels
811	  - GeneralTouch 'Sensing Win7-TwoFinger' panels
812	  - GoodTouch panels
813	  - Hanvon dual touch panels
814	  - Ilitek dual touch panels
815	  - IrTouch Infrared USB panels
816	  - LG Display panels (Dell ST2220Tc)
817	  - Lumio CrystalTouch panels
818	  - MosArt dual-touch panels
819	  - Panasonic multitouch panels
820	  - PenMount dual touch panels
821	  - Perixx Peripad 701 touchpad
822	  - PixArt optical touch screen
823	  - Pixcir dual touch panels
824	  - Quanta panels
825	  - eGalax dual-touch panels, including the Joojoo and Wetab tablets
826	  - SiS multitouch panels
827	  - Stantum multitouch panels
828	  - Touch International Panels
829	  - Unitec Panels
830	  - Wistron optical touch panels
831	  - XAT optical touch panels
832	  - Xiroku optical touch panels
833	  - Zytronic touch panels
834
835	  If unsure, say N.
836
837	  To compile this driver as a module, choose M here: the
838	  module will be called hid-multitouch.
839
840config HID_NINTENDO
841	tristate "Nintendo Joy-Con, NSO, and Pro Controller support"
842	depends on NEW_LEDS
843	depends on LEDS_CLASS
844	select POWER_SUPPLY
845	help
846	Adds support for the Nintendo Switch Joy-Cons, NSO, Pro Controller.
847	All controllers support bluetooth, and the Pro Controller also supports
848	its USB mode. This also includes support for the Nintendo Switch Online
849	Controllers which include the NES, Genesis, SNES, and N64 controllers.
850
851	To compile this driver as a module, choose M here: the
852	module will be called hid-nintendo.
853
854config NINTENDO_FF
855	bool "Nintendo Switch controller force feedback support"
856	depends on HID_NINTENDO
857	select INPUT_FF_MEMLESS
858	help
859	Say Y here if you have a Nintendo Switch controller and want to enable
860	force feedback support for it. This works for both joy-cons, the pro
861	controller, and the NSO N64 controller. For the pro controller, both
862	rumble motors can be controlled individually.
863
864config HID_NTI
865	tristate "NTI keyboard adapters"
866	help
867	Support for the "extra" Sun keyboard keys on keyboards attached
868	through Network Technologies USB-SUN keyboard adapters.
869
870config HID_NTRIG
871	tristate "N-Trig touch screen"
872	depends on USB_HID
873	help
874	Support for N-Trig touch screen.
875
876config HID_NVIDIA_SHIELD
877	tristate "NVIDIA SHIELD devices"
878	depends on USB_HID
879	depends on BT_HIDP
880	depends on LEDS_CLASS
881	select POWER_SUPPLY
882	help
883	  Support for NVIDIA SHIELD accessories.
884
885	  Supported devices:
886	  - Thunderstrike (NVIDIA SHIELD Controller 2017)
887
888config NVIDIA_SHIELD_FF
889	bool "NVIDIA SHIELD force feedback support"
890	depends on HID_NVIDIA_SHIELD
891	select INPUT_FF_MEMLESS
892	help
893	  Say Y here if you would like to enable force feedback support for
894	  NVIDIA SHIELD accessories with haptics capabilities.
895
896config HID_ORTEK
897	tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
898	help
899	There are certain devices which have LogicalMaximum wrong in the keyboard
900	usage page of their report descriptor. The most prevailing ones so far
901	are manufactured by Ortek, thus the name of the driver. Currently
902	supported devices by this driver are
903
904	   - Ortek PKB-1700
905	   - Ortek WKB-2000
906	   - Skycable wireless presenter
907
908config HID_OXP
909	tristate "OneXPlayer handheld controller configuration support"
910	depends on USB_HID
911	depends on LEDS_CLASS
912	depends on LEDS_CLASS_MULTICOLOR
913	depends on DMI
914	help
915	  Say Y here if you would like to enable support for OneXPlayer handheld
916	  devices that come with RGB LED rings around the joysticks and macro buttons.
917
918	  To compile this driver as a module, choose M here: the module will
919	  be called hid-oxp.
920
921config HID_PANTHERLORD
922	tristate "Pantherlord/GreenAsia game controller"
923	help
924	  Say Y here if you have a PantherLord/GreenAsia based game controller
925	  or adapter.
926
927config PANTHERLORD_FF
928	bool "Pantherlord force feedback support"
929	depends on HID_PANTHERLORD
930	select INPUT_FF_MEMLESS
931	help
932	  Say Y here if you have a PantherLord/GreenAsia based game controller
933	  or adapter and want to enable force feedback support for it.
934
935config HID_PENMOUNT
936	tristate "Penmount touch device"
937	depends on USB_HID
938	help
939	  This selects a driver for the PenMount 6000 touch controller.
940
941	  The driver works around a problem in the report descript allowing
942	  the userspace to touch events instead of mouse events.
943
944	  Say Y here if you have a Penmount based touch controller.
945
946config HID_PETALYNX
947	tristate "Petalynx Maxter remote control"
948	help
949	Support for Petalynx Maxter remote control.
950
951config HID_PICOLCD
952	tristate "PicoLCD (graphic version)"
953	help
954	  This provides support for Minibox PicoLCD devices, currently
955	  only the graphical ones are supported.
956
957	  This includes support for the following device features:
958	  - Keypad
959	  - Switching between Firmware and Flash mode
960	  - EEProm / Flash access     (via debugfs)
961	  Features selectively enabled:
962	  - Framebuffer for monochrome 256x64 display
963	  - Backlight control
964	  - Contrast control
965	  - General purpose outputs
966	  Features that are not (yet) supported:
967	  - IR
968
969config HID_PICOLCD_FB
970	bool "Framebuffer support" if EXPERT
971	default !EXPERT
972	depends on HID_PICOLCD
973	depends on HID_PICOLCD=FB || FB=y
974	select FB_SYSMEM_HELPERS_DEFERRED
975	help
976	  Provide access to PicoLCD's 256x64 monochrome display via a
977	  framebuffer device.
978
979config HID_PICOLCD_BACKLIGHT
980	bool "Backlight control" if EXPERT
981	default !EXPERT
982	depends on HID_PICOLCD
983	depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
984	help
985	  Provide access to PicoLCD's backlight control via backlight
986	  class.
987
988config HID_PICOLCD_LCD
989	bool "Contrast control" if EXPERT
990	default !EXPERT
991	depends on HID_PICOLCD
992	depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
993	help
994	  Provide access to PicoLCD's LCD contrast via lcd class.
995
996config HID_PICOLCD_LEDS
997	bool "GPO via leds class" if EXPERT
998	default !EXPERT
999	depends on HID_PICOLCD
1000	depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
1001	help
1002	  Provide access to PicoLCD's GPO pins via leds class.
1003
1004config HID_PICOLCD_CIR
1005	bool "CIR via RC class" if EXPERT
1006	default !EXPERT
1007	depends on HID_PICOLCD
1008	depends on HID_PICOLCD=RC_CORE || RC_CORE=y
1009	help
1010	  Provide access to PicoLCD's CIR interface via remote control (LIRC).
1011
1012config HID_PLANTRONICS
1013	tristate "Plantronics USB HID Driver"
1014	help
1015	  Provides HID support for Plantronics USB audio devices.
1016	  Correctly maps vendor unique volume up/down HID usages to
1017	  KEY_VOLUMEUP and KEY_VOLUMEDOWN events and prevents core mapping
1018	  of other vendor unique HID usages to random mouse events.
1019
1020	  Say M here if you may ever plug in a Plantronics USB audio device.
1021
1022config HID_PLAYSTATION
1023	tristate "PlayStation HID Driver"
1024	depends on LEDS_CLASS_MULTICOLOR
1025	select CRC32
1026	select POWER_SUPPLY
1027	help
1028	  Provides support for Sony PS4/PS5 controllers including support for
1029	  its special functionalities e.g. touchpad, lights and motion
1030	  sensors.
1031
1032config PLAYSTATION_FF
1033	bool "PlayStation force feedback support"
1034	depends on HID_PLAYSTATION
1035	select INPUT_FF_MEMLESS
1036	help
1037	  Say Y here if you would like to enable force feedback support for
1038	  PlayStation game controllers.
1039
1040config HID_PXRC
1041       tristate "PhoenixRC HID Flight Controller"
1042       depends on HID
1043       help
1044       Support for PhoenixRC HID Flight Controller, a 8-axis flight controller.
1045
1046       To compile this driver as a module, choose M here: the
1047       module will be called hid-pxrc.
1048
1049config HID_RAPOO
1050	tristate "Rapoo non-fully HID-compliant devices"
1051	help
1052	Support for Rapoo devices that are not fully compliant with the
1053	HID standard.
1054
1055config HID_RAZER
1056	tristate "Razer non-fully HID-compliant devices"
1057	help
1058	Support for Razer devices that are not fully compliant with the
1059	HID standard.
1060
1061config HID_PRIMAX
1062	tristate "Primax non-fully HID-compliant devices"
1063	help
1064	Support for Primax devices that are not fully compliant with the
1065	HID standard.
1066
1067config HID_RETRODE
1068	tristate "Retrode 2 USB adapter for vintage video games"
1069	depends on USB_HID
1070	help
1071	Support for
1072	  * Retrode 2 cartridge and controller adapter
1073
1074config HID_ROCCAT
1075	tristate "Roccat device support"
1076	depends on USB_HID
1077	help
1078	Support for Roccat devices.
1079	Say Y here if you have a Roccat mouse or keyboard and want
1080	support for its special functionalities.
1081
1082config HID_ROCCAT_KONE_KUNIT_TEST
1083	bool "KUnit tests for the Roccat Kone driver" if !KUNIT_ALL_TESTS
1084	depends on HID_ROCCAT=y && KUNIT=y
1085	default KUNIT_ALL_TESTS
1086	help
1087	  Enable the KUnit regression tests for the Roccat Kone driver,
1088	  covering bounds checking of device-supplied profile indices.
1089	  If unsure, say N.
1090
1091config HID_SAITEK
1092	tristate "Saitek (Mad Catz) non-fully HID-compliant devices"
1093	help
1094	Support for Saitek devices that are not fully compliant with the
1095	HID standard.
1096
1097	Supported devices:
1098	- PS1000 Dual Analog Pad
1099	- Saitek R.A.T.7, R.A.T.9, M.M.O.7 Gaming Mice
1100	- Mad Catz R.A.T.5, R.A.T.9 Gaming Mice
1101
1102config HID_SAMSUNG
1103	tristate "Samsung InfraRed remote control or keyboards"
1104	depends on USB_HID
1105	help
1106	Support for Samsung InfraRed remote control or keyboards.
1107
1108config HID_SEMITEK
1109	tristate "Semitek USB keyboards"
1110	help
1111	Support for Semitek USB keyboards that are not fully compliant
1112	with the HID standard.
1113
1114	There are many variants, including:
1115	- GK61, GK64, GK68, GK84, GK96, etc.
1116	- SK61, SK64, SK68, SK84, SK96, etc.
1117	- Dierya DK61/DK66
1118	- Tronsmart TK09R
1119	- Woo-dy
1120	- X-Bows Nature/Knight
1121
1122config HID_SIGMAMICRO
1123	tristate "SiGma Micro-based keyboards"
1124	depends on USB_HID
1125	help
1126	  Support for keyboards that use the SiGma Micro (a.k.a SigmaChip) IC.
1127
1128	  Supported devices:
1129	  - Landslides KR-700
1130	  - Rapoo V500
1131
1132config HID_SONY
1133	tristate "Sony PS2/3/4/5 accessories"
1134	depends on USB_HID
1135	depends on NEW_LEDS
1136	depends on LEDS_CLASS
1137	select POWER_SUPPLY
1138	select CRC32
1139	help
1140	Support for
1141
1142	  * Sixaxis controllers for PS3
1143	  * Buzz controllers
1144	  * Blu-ray Disc Remote Control for PS3
1145	  * Logitech Harmony adapter for PS3
1146	  * Guitar Hero Live PS3, Wii U and PS4 guitars
1147	  * Guitar Hero PS3 and PC guitars
1148	  * Rock Band 1, 2 and 3 PS3 and Wii instruments
1149	  * Rock Band 4 PS4 and PS5 guitars
1150	  * DJ Hero Turntable for PS3
1151
1152config SONY_FF
1153	bool "Sony PS2/3/4 accessories force feedback support"
1154	depends on HID_SONY
1155	select INPUT_FF_MEMLESS
1156	help
1157	Say Y here if you have a Sony PS2/3/4 accessory and want to enable
1158	force feedback support for it.
1159
1160config HID_SPEEDLINK
1161	tristate "Speedlink VAD Cezanne mouse support"
1162	help
1163	Support for Speedlink Vicious and Divine Cezanne mouse.
1164
1165config HID_STEAM
1166	tristate "Steam Controller/Deck support"
1167	select POWER_SUPPLY
1168	help
1169	Say Y here if you have a Steam Controller or Deck if you want to use it
1170	without running the Steam Client. It supports both the wired and
1171	the wireless adaptor.
1172
1173config STEAM_FF
1174	bool "Steam Deck force feedback support"
1175	depends on HID_STEAM
1176	select INPUT_FF_MEMLESS
1177	help
1178	Say Y here if you want to enable force feedback support for the Steam
1179	Deck.
1180
1181config HID_STEELSERIES
1182	tristate "Steelseries devices support"
1183	depends on USB_HID
1184	help
1185	Support for Steelseries SRW-S1 steering wheel, and the Steelseries
1186	Arctis 1 Wireless for XBox headset.
1187
1188config HID_SUNPLUS
1189	tristate "Sunplus wireless desktop"
1190	help
1191	Support for Sunplus wireless desktop.
1192
1193config HID_RMI
1194	tristate "Synaptics RMI4 device support"
1195	select RMI4_CORE
1196	select RMI4_F03
1197	select RMI4_F11
1198	select RMI4_F12
1199	select RMI4_F30
1200	select RMI4_F3A
1201	help
1202	Support for Synaptics RMI4 touchpads.
1203	Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
1204	and want support for its special functionalities.
1205
1206config HID_GREENASIA
1207	tristate "GreenAsia (Product ID 0x12) game controller support"
1208	help
1209	  Say Y here if you have a GreenAsia (Product ID 0x12) based game
1210	  controller or adapter.
1211
1212config GREENASIA_FF
1213	bool "GreenAsia (Product ID 0x12) force feedback support"
1214	depends on HID_GREENASIA
1215	select INPUT_FF_MEMLESS
1216	help
1217	Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
1218	(like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
1219	and want to enable force feedback support for it.
1220
1221config HID_HYPERV_MOUSE
1222	tristate "Microsoft Hyper-V mouse driver"
1223	depends on HYPERV_VMBUS
1224	help
1225	Select this option to enable the Hyper-V mouse driver.
1226
1227config HID_SMARTJOYPLUS
1228	tristate "SmartJoy PLUS PS2/USB adapter support"
1229	help
1230	Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
1231	Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
1232
1233	Note that DDR (Dance Dance Revolution) mode is not supported, nor
1234	is pressure sensitive buttons on the pro models.
1235
1236config SMARTJOYPLUS_FF
1237	bool "SmartJoy PLUS PS2/USB adapter force feedback support"
1238	depends on HID_SMARTJOYPLUS
1239	select INPUT_FF_MEMLESS
1240	help
1241	Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
1242	enable force feedback support for it.
1243
1244config HID_TIVO
1245	tristate "TiVo Slide Bluetooth remote control support"
1246	help
1247	Say Y if you have a TiVo Slide Bluetooth remote control.
1248
1249config HID_TOPSEED
1250	tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
1251	help
1252	Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
1253	CLLRCMCE remote control.
1254
1255config HID_TOPRE
1256	tristate "Topre REALFORCE keyboards"
1257	depends on HID
1258	help
1259	  Say Y for N-key rollover support on Topre REALFORCE R2 108/87 key and
1260          Topre REALFORCE R3S 87 key keyboards.
1261
1262config HID_THINGM
1263	tristate "ThingM blink(1) USB RGB LED"
1264	depends on LEDS_CLASS
1265	select HID_LED
1266	help
1267	Support for the ThingM blink(1) USB RGB LED. This driver has been
1268	merged into the generic hid led driver. Config symbol HID_THINGM
1269	just selects HID_LED and will be removed soon.
1270
1271config HID_THRUSTMASTER
1272	tristate "ThrustMaster devices support"
1273	depends on USB_HID
1274	help
1275	  Say Y here if you have a THRUSTMASTER FireStore Dual Power 2,
1276	  a THRUSTMASTER Ferrari GT Rumble Wheel or Thrustmaster FFB
1277	  Wheel (T150RS, T300RS, T300 Ferrari Alcantara Edition, T500RS).
1278
1279config THRUSTMASTER_FF
1280	bool "ThrustMaster devices force feedback support"
1281	depends on HID_THRUSTMASTER
1282	select INPUT_FF_MEMLESS
1283	help
1284	  Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
1285	  a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
1286	  Rumble Force or Force Feedback Wheel.
1287
1288config HID_UDRAW_PS3
1289	tristate "THQ PS3 uDraw tablet"
1290	help
1291	  Say Y here if you want to use the THQ uDraw gaming tablet for
1292	  the PS3.
1293
1294config HID_U2FZERO
1295	tristate "U2F Zero LED and RNG support"
1296	depends on USB_HID
1297	depends on LEDS_CLASS
1298	depends on HW_RANDOM
1299	help
1300	  Support for the LED of the U2F Zero device.
1301
1302	  U2F Zero supports custom commands for blinking the LED
1303	  and getting data from the internal hardware RNG.
1304	  The internal hardware can be used to feed the entropy pool.
1305
1306	  U2F Zero only supports blinking its LED, so this driver doesn't
1307	  allow setting the brightness to anything but 1, which will
1308	  trigger a single blink and immediately reset back to 0.
1309
1310config HID_UNIVERSAL_PIDFF
1311	tristate "universal-pidff: extended USB PID driver compatibility and usage"
1312	depends on USB_HID
1313	depends on HID_PID
1314	help
1315	  Extended PID support for selected devices.
1316
1317	  Contains report fixups, extended usable button range and
1318	  pidff quirk management to extend compatibility with slightly
1319	  non-compliant USB PID devices and better fuzz/flat values for
1320	  high precision direct drive devices.
1321
1322	  Supports Moza Racing, Cammus, VRS, FFBeast and more.
1323
1324config HID_WACOM
1325	tristate "Wacom Intuos/Graphire tablet support (USB)"
1326	depends on USB_HID
1327	select POWER_SUPPLY
1328	select NEW_LEDS
1329	select LEDS_CLASS
1330	select LEDS_TRIGGERS
1331	help
1332	  Say Y here if you want to use the USB or BT version of the Wacom Intuos
1333	  or Graphire tablet.
1334
1335	  To compile this driver as a module, choose M here: the
1336	  module will be called wacom.
1337
1338config HID_WIIMOTE
1339	tristate "Nintendo Wii / Wii U peripherals"
1340	depends on LEDS_CLASS
1341	select POWER_SUPPLY
1342	select INPUT_FF_MEMLESS
1343	help
1344	Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
1345	devices are the Wii Remote and its extension devices, but also devices
1346	based on the Wii Remote like the Wii U Pro Controller or the
1347	Wii Balance Board.
1348
1349	Support for all official Nintendo extensions is available, however, 3rd
1350	party extensions might not be supported. Please report these devices to:
1351	  http://github.com/dvdhrm/xwiimote/issues
1352
1353	Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
1354	the Wii U Gamepad) might be supported in the future. But currently
1355	support is limited to Bluetooth based devices.
1356
1357	If unsure, say N.
1358
1359	To compile this driver as a module, choose M here: the
1360	module will be called hid-wiimote.
1361
1362config HID_WINWING
1363	tristate "WinWing Orion2 throttle support"
1364	depends on USB_HID
1365	depends on NEW_LEDS
1366	depends on LEDS_CLASS
1367	help
1368	  Support for WinWing Orion2 throttle base with the following grips:
1369
1370	    * TGRIP-15E
1371	    * TGRIP-15EX
1372	    * TGRIP-16EX
1373	    * TGRIP-18
1374
1375	  This driver enables all buttons and switches on the throttle base.
1376
1377	  To compile this driver as a module, choose M here: the
1378	  module will be called hid-winwing.
1379
1380config HID_XINMO
1381	tristate "Xin-Mo non-fully compliant devices"
1382	help
1383	Support for Xin-Mo devices that are not fully compliant with the HID
1384	standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
1385	if you have a Xin-Mo Dual Arcade controller.
1386
1387config HID_ZEROPLUS
1388	tristate "Zeroplus based game controller support"
1389	help
1390	  Say Y here if you have a Zeroplus based game controller.
1391
1392config ZEROPLUS_FF
1393	bool "Zeroplus based game controller force feedback support"
1394	depends on HID_ZEROPLUS
1395	select INPUT_FF_MEMLESS
1396	help
1397	  Say Y here if you have a Zeroplus based game controller and want
1398	  to have force feedback support for it.
1399
1400config HID_ZYDACRON
1401	tristate "Zydacron remote control support"
1402	help
1403	Support for Zydacron remote control.
1404
1405config HID_SENSOR_HUB
1406	tristate "HID Sensors framework support"
1407	depends on HAS_IOMEM
1408	select MFD_CORE
1409	default n
1410	help
1411	  Support for HID Sensor framework. This creates a MFD instance
1412	  for a sensor hub and identifies all the sensors connected to it.
1413	  Each sensor is registered as a MFD cell, so that sensor specific
1414	  processing can be done in a separate driver. Each sensor
1415	  drivers can use the service provided by this driver to register
1416	  for events and handle data streams. Each sensor driver can format
1417	  data and present to user mode using input or IIO interface.
1418
1419config HID_SENSOR_CUSTOM_SENSOR
1420	tristate "HID Sensors hub custom sensor support"
1421	depends on HID_SENSOR_HUB
1422	default n
1423	help
1424	  HID Sensor hub specification allows definition of some custom and
1425	  generic sensors. Unlike other HID sensors, they can't be exported
1426	  via Linux IIO because of custom fields. This is up to the manufacturer
1427	  to decide how to interpret these special sensor ids and process in
1428	  the user space. Currently some manufacturers are using these ids for
1429	  sensor calibration and debugging other sensors. Manufacturers
1430	  shouldn't use these special custom sensor ids to export any of the
1431	  standard sensors.
1432	  Select this config option for custom/generic sensor support.
1433
1434config HID_ALPS
1435	tristate "Alps HID device support"
1436	help
1437	Support for Alps I2C HID touchpads and StickPointer.
1438	Say Y here if you have a Alps touchpads over i2c-hid or usbhid
1439	and want support for its special functionalities.
1440
1441config HID_MCP2200
1442	tristate "Microchip MCP2200 HID USB-to-GPIO bridge"
1443	depends on USB_HID && GPIOLIB
1444	help
1445	  Provides GPIO functionality over USB-HID through MCP2200 device.
1446
1447	  To compile this driver as a module, choose M here: the module
1448	  will be called hid-mcp2200.ko.
1449
1450config HID_MCP2221
1451	tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support"
1452	depends on USB_HID && I2C
1453	imply GPIOLIB
1454	imply IIO
1455	help
1456	Provides I2C and SMBUS host adapter functionality over USB-HID
1457	through MCP2221 device.
1458
1459	To compile this driver as a module, choose M here: the module
1460	will be called hid-mcp2221.ko.
1461
1462config HID_KUNIT_TEST
1463	tristate "KUnit tests for HID" if !KUNIT_ALL_TESTS
1464	depends on KUNIT
1465	depends on HID_BATTERY_STRENGTH
1466	depends on HID_UCLOGIC
1467	default KUNIT_ALL_TESTS
1468	help
1469	  This builds unit tests for HID. This option is not useful for
1470	  distributions or general kernels, but only for kernel
1471	  developers working on HID and associated drivers.
1472
1473	  For more information on KUnit and unit tests in general,
1474	  please refer to the KUnit documentation in
1475	  Documentation/dev-tools/kunit/.
1476
1477	  If in doubt, say "N".
1478
1479config HID_HUAWEI
1480	tristate "Huawei HID devices support"
1481	depends on USB_HID
1482	help
1483	  Support for huawei cd30 keyboard or other hid devices
1484	  that need fix-ups to work properly.
1485
1486endmenu
1487
1488source "drivers/hid/bpf/Kconfig"
1489
1490source "drivers/hid/i2c-hid/Kconfig"
1491
1492source "drivers/hid/intel-ish-hid/Kconfig"
1493
1494source "drivers/hid/amd-sfh-hid/Kconfig"
1495
1496source "drivers/hid/surface-hid/Kconfig"
1497
1498source "drivers/hid/intel-thc-hid/Kconfig"
1499
1500endif # HID
1501
1502# USB support may be used with HID disabled
1503
1504source "drivers/hid/usbhid/Kconfig"
1505
1506endif # HID_SUPPORT
1507