Merge tag 'for-linus-2022083101' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / drivers / hid / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
63f3861d
JK
2#
3# HID driver configuration
4#
1f41a6a9
HR
5menu "HID support"
6 depends on INPUT
63f3861d
JK
7
8config HID
1f41a6a9 9 tristate "HID bus support"
c96c9d7b 10 depends on INPUT
63f3861d 11 default y
a7f7f624 12 help
69e4d948
JK
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,
1f41a6a9
HR
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).
69e4d948 22
b1631b84 23 For docs and specs, see https://www.usb.org/developers/hidpage/
69e4d948 24
205adbec 25 If unsure, say Y.
63f3861d 26
1f41a6a9
HR
27if HID
28
4f5ca836 29config HID_BATTERY_STRENGTH
692d30d6 30 bool "Battery level reporting for HID devices"
060c9982
DN
31 depends on HID
32 select POWER_SUPPLY
2198eddd 33 default n
a7f7f624 34 help
692d30d6
JK
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.
4f5ca836 38
86166b7b
JK
39config HIDRAW
40 bool "/dev/hidraw raw HID device support"
41 depends on HID
a7f7f624 42 help
86166b7b
JK
43 Say Y here if you want to support HID devices (from the USB
44 specification standpoint) that aren't strictly user interface
16863fbc 45 devices, like monitor controls and Uninterruptible Power Supplies.
86166b7b
JK
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
1ccd7a2a
DH
58config UHID
59 tristate "User-space I/O driver support for HID subsystem"
60 depends on HID
61 default n
a7f7f624 62 help
1ccd7a2a
DH
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
8215d557
HR
79config HID_GENERIC
80 tristate "Generic HID driver"
81 depends on HID
1f41a6a9 82 default HID
a7f7f624 83 help
1f41a6a9
HR
84 Support for generic devices on the HID bus. This includes most
85 keyboards and mice, joysticks, tablets and digitizers.
8215d557
HR
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
1f41a6a9
HR
92menu "Special HID drivers"
93 depends on HID
94
14a21cd4 95config HID_A4TECH
9858c74c 96 tristate "A4TECH mice"
f3757cea 97 depends on HID
6a108a14 98 default !EXPERT
a7f7f624 99 help
9858c74c 100 Support for some A4TECH mice with two scroll wheels.
14a21cd4 101
c846fe9c
MW
102config HID_ACCUTOUCH
103 tristate "Accutouch touch device"
104 depends on USB_HID
a7f7f624 105 help
c846fe9c
MW
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
0ae43810
DT
114config HID_ACRUX
115 tristate "ACRUX game controller support"
d8814272 116 depends on HID
a7f7f624 117 help
0ae43810
DT
118 Say Y here if you want to enable support for ACRUX game controllers.
119
120config HID_ACRUX_FF
364b936f 121 bool "ACRUX force feedback support"
0ae43810 122 depends on HID_ACRUX
c0dbcc33 123 select INPUT_FF_MEMLESS
a7f7f624 124 help
c0dbcc33
SK
125 Say Y here if you want to enable force feedback support for ACRUX
126 game controllers.
127
8c19a515 128config HID_APPLE
7af05e73 129 tristate "Apple {i,Power,Mac}Books"
f3757cea 130 depends on HID
ed9f4f96
JK
131 depends on LEDS_CLASS
132 depends on NEW_LEDS
6a108a14 133 default !EXPERT
a7f7f624 134 help
8c19a515
JS
135 Support for some Apple devices which less or more break
136 HID specification.
137
f0bd8e43
JK
138 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
139 MacBooks, MacBook Pros and Apple Aluminum.
8c19a515 140
9a4a5574
BT
141config HID_APPLEIR
142 tristate "Apple infrared receiver"
143 depends on (USB_HID)
a7f7f624 144 help
9a4a5574
BT
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
eeb01a57
YF
152config HID_ASUS
153 tristate "Asus"
c4f0126d 154 depends on USB_HID
af22a610 155 depends on LEDS_CLASS
3b692c55 156 depends on ASUS_WMI || ASUS_WMI=n
a23eab89 157 select POWER_SUPPLY
a7f7f624 158 help
1caccc25
CC
159 Support for Asus notebook built-in keyboard and touchpad via i2c, and
160 the Asus Republic of Gamers laptop keyboard special keys.
b94f7d5d
YF
161
162 Supported devices:
163 - EeeBook X205TA
164 - VivoBook E200HA
1caccc25
CC
165 - GL553V series
166 - GL753V series
eeb01a57 167
212da74d
JBJ
168config HID_AUREAL
169 tristate "Aureal"
f3757cea 170 depends on HID
a7f7f624 171 help
212da74d
JBJ
172 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
173
b5635b12 174config HID_BELKIN
7af05e73 175 tristate "Belkin Flip KVM and Wireless keyboard"
f3757cea 176 depends on HID
6a108a14 177 default !EXPERT
a7f7f624 178 help
b5635b12
JS
179 Support for Belkin Flip KVM and Wireless keyboard.
180
fc38a8a6
HB
181config HID_BETOP_FF
182 tristate "Betop Production Inc. force feedback support"
183 depends on USB_HID
184 select INPUT_FF_MEMLESS
a7f7f624 185 help
fc38a8a6
HB
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
256a90ed
HZ
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
256a90ed
HZ
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
3b239cd7 203config HID_CHERRY
7af05e73 204 tristate "Cherry Cymotion keyboard"
f3757cea 205 depends on HID
6a108a14 206 default !EXPERT
a7f7f624 207 help
f0bd8e43 208 Support for Cherry Cymotion keyboard.
3b239cd7 209
fcfacfd3 210config HID_CHICONY
f2f10b7e 211 tristate "Chicony devices"
d080811f 212 depends on USB_HID
6a108a14 213 default !EXPERT
a7f7f624 214 help
f2f10b7e 215 Support for Chicony Tactical pad and special keys on Chicony keyboards.
fcfacfd3 216
6f78193e
CV
217config HID_CORSAIR
218 tristate "Corsair devices"
f237d902 219 depends on USB_HID && LEDS_CLASS
a7f7f624 220 help
6f78193e
CV
221 Support for Corsair devices that are not fully compliant with the
222 HID standard.
223
224 Supported devices:
225 - Vengeance K90
01adc47e 226 - Scimitar PRO RGB
6f78193e 227
b8e759b8
DL
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
161f62cd
AH
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
3a370ca1 248config HID_PRODIKEYS
95736de9 249 tristate "Prodikeys PC-MIDI Keyboard support"
30cb3c2a 250 depends on USB_HID && SND
3a370ca1 251 select SND_RAWMIDI
a7f7f624 252 help
3a370ca1
DP
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
ad8ddc57 263config HID_CMEDIA
bebf8820 264 tristate "CMedia audio chips"
ad8ddc57 265 depends on HID
a7f7f624 266 help
bebf8820
TW
267 Support for CMedia CM6533 HID audio jack controls
268 and HS100B mute buttons.
ad8ddc57 269
e932d817
DB
270config HID_CP2112
271 tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support"
cde3076b 272 depends on USB_HID && HIDRAW && I2C && GPIOLIB
ac34b970 273 select GPIOLIB_IRQCHIP
a7f7f624 274 help
e932d817
DB
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
f7c4f737
BN
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
0f221320 289config HID_CYPRESS
7af05e73 290 tristate "Cypress mouse and barcode readers"
f3757cea 291 depends on HID
6a108a14 292 default !EXPERT
a7f7f624 293 help
f0bd8e43 294 Support for cypress mouse and barcode readers.
0f221320 295
0f6f4319 296config HID_DRAGONRISE
a1043044 297 tristate "DragonRise Inc. game controller"
d8814272 298 depends on HID
a7f7f624 299 help
b4a65f4e
NK
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
0f6f4319
JK
306
307config DRAGONRISE_FF
a1043044 308 bool "DragonRise Inc. force feedback"
0f6f4319 309 depends on HID_DRAGONRISE
3f866fbd 310 select INPUT_FF_MEMLESS
a7f7f624 311 help
3f866fbd
RW
312 Say Y here if you want to enable force feedback support for DragonRise Inc.
313 game controllers.
314
04561c5a
IF
315config HID_EMS_FF
316 tristate "EMS Production Inc. force feedback support"
d8814272 317 depends on HID
04561c5a 318 select INPUT_FF_MEMLESS
a7f7f624 319 help
04561c5a
IF
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
9a6a4193
AS
325config HID_ELAN
326 tristate "ELAN USB Touchpad Support"
327 depends on LEDS_CLASS && USB_HID
a7f7f624 328 help
9a6a4193
AS
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
64b386ea 333config HID_ELECOM
0bb7a37f 334 tristate "ELECOM HID devices"
f3757cea 335 depends on HID
a7f7f624 336 help
0bb7a37f
DEP
337 Support for ELECOM devices:
338 - BM084 Bluetooth Mouse
79837ede
TK
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)
64b386ea 342
d23efc19
JS
343config HID_ELO
344 tristate "ELO USB 4000/4500 touchscreen"
345 depends on USB_HID
a7f7f624 346 help
d23efc19
JS
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
1f243e30 350config HID_EZKEY
7af05e73 351 tristate "Ezkey BTC 8193 keyboard"
f3757cea 352 depends on HID
6a108a14 353 default !EXPERT
a7f7f624 354 help
f0bd8e43 355 Support for Ezkey BTC 8193 keyboard.
1f243e30 356
6a82582d
MZ
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
931830aa
BT
368config HID_GEMBIRD
369 tristate "Gembird Joypad"
370 depends on HID
a7f7f624 371 help
931830aa
BT
372 Support for Gembird JPD-DualForce 2.
373
34fc1322
PG
374config HID_GFRM
375 tristate "Google Fiber TV Box remote control support"
376 depends on HID
a7f7f624 377 help
34fc1322
PG
378 Support for Google Fiber TV Box remote controls
379
77a36a3a
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
d946e65e 387config HID_HOLTEK
ff9bf5a2 388 tristate "Holtek HID devices"
d946e65e 389 depends on USB_HID
a7f7f624 390 help
ff9bf5a2
TH
391 Support for Holtek based devices:
392 - Holtek On Line Grip based game controller
393 - Trust GXT 18 Gaming Keyboard
41de326e 394 - Sharkoon Drakonia / Perixx MX-2000 gaming mice
d4f51890
CO
395 - Tracer Sniper TRM-503 / NOVA Gaming Slider X200 /
396 Zalman ZM-GM1
7da7cbbb 397 - SHARKOON DarkGlider Gaming mouse
f1a4914b 398 - LEETGION Hellion Gaming Mouse
d946e65e
AH
399
400config HOLTEK_FF
401 bool "Holtek On Line Grip force feedback support"
402 depends on HID_HOLTEK
403 select INPUT_FF_MEMLESS
a7f7f624 404 help
d946e65e
AH
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
33bbe04a
SB
408config HID_VIVALDI_COMMON
409 tristate
410 help
411 ChromeOS Vivaldi HID parsing support library. This is a hidden
412 option so that drivers can use common code to parse the HID
413 descriptors for vivaldi function row keymap.
414
bc774b8c
WNH
415config HID_GOOGLE_HAMMER
416 tristate "Google Hammer Keyboard"
a9d67299
SB
417 select HID_VIVALDI_COMMON
418 select INPUT_VIVALDIFMAP
47f11e0b 419 depends on USB_HID && LEDS_CLASS && CROS_EC
a7f7f624 420 help
bc774b8c
WNH
421 Say Y here if you have a Google Hammer device.
422
14c9c014
SB
423config HID_VIVALDI
424 tristate "Vivaldi Keyboard"
33bbe04a 425 select HID_VIVALDI_COMMON
45ceaf14 426 select INPUT_VIVALDIFMAP
14c9c014
SB
427 depends on HID
428 help
429 Say Y here if you want to enable support for Vivaldi keyboards.
430
431 Vivaldi keyboards use a vendor-specific (Google) HID usage to report
432 how the keys in the top row are physically ordered.
433
f471d948
JK
434config HID_GT683R
435 tristate "MSI GT68xR LED support"
436 depends on LEDS_CLASS && USB_HID
a7f7f624 437 help
f471d948
JK
438 Say Y here if you want to enable support for the three MSI GT68xR LEDs
439
440 This driver support following modes:
441 - Normal: LEDs are fully on when enabled
442 - Audio: LEDs brightness depends on sound level
443 - Breathing: LEDs brightness varies at human breathing rate
444
445 Currently the following devices are know to be supported:
446 - MSI GT683R
447
177900e8 448config HID_KEYTOUCH
3d366e28 449 tristate "Keytouch HID devices"
f3757cea 450 depends on HID
a7f7f624 451 help
177900e8
JK
452 Support for Keytouch HID devices not fully compliant with
453 the specification. Currently supported:
454 - Keytouch IEC 60945
455
79422741 456config HID_KYE
22ca20b2 457 tristate "KYE/Genius devices"
d8814272 458 depends on HID
a7f7f624 459 help
22ca20b2
NK
460 Support for KYE/Genius devices not fully compliant with HID standard:
461 - Ergo Mouse
462 - EasyPen i405X tablet
463 - MousePen i608X tablet
464 - EasyPen M610X tablet
79422741 465
f8a489cc 466config HID_UCLOGIC
f36ee074 467 tristate "UC-Logic"
bbb2d8a8 468 depends on USB_HID
a7f7f624 469 help
08177f40 470 Support for UC-Logic and Huion tablets.
f8a489cc 471
72a46344
NK
472config HID_WALTOP
473 tristate "Waltop"
f3757cea 474 depends on HID
a7f7f624 475 help
72a46344
NK
476 Support for Waltop tablets.
477
7c2af0a1
NK
478config HID_VIEWSONIC
479 tristate "ViewSonic/Signotec"
480 depends on HID
481 help
482 Support for ViewSonic/Signotec PD1011 signature pad.
483
95157723
IS
484config HID_XIAOMI
485 tristate "Xiaomi"
486 depends on HID
487 help
488 Adds support for side buttons of Xiaomi Mi Dual Mode Wireless
489 Mouse Silent Edition.
490
949f8fef 491config HID_GYRATION
a1043044 492 tristate "Gyration remote control"
f3757cea 493 depends on HID
a7f7f624 494 help
f0bd8e43 495 Support for Gyration remote control.
949f8fef 496
4ddfe028
BN
497config HID_ICADE
498 tristate "ION iCade arcade controller"
f3757cea 499 depends on HID
a7f7f624 500 help
4ddfe028
BN
501 Support for the ION iCade arcade controller to work as a joystick.
502
503 To compile this driver as a module, choose M here: the
504 module will be called hid-icade.
505
f1918be1
HG
506config HID_ITE
507 tristate "ITE devices"
508 depends on HID
509 default !EXPERT
a7f7f624 510 help
f1918be1
HG
511 Support for ITE devices not fully compliant with HID standard.
512
19ca2827
NSO
513config HID_JABRA
514 tristate "Jabra USB HID Driver"
515 depends on HID
a7f7f624 516 help
19ca2827
NSO
517 Support for Jabra USB HID devices.
518
519 Prevents mapping of vendor defined HID usages to input events. Without
520 this driver HID reports from Jabra devices may incorrectly be seen as
521 mouse button events.
522 Say M here if you may ever plug in a Jabra USB device.
523
711a680e 524config HID_TWINHAN
a1043044 525 tristate "Twinhan IR remote control"
f3757cea 526 depends on HID
a7f7f624 527 help
711a680e
BP
528 Support for Twinhan IR remote control.
529
fdf93aa3 530config HID_KENSINGTON
7af05e73 531 tristate "Kensington Slimblade Trackball"
f3757cea 532 depends on HID
6a108a14 533 default !EXPERT
a7f7f624 534 help
fdf93aa3
JK
535 Support for Kensington Slimblade Trackball.
536
75b07022
CS
537config HID_LCPOWER
538 tristate "LC-Power"
f3757cea 539 depends on HID
a7f7f624 540 help
75b07022
CS
541 Support for LC-Power RC1000MCE RF remote control.
542
6c7ad07e 543config HID_LED
26423b84 544 tristate "Simple RGB LED support"
6c7ad07e
HK
545 depends on HID
546 depends on LEDS_CLASS
a7f7f624 547 help
007414e8
HK
548 Support for simple RGB LED devices. Currently supported are:
549 - Riso Kagaku Webmail Notifier
550 - Dream Cheeky Webmail Notifier and Friends Alert
551 - ThingM blink(1)
de908650 552 - Delcom Visual Signal Indicator Generation 2
9d1e048c 553 - Greynut Luxafor
6c7ad07e
HK
554
555 To compile this driver as a module, choose M here: the
556 module will be called hid-led.
557
94723bfa
JL
558config HID_LENOVO
559 tristate "Lenovo / Thinkpad devices"
0c521836 560 depends on HID
25976a79 561 select NEW_LEDS
c1dcad2d 562 select LEDS_CLASS
a7f7f624 563 help
a230cd52 564 Support for IBM/Lenovo devices that are not fully compliant with HID standard.
c1dcad2d 565
a230cd52 566 Say Y if you want support for horizontal scrolling of the IBM/Lenovo
567 Scrollpoint mice or the non-compliant features of the Lenovo Thinkpad
568 standalone keyboards, e.g:
94723bfa
JL
569 - ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint
570 configuration)
f3d4ff0e
JL
571 - ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys)
572 - ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys)
c1dcad2d 573
33a5c279
HG
574config HID_LETSKETCH
575 tristate "Letsketch WP9620N tablets"
576 depends on USB_HID
577 help
578 Driver for the LetSketch / VSON WP9620N drawing tablet. This
579 drawing tablet is also sold under other brand names such as Case U,
580 presumably this driver will work for all of them. But it has only been
581 tested with a LetSketch WP9620N model.
582
583 These tablets also work without a special HID driver, but then only
584 part of the active area works and both the pad and stylus buttons are
585 hardwired to special key-combos. E.g. the 2 stylus buttons send right
586 mouse clicks / resp. "e" key presses.
587
5f22a799 588config HID_LOGITECH
7af05e73 589 tristate "Logitech devices"
f237d902 590 depends on USB_HID
bdd08fff 591 depends on LEDS_CLASS
6a108a14 592 default !EXPERT
a7f7f624 593 help
f0bd8e43 594 Support for Logitech devices that are not fully compliant with HID standard.
5f22a799 595
534a7b8e 596config HID_LOGITECH_DJ
c08ce255 597 tristate "Logitech receivers full support"
c08f38e9 598 depends on USB_HID
dcdc50e7 599 depends on HIDRAW
534a7b8e 600 depends on HID_LOGITECH
ab94e562 601 select HID_LOGITECH_HIDPP
a7f7f624 602 help
c08ce255
FL
603 Say Y if you want support for Logitech receivers and devices.
604 Logitech receivers are capable of pairing multiple Logitech compliant
0944e964 605 devices to the same receiver. Without this driver it will be handled by
d82603c6 606 generic USB_HID driver and all incoming events will be multiplexed
0944e964 607 into a single mouse and a single keyboard device.
534a7b8e 608
2f31c525
BT
609config HID_LOGITECH_HIDPP
610 tristate "Logitech HID++ devices support"
611 depends on HID_LOGITECH
351744aa 612 select POWER_SUPPLY
a7f7f624 613 help
e9c6729a 614 Support for Logitech devices relying on the HID++ Logitech specification
2f31c525
BT
615
616 Say Y if you want support for Logitech devices relying on the HID++
617 specification. Such devices are the various Logitech Touchpads (T650,
618 T651, TK820), some mice (Zone Touch mouse), or even keyboards (Solar
79bc33bd 619 Keyboard).
2f31c525 620
606bd0a8 621config LOGITECH_FF
0f6f4319 622 bool "Logitech force feedback support"
606bd0a8
JS
623 depends on HID_LOGITECH
624 select INPUT_FF_MEMLESS
625 help
626 Say Y here if you have one of these devices:
627 - Logitech WingMan Cordless RumblePad
628 - Logitech WingMan Cordless RumblePad 2
629 - Logitech WingMan Force 3D
606bd0a8
JS
630
631 and if you want to enable force feedback for them.
632 Note: if you say N here, this device will still be supported, but without
633 force feedback.
634
635config LOGIRUMBLEPAD2_FF
bd04363d 636 bool "Logitech force feedback support (variant 2)"
606bd0a8
JS
637 depends on HID_LOGITECH
638 select INPUT_FF_MEMLESS
639 help
bd04363d
EV
640 Say Y here if you want to enable force feedback support for:
641 - Logitech RumblePad
642 - Logitech Rumblepad 2
643 - Logitech Formula Vibration Feedback Wheel
606bd0a8 644
74f292ca
GS
645config LOGIG940_FF
646 bool "Logitech Flight System G940 force feedback support"
647 depends on HID_LOGITECH
648 select INPUT_FF_MEMLESS
649 help
650 Say Y here if you want to enable force feedback support for Logitech
651 Flight System G940 devices.
652
a7ac90f1
MM
653config LOGIWHEELS_FF
654 bool "Logitech wheels configuration and force feedback support"
32c88cbc
SW
655 depends on HID_LOGITECH
656 select INPUT_FF_MEMLESS
70c2cabd 657 default LOGITECH_FF
32c88cbc 658 help
f777a3a7 659 Say Y here if you want to enable force feedback and range setting(*)
a7ac90f1 660 support for following Logitech wheels:
f777a3a7
SW
661 - Logitech G25 (*)
662 - Logitech G27 (*)
663 - Logitech G29 (*)
a7ac90f1 664 - Logitech Driving Force
f777a3a7
SW
665 - Logitech Driving Force Pro (*)
666 - Logitech Driving Force GT (*)
667 - Logitech Driving Force EX/RX
668 - Logitech Driving Force Wireless
669 - Logitech Speed Force Wireless
670 - Logitech MOMO Force
671 - Logitech MOMO Racing Force
672 - Logitech Formula Force GP
673 - Logitech Formula Force EX/RX
674 - Logitech Wingman Formula Force GP
32c88cbc 675
128537ce 676config HID_MAGICMOUSE
cdfee4ff 677 tristate "Apple Magic Mouse/Trackpad multi-touch support"
f3757cea 678 depends on HID
a7f7f624 679 help
cdfee4ff 680 Support for the Apple Magic Mouse/Trackpad multi-touch.
128537ce
MP
681
682 Say Y here if you want support for the multi-touch features of the
cdfee4ff 683 Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad.
128537ce 684
af8cd70a
WW
685config HID_MALTRON
686 tristate "Maltron L90 keyboard"
687 depends on HID
a7f7f624 688 help
af8cd70a
WW
689 Adds support for the volume up, volume down, mute, and play/pause buttons
690 of the Maltron L90 keyboard.
691
f8690450
MH
692config HID_MAYFLASH
693 tristate "Mayflash game controller adapter force feedback"
694 depends on HID
695 select INPUT_FF_MEMLESS
a7f7f624 696 help
f8690450
MH
697 Say Y here if you have HJZ Mayflash PS3 game controller adapters
698 and want to enable force feedback support.
699
06be0d64 700config HID_MEGAWORLD_FF
701 tristate "Mega World based game controller force feedback support"
702 depends on USB_HID
703 select INPUT_FF_MEMLESS
704 help
705 Say Y here if you have a Mega World based game controller and want
706 to have force feedback support for it.
707
85455dd9
RM
708config HID_REDRAGON
709 tristate "Redragon keyboards"
710 depends on HID
711 default !EXPERT
a7f7f624 712 help
85455dd9
RM
713 Support for Redragon keyboards that need fix-ups to work properly.
714
78a849a6 715config HID_MICROSOFT
7af05e73 716 tristate "Microsoft non-fully HID-compliant devices"
f3757cea 717 depends on HID
6a108a14 718 default !EXPERT
830e82aa 719 select INPUT_FF_MEMLESS
a7f7f624 720 help
f0bd8e43 721 Support for Microsoft devices that are not fully compliant with HID standard.
78a849a6 722
3b8006e5 723config HID_MONTEREY
7af05e73 724 tristate "Monterey Genius KB29E keyboard"
f3757cea 725 depends on HID
6a108a14 726 default !EXPERT
a7f7f624 727 help
3b8006e5
JS
728 Support for Monterey Genius KB29E.
729
5519cab4
BT
730config HID_MULTITOUCH
731 tristate "HID Multitouch panels"
d8814272 732 depends on HID
a7f7f624 733 help
5519cab4
BT
734 Generic support for HID multitouch panels.
735
736 Say Y here if you have one of the following devices:
f786bba4 737 - 3M PCT touch screens
e6aac342 738 - ActionStar dual touch panels
b1057124 739 - Atmel panels
22408283 740 - Cando dual touch panels
942fd422 741 - Chunghwa panels
070f63b4 742 - CJTouch panels
79603dc9 743 - CVTouch panels
2d93666e 744 - Cypress TrueTouch panels
e02aea91 745 - Elan Microelectronics touch panels
c04abeef 746 - Elo TouchSystems IntelliTouch Plus panels
22408283 747 - GeneralTouch 'Sensing Win7-TwoFinger' panels
ee0fbd14 748 - GoodTouch panels
2d93666e 749 - Hanvon dual touch panels
22408283 750 - Ilitek dual touch panels
4dfcced8 751 - IrTouch Infrared USB panels
c50bb1a4 752 - LG Display panels (Dell ST2220Tc)
df167c4a 753 - Lumio CrystalTouch panels
4a6ee685 754 - MosArt dual-touch panels
2258e863 755 - Panasonic multitouch panels
6ab3a9a6 756 - PenMount dual touch panels
847672cd 757 - Perixx Peripad 701 touchpad
b7ea95ff 758 - PixArt optical touch screen
2d93666e 759 - Pixcir dual touch panels
5e7ea11f 760 - Quanta panels
22408283 761 - eGalax dual-touch panels, including the Joojoo and Wetab tablets
a6802e00 762 - SiS multitouch panels
043b403a 763 - Stantum multitouch panels
5e74e56d 764 - Touch International Panels
617b64f9 765 - Unitec Panels
bf9d121e 766 - Wistron optical touch panels
bc8a2a9b 767 - XAT optical touch panels
11576c61 768 - Xiroku optical touch panels
e9a09aed 769 - Zytronic touch panels
5519cab4 770
2d93666e
BT
771 If unsure, say N.
772
773 To compile this driver as a module, choose M here: the
774 module will be called hid-multitouch.
775
2af16c1f
DO
776config HID_NINTENDO
777 tristate "Nintendo Joy-Con and Pro Controller support"
778 depends on HID
c5e62676
DO
779 depends on NEW_LEDS
780 depends on LEDS_CLASS
08ebba5c 781 select POWER_SUPPLY
2af16c1f
DO
782 help
783 Adds support for the Nintendo Switch Joy-Cons and Pro Controller.
784 All controllers support bluetooth, and the Pro Controller also supports
785 its USB mode.
786
787 To compile this driver as a module, choose M here: the
788 module will be called hid-nintendo.
789
c4eae84f
DO
790config NINTENDO_FF
791 bool "Nintendo Switch controller force feedback support"
792 depends on HID_NINTENDO
793 select INPUT_FF_MEMLESS
794 help
795 Say Y here if you have a Nintendo Switch controller and want to enable
796 force feedback support for it. This works for both joy-cons and the pro
797 controller. For the pro controller, both rumble motors can be controlled
798 individually.
799
07e88a35
JT
800config HID_NTI
801 tristate "NTI keyboard adapters"
a7f7f624 802 help
07e88a35
JT
803 Support for the "extra" Sun keyboard keys on keyboards attached
804 through Network Technologies USB-SUN keyboard adapters.
805
94011f93 806config HID_NTRIG
a1043044 807 tristate "N-Trig touch screen"
94011f93 808 depends on USB_HID
a7f7f624 809 help
94011f93
RR
810 Support for N-Trig touch screen.
811
cd9ec30d 812config HID_ORTEK
d586dca0 813 tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
f3757cea 814 depends on HID
a7f7f624 815 help
d586dca0
JK
816 There are certain devices which have LogicalMaximum wrong in the keyboard
817 usage page of their report descriptor. The most prevailing ones so far
818 are manufactured by Ortek, thus the name of the driver. Currently
819 supported devices by this driver are
820
821 - Ortek PKB-1700
822 - Ortek WKB-2000
823 - Skycable wireless presenter
cd9ec30d 824
0f6f4319 825config HID_PANTHERLORD
a1043044 826 tristate "Pantherlord/GreenAsia game controller"
d8814272 827 depends on HID
a7f7f624 828 help
0f6f4319
JK
829 Say Y here if you have a PantherLord/GreenAsia based game controller
830 or adapter.
831
5f022298
JS
832config PANTHERLORD_FF
833 bool "Pantherlord force feedback support"
834 depends on HID_PANTHERLORD
835 select INPUT_FF_MEMLESS
a7f7f624 836 help
5f022298
JS
837 Say Y here if you have a PantherLord/GreenAsia based game controller
838 or adapter and want to enable force feedback support for it.
839
ffe51d0d
CG
840config HID_PENMOUNT
841 tristate "Penmount touch device"
842 depends on USB_HID
a7f7f624 843 help
ffe51d0d
CG
844 This selects a driver for the PenMount 6000 touch controller.
845
846 The driver works around a problem in the report descript allowing
847 the userspace to touch events instead of mouse events.
848
849 Say Y here if you have a Penmount based touch controller.
850
1e762532 851config HID_PETALYNX
a1043044 852 tristate "Petalynx Maxter remote control"
f3757cea 853 depends on HID
a7f7f624 854 help
f0bd8e43 855 Support for Petalynx Maxter remote control.
1e762532 856
236db47c
BP
857config HID_PICOLCD
858 tristate "PicoLCD (graphic version)"
b7966a4d 859 depends on HID
a7f7f624 860 help
236db47c
BP
861 This provides support for Minibox PicoLCD devices, currently
862 only the graphical ones are supported.
863
864 This includes support for the following device features:
865 - Keypad
866 - Switching between Firmware and Flash mode
9bbf2b98 867 - EEProm / Flash access (via debugfs)
5435f281
BP
868 Features selectively enabled:
869 - Framebuffer for monochrome 256x64 display
870 - Backlight control
871 - Contrast control
872 - General purpose outputs
b8c21cf6 873 Features that are not (yet) supported:
236db47c 874 - IR
236db47c 875
5435f281 876config HID_PICOLCD_FB
6a108a14
DR
877 bool "Framebuffer support" if EXPERT
878 default !EXPERT
5435f281
BP
879 depends on HID_PICOLCD
880 depends on HID_PICOLCD=FB || FB=y
881 select FB_DEFERRED_IO
882 select FB_SYS_FILLRECT
883 select FB_SYS_COPYAREA
884 select FB_SYS_IMAGEBLIT
885 select FB_SYS_FOPS
a7f7f624 886 help
5435f281 887 Provide access to PicoLCD's 256x64 monochrome display via a
6b2aac42 888 framebuffer device.
5435f281
BP
889
890config HID_PICOLCD_BACKLIGHT
6a108a14
DR
891 bool "Backlight control" if EXPERT
892 default !EXPERT
5435f281
BP
893 depends on HID_PICOLCD
894 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
a7f7f624 895 help
5435f281
BP
896 Provide access to PicoLCD's backlight control via backlight
897 class.
898
899config HID_PICOLCD_LCD
6a108a14
DR
900 bool "Contrast control" if EXPERT
901 default !EXPERT
5435f281
BP
902 depends on HID_PICOLCD
903 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
a7f7f624 904 help
5435f281
BP
905 Provide access to PicoLCD's LCD contrast via lcd class.
906
907config HID_PICOLCD_LEDS
6a108a14
DR
908 bool "GPO via leds class" if EXPERT
909 default !EXPERT
5435f281
BP
910 depends on HID_PICOLCD
911 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
a7f7f624 912 help
5435f281
BP
913 Provide access to PicoLCD's GPO pins via leds class.
914
fabdbf2f
BP
915config HID_PICOLCD_CIR
916 bool "CIR via RC class" if EXPERT
917 default !EXPERT
918 depends on HID_PICOLCD
919 depends on HID_PICOLCD=RC_CORE || RC_CORE=y
a7f7f624 920 help
fabdbf2f
BP
921 Provide access to PicoLCD's CIR interface via remote control (LIRC).
922
1a3f83f6
JC
923config HID_PLANTRONICS
924 tristate "Plantronics USB HID Driver"
1a3f83f6 925 depends on HID
a7f7f624 926 help
81bb773f
TJ
927 Provides HID support for Plantronics USB audio devices.
928 Correctly maps vendor unique volume up/down HID usages to
929 KEY_VOLUMEUP and KEY_VOLUMEDOWN events and prevents core mapping
930 of other vendor unique HID usages to random mouse events.
931
932 Say M here if you may ever plug in a Plantronics USB audio device.
1a3f83f6 933
bc2e15a9
RC
934config HID_PLAYSTATION
935 tristate "PlayStation HID Driver"
936 depends on HID
d7f1f9fe 937 depends on LEDS_CLASS_MULTICOLOR
799b2b53 938 select CRC32
d30bca44 939 select POWER_SUPPLY
bc2e15a9
RC
940 help
941 Provides support for Sony PS5 controllers including support for
942 its special functionalities e.g. touchpad, lights and motion
943 sensors.
944
51151098
RC
945config PLAYSTATION_FF
946 bool "PlayStation force feedback support"
947 depends on HID_PLAYSTATION
948 select INPUT_FF_MEMLESS
949 help
950 Say Y here if you would like to enable force feedback support for
951 PlayStation game controllers.
952
047b6188
JW
953config HID_RAZER
954 tristate "Razer non-fully HID-compliant devices"
955 depends on HID
956 help
957 Support for Razer devices that are not fully compliant with the
958 HID standard.
959
f6a04605 960config HID_PRIMAX
dfe9a312 961 tristate "Primax non-fully HID-compliant devices"
f3757cea 962 depends on HID
a7f7f624 963 help
f6a04605
TL
964 Support for Primax devices that are not fully compliant with the
965 HID standard.
966
13b2e1ba 967config HID_RETRODE
fc5431dc 968 tristate "Retrode 2 USB adapter for vintage video games"
13b2e1ba 969 depends on USB_HID
a7f7f624 970 help
13b2e1ba 971 Support for
13b2e1ba
BN
972 * Retrode 2 cartridge and controller adapter
973
206f5f2f 974config HID_ROCCAT
bd393dbd 975 tristate "Roccat device support"
206f5f2f 976 depends on USB_HID
a7f7f624 977 help
bd393dbd
SA
978 Support for Roccat devices.
979 Say Y here if you have a Roccat mouse or keyboard and want
980 support for its special functionalities.
cb7cf3da 981
1e93674a 982config HID_SAITEK
7bb9d643 983 tristate "Saitek (Mad Catz) non-fully HID-compliant devices"
f3757cea 984 depends on HID
a7f7f624 985 help
1e93674a
AH
986 Support for Saitek devices that are not fully compliant with the
987 HID standard.
988
37c492c8
HB
989 Supported devices:
990 - PS1000 Dual Analog Pad
8ffd341c
HB
991 - Saitek R.A.T.7, R.A.T.9, M.M.O.7 Gaming Mice
992 - Mad Catz R.A.T.5, R.A.T.9 Gaming Mice
1e93674a 993
980a3da6 994config HID_SAMSUNG
a1043044 995 tristate "Samsung InfraRed remote control or keyboards"
f237d902 996 depends on USB_HID
a7f7f624 997 help
b355850b 998 Support for Samsung InfraRed remote control or keyboards.
980a3da6 999
6a012686
BM
1000config HID_SEMITEK
1001 tristate "Semitek USB keyboards"
1002 depends on HID
1003 help
1004 Support for Semitek USB keyboards that are not fully compliant
1005 with the HID standard.
1006
1007 There are many variants, including:
1008 - GK61, GK64, GK68, GK84, GK96, etc.
1009 - SK61, SK64, SK68, SK84, SK96, etc.
1010 - Dierya DK61/DK66
1011 - Tronsmart TK09R
1012 - Woo-dy
1013 - X-Bows Nature/Knight
1014
97673404
DL
1015config HID_SIGMAMICRO
1016 tristate "SiGma Micro-based keyboards"
1017 depends on USB_HID
1018 help
1019 Support for keyboards that use the SiGma Micro (a.k.a SigmaChip) IC.
1020
1021 Supported devices:
1022 - Landslides KR-700
1023 - Rapoo V500
1024
bd28ce00 1025config HID_SONY
e4321c5c 1026 tristate "Sony PS2/3/4 accessories"
bd28ce00 1027 depends on USB_HID
40e32ee6
JK
1028 depends on NEW_LEDS
1029 depends on LEDS_CLASS
695baaa7 1030 select POWER_SUPPLY
273435a1 1031 select CRC32
a7f7f624 1032 help
f04d5140 1033 Support for
5844c1cd 1034
f04d5140 1035 * Sony PS3 6-axis controllers
e4321c5c 1036 * Sony PS4 DualShock 4 controllers
f04d5140 1037 * Buzz controllers
078328da
JK
1038 * Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
1039 * Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
a4bfe13f 1040 * Guitar Hero Live PS3, Wii U and PS4 guitar dongles
32e411d0 1041 * Guitar Hero PS3 and PC guitar dongles
bd28ce00 1042
a08c22c0 1043config SONY_FF
e4321c5c 1044 bool "Sony PS2/3/4 accessories force feedback support"
a08c22c0
SE
1045 depends on HID_SONY
1046 select INPUT_FF_MEMLESS
a7f7f624 1047 help
e4321c5c
FP
1048 Say Y here if you have a Sony PS2/3/4 accessory and want to enable
1049 force feedback support for it.
a08c22c0 1050
74bc6953
SK
1051config HID_SPEEDLINK
1052 tristate "Speedlink VAD Cezanne mouse support"
d8814272 1053 depends on HID
a7f7f624 1054 help
74bc6953
SK
1055 Support for Speedlink Vicious and Divine Cezanne mouse.
1056
c164d6ab
RRC
1057config HID_STEAM
1058 tristate "Steam Controller support"
1059 depends on HID
4b64487f 1060 select POWER_SUPPLY
a7f7f624 1061 help
c164d6ab
RRC
1062 Say Y here if you have a Steam Controller if you want to use it
1063 without running the Steam Client. It supports both the wired and
1064 the wireless adaptor.
1065
090800c2 1066config HID_STEELSERIES
75dbb953 1067 tristate "Steelseries SRW-S1 steering wheel support"
d8814272 1068 depends on HID
a7f7f624 1069 help
75dbb953
SW
1070 Support for Steelseries SRW-S1 steering wheel
1071
90231e7e 1072config HID_SUNPLUS
a1043044 1073 tristate "Sunplus wireless desktop"
f3757cea 1074 depends on HID
a7f7f624 1075 help
f0bd8e43 1076 Support for Sunplus wireless desktop.
90231e7e 1077
9fb6bf02
BT
1078config HID_RMI
1079 tristate "Synaptics RMI4 device support"
1080 depends on HID
0b2c7a89
AD
1081 select RMI4_CORE
1082 select RMI4_F03
1083 select RMI4_F11
1084 select RMI4_F12
1085 select RMI4_F30
a7f7f624 1086 help
9fb6bf02
BT
1087 Support for Synaptics RMI4 touchpads.
1088 Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
1089 and want support for its special functionalities.
1090
0f6f4319 1091config HID_GREENASIA
a1043044 1092 tristate "GreenAsia (Product ID 0x12) game controller support"
d8814272 1093 depends on HID
a7f7f624 1094 help
0f6f4319
JK
1095 Say Y here if you have a GreenAsia (Product ID 0x12) based game
1096 controller or adapter.
1097
1098config GREENASIA_FF
1099 bool "GreenAsia (Product ID 0x12) force feedback support"
1100 depends on HID_GREENASIA
42859e0b 1101 select INPUT_FF_MEMLESS
a7f7f624 1102 help
42859e0b 1103 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
692105b8 1104 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
42859e0b
LL
1105 and want to enable force feedback support for it.
1106
6cf851d8
JK
1107config HID_HYPERV_MOUSE
1108 tristate "Microsoft Hyper-V mouse driver"
1109 depends on HYPERV
a7f7f624 1110 help
6cf851d8
JK
1111 Select this option to enable the Hyper-V mouse driver.
1112
fac733f0 1113config HID_SMARTJOYPLUS
73d5e8f7 1114 tristate "SmartJoy PLUS PS2/USB adapter support"
d8814272 1115 depends on HID
a7f7f624 1116 help
1bcc2067
SY
1117 Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
1118 Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
1119
1120 Note that DDR (Dance Dance Revolution) mode is not supported, nor
1121 is pressure sensitive buttons on the pro models.
fac733f0
JK
1122
1123config SMARTJOYPLUS_FF
1124 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
1125 depends on HID_SMARTJOYPLUS
1126 select INPUT_FF_MEMLESS
a7f7f624 1127 help
fac733f0
JK
1128 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
1129 enable force feedback support for it.
1130
2701eaab 1131config HID_TIVO
44ea35c1 1132 tristate "TiVo Slide Bluetooth remote control support"
f3757cea 1133 depends on HID
a7f7f624 1134 help
44ea35c1
JW
1135 Say Y if you have a TiVo Slide Bluetooth remote control.
1136
f14f526d 1137config HID_TOPSEED
54001081 1138 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
f3757cea 1139 depends on HID
a7f7f624 1140 help
54001081
KB
1141 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
1142 CLLRCMCE remote control.
f14f526d 1143
30ba2fbd
VD
1144config HID_THINGM
1145 tristate "ThingM blink(1) USB RGB LED"
f3757cea 1146 depends on HID
30ba2fbd 1147 depends on LEDS_CLASS
38b09c03 1148 select HID_LED
a7f7f624 1149 help
38b09c03
HK
1150 Support for the ThingM blink(1) USB RGB LED. This driver has been
1151 merged into the generic hid led driver. Config symbol HID_THINGM
1152 just selects HID_LED and will be removed soon.
30ba2fbd 1153
0f6f4319 1154config HID_THRUSTMASTER
73d5e8f7 1155 tristate "ThrustMaster devices support"
dfe74f55 1156 depends on USB_HID
a7f7f624 1157 help
c49c3363
DP
1158 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2,
1159 a THRUSTMASTER Ferrari GT Rumble Wheel or Thrustmaster FFB
1160 Wheel (T150RS, T300RS, T300 Ferrari Alcantara Edition, T500RS).
0f6f4319
JK
1161
1162config THRUSTMASTER_FF
1163 bool "ThrustMaster devices force feedback support"
1164 depends on HID_THRUSTMASTER
10e41a71 1165 select INPUT_FF_MEMLESS
a7f7f624 1166 help
7a84b133
RAG
1167 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
1168 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
1169 Rumble Force or Force Feedback Wheel.
10e41a71 1170
0edffe65
BN
1171config HID_UDRAW_PS3
1172 tristate "THQ PS3 uDraw tablet"
1173 depends on HID
a7f7f624 1174 help
0edffe65
BN
1175 Say Y here if you want to use the THQ uDraw gaming tablet for
1176 the PS3.
1177
42337b9d
AS
1178config HID_U2FZERO
1179 tristate "U2F Zero LED and RNG support"
1180 depends on USB_HID
1181 depends on LEDS_CLASS
e252e0e0 1182 depends on HW_RANDOM
42337b9d
AS
1183 help
1184 Support for the LED of the U2F Zero device.
1185
1186 U2F Zero supports custom commands for blinking the LED
1187 and getting data from the internal hardware RNG.
1188 The internal hardware can be used to feed the enthropy pool.
1189
1190 U2F Zero only supports blinking its LED, so this driver doesn't
1191 allow setting the brightness to anything but 1, which will
ad81d1c8 1192 trigger a single blink and immediately reset back to 0.
42337b9d 1193
ca2dcd40 1194config HID_WACOM
471d1714 1195 tristate "Wacom Intuos/Graphire tablet support (USB)"
9d14201c 1196 depends on USB_HID
59d2334a 1197 select POWER_SUPPLY
471d1714
BT
1198 select NEW_LEDS
1199 select LEDS_CLASS
34736aa9 1200 select LEDS_TRIGGERS
471d1714 1201 help
7403a6a4 1202 Say Y here if you want to use the USB or BT version of the Wacom Intuos
471d1714
BT
1203 or Graphire tablet.
1204
1205 To compile this driver as a module, choose M here: the
1206 module will be called wacom.
59d2334a 1207
fb51b443 1208config HID_WIIMOTE
92eda7e4 1209 tristate "Nintendo Wii / Wii U peripherals"
f3757cea 1210 depends on HID
23a5a4a3 1211 depends on LEDS_CLASS
6591d758 1212 select POWER_SUPPLY
ef6f4115 1213 select INPUT_FF_MEMLESS
a7f7f624 1214 help
92eda7e4
DH
1215 Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
1216 devices are the Wii Remote and its extension devices, but also devices
1217 based on the Wii Remote like the Wii U Pro Controller or the
1218 Wii Balance Board.
fb51b443 1219
92eda7e4
DH
1220 Support for all official Nintendo extensions is available, however, 3rd
1221 party extensions might not be supported. Please report these devices to:
1222 http://github.com/dvdhrm/xwiimote/issues
1223
1224 Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
1225 the Wii U Gamepad) might be supported in the future. But currently
1226 support is limited to Bluetooth based devices.
1227
1228 If unsure, say N.
1229
1230 To compile this driver as a module, choose M here: the
1231 module will be called hid-wiimote.
cb99221b 1232
cb2c9e3f
OS
1233config HID_XINMO
1234 tristate "Xin-Mo non-fully compliant devices"
1235 depends on HID
a7f7f624 1236 help
cb2c9e3f 1237 Support for Xin-Mo devices that are not fully compliant with the HID
e2c76a8b 1238 standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
cb2c9e3f
OS
1239 if you have a Xin-Mo Dual Arcade controller.
1240
0f6f4319 1241config HID_ZEROPLUS
73d5e8f7 1242 tristate "Zeroplus based game controller support"
d8814272 1243 depends on HID
a7f7f624 1244 help
987fbc1f
JS
1245 Say Y here if you have a Zeroplus based game controller.
1246
0f6f4319
JK
1247config ZEROPLUS_FF
1248 bool "Zeroplus based game controller force feedback support"
1249 depends on HID_ZEROPLUS
1250 select INPUT_FF_MEMLESS
a7f7f624 1251 help
0f6f4319
JK
1252 Say Y here if you have a Zeroplus based game controller and want
1253 to have force feedback support for it.
1254
a9885c8f 1255config HID_ZYDACRON
73d5e8f7 1256 tristate "Zydacron remote control support"
f3757cea 1257 depends on HID
a7f7f624 1258 help
a9885c8f
DP
1259 Support for Zydacron remote control.
1260
401ca24f 1261config HID_SENSOR_HUB
1262 tristate "HID Sensors framework support"
4732aee9 1263 depends on HID && HAS_IOMEM
401ca24f 1264 select MFD_CORE
1265 default n
a7f7f624 1266 help
401ca24f 1267 Support for HID Sensor framework. This creates a MFD instance
1268 for a sensor hub and identifies all the sensors connected to it.
1269 Each sensor is registered as a MFD cell, so that sensor specific
1270 processing can be done in a separate driver. Each sensor
1271 drivers can use the service provided by this driver to register
1272 for events and handle data streams. Each sensor driver can format
1273 data and present to user mode using input or IIO interface.
1274
4a7de051
SP
1275config HID_SENSOR_CUSTOM_SENSOR
1276 tristate "HID Sensors hub custom sensor support"
1277 depends on HID_SENSOR_HUB
1278 default n
a7f7f624 1279 help
4a7de051
SP
1280 HID Sensor hub specification allows definition of some custom and
1281 generic sensors. Unlike other HID sensors, they can't be exported
1282 via Linux IIO because of custom fields. This is up to the manufacturer
1283 to decide how to interpret these special sensor ids and process in
1284 the user space. Currently some manufacturers are using these ids for
1285 sensor calibration and debugging other sensors. Manufacturers
16863fbc 1286 shouldn't use these special custom sensor ids to export any of the
4a7de051
SP
1287 standard sensors.
1288 Select this config option for custom/generic sensor support.
1289
2562756d
MO
1290config HID_ALPS
1291 tristate "Alps HID device support"
1292 depends on HID
a7f7f624 1293 help
2562756d
MO
1294 Support for Alps I2C HID touchpads and StickPointer.
1295 Say Y here if you have a Alps touchpads over i2c-hid or usbhid
1296 and want support for its special functionalities.
1297
67a95c21
RG
1298config HID_MCP2221
1299 tristate "Microchip MCP2221 HID USB-to-I2C/SMbus host support"
1300 depends on USB_HID && I2C
2465f0d5 1301 depends on GPIOLIB
a7f7f624 1302 help
67a95c21
RG
1303 Provides I2C and SMBUS host adapter functionality over USB-HID
1304 through MCP2221 device.
1305
1306 To compile this driver as a module, choose M here: the module
1307 will be called hid-mcp2221.ko.
1308
2d167aab
JE
1309config HID_KUNIT_TEST
1310 bool "KUnit tests for HID" if !KUNIT_ALL_TESTS
1311 depends on KUNIT=y
1312 depends on HID_UCLOGIC
1313 default KUNIT_ALL_TESTS
1314 help
1315 This builds unit tests for HID. This option is not useful for
1316 distributions or general kernels, but only for kernel
1317 developers working on HID and associated drivers.
1318
1319 For more information on KUnit and unit tests in general,
1320 please refer to the KUnit documentation in
1321 Documentation/dev-tools/kunit/.
1322
1323 If in doubt, say "N".
1324
5f22a799
JS
1325endmenu
1326
1f41a6a9
HR
1327endif # HID
1328
1329source "drivers/hid/usbhid/Kconfig"
1330
4a200c3b
BT
1331source "drivers/hid/i2c-hid/Kconfig"
1332
3703f53b
SP
1333source "drivers/hid/intel-ish-hid/Kconfig"
1334
4f567b9f
SS
1335source "drivers/hid/amd-sfh-hid/Kconfig"
1336
b05ff100
ML
1337source "drivers/hid/surface-hid/Kconfig"
1338
1f41a6a9 1339endmenu