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