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