]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/hid/Kconfig
HID: asus: change mapping from KEY_WLAN to KEY_RFKILL
[mirror_ubuntu-hirsute-kernel.git] / drivers / hid / Kconfig
CommitLineData
63f3861d
JK
1#
2# HID driver configuration
3#
1f41a6a9
HR
4menu "HID support"
5 depends on INPUT
63f3861d
JK
6
7config HID
1f41a6a9 8 tristate "HID bus support"
c96c9d7b 9 depends on INPUT
63f3861d
JK
10 default y
11 ---help---
69e4d948
JK
12 A human interface device (HID) is a type of computer device that
13 interacts directly with and takes input from humans. The term "HID"
14 most commonly used to refer to the USB-HID specification, but other
15 devices (such as, but not strictly limited to, Bluetooth) are
16 designed using HID specification (this involves certain keyboards,
1f41a6a9
HR
17 mice, tablets, etc). This option adds the HID bus to the kernel,
18 together with generic HID layer code. The HID devices are added and
19 removed from the HID bus by the transport-layer drivers, such as
20 usbhid (USB_HID) and hidp (BT_HIDP).
69e4d948
JK
21
22 For docs and specs, see http://www.usb.org/developers/hidpage/
23
205adbec 24 If unsure, say Y.
63f3861d 25
1f41a6a9
HR
26if HID
27
4f5ca836 28config HID_BATTERY_STRENGTH
692d30d6 29 bool "Battery level reporting for HID devices"
060c9982
DN
30 depends on HID
31 select POWER_SUPPLY
2198eddd 32 default n
692d30d6
JK
33 ---help---
34 This option adds support of reporting battery strength (for HID devices
35 that support this feature) through power_supply class so that userspace
36 tools, such as upower, can display it.
4f5ca836 37
86166b7b
JK
38config HIDRAW
39 bool "/dev/hidraw raw HID device support"
40 depends on HID
41 ---help---
42 Say Y here if you want to support HID devices (from the USB
43 specification standpoint) that aren't strictly user interface
44 devices, like monitor controls and Uninterruptable Power Supplies.
45
46 This module supports these devices separately using a separate
47 event interface on /dev/hidraw.
48
49 There is also a /dev/hiddev configuration option in the USB HID
50 configuration menu. In comparison to hiddev, this device does not process
51 the hid events at all (no parsing, no lookups). This lets applications
52 to work on raw hid events when they want to, and avoid using transport-specific
53 userspace libhid/libusb libraries.
54
55 If unsure, say Y.
56
1ccd7a2a
DH
57config UHID
58 tristate "User-space I/O driver support for HID subsystem"
59 depends on HID
60 default n
61 ---help---
62 Say Y here if you want to provide HID I/O Drivers from user-space.
63 This allows to write I/O drivers in user-space and feed the data from
64 the device into the kernel. The kernel parses the HID reports, loads the
65 corresponding HID Device Driver or provides input devices on top of your
66 user-space device.
67
68 This driver cannot be used to parse HID-reports in user-space and write
69 special HID-drivers. You should use hidraw for that.
70 Instead, this driver allows to write the transport-layer driver in
71 user-space like USB-HID and Bluetooth-HID do in kernel-space.
72
73 If unsure, say N.
74
75 To compile this driver as a module, choose M here: the
76 module will be called uhid.
77
8215d557
HR
78config HID_GENERIC
79 tristate "Generic HID driver"
80 depends on HID
1f41a6a9 81 default HID
8215d557 82 ---help---
1f41a6a9
HR
83 Support for generic devices on the HID bus. This includes most
84 keyboards and mice, joysticks, tablets and digitizers.
8215d557
HR
85
86 To compile this driver as a module, choose M here: the module
87 will be called hid-generic.
88
89 If unsure, say Y.
90
1f41a6a9
HR
91menu "Special HID drivers"
92 depends on HID
93
14a21cd4 94config HID_A4TECH
7af05e73 95 tristate "A4 tech mice"
f3757cea 96 depends on HID
6a108a14 97 default !EXPERT
14a21cd4
JS
98 ---help---
99 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
100
0ae43810
DT
101config HID_ACRUX
102 tristate "ACRUX game controller support"
d8814272 103 depends on HID
0ae43810
DT
104 ---help---
105 Say Y here if you want to enable support for ACRUX game controllers.
106
107config HID_ACRUX_FF
364b936f 108 bool "ACRUX force feedback support"
0ae43810 109 depends on HID_ACRUX
c0dbcc33
SK
110 select INPUT_FF_MEMLESS
111 ---help---
112 Say Y here if you want to enable force feedback support for ACRUX
113 game controllers.
114
8c19a515 115config HID_APPLE
7af05e73 116 tristate "Apple {i,Power,Mac}Books"
f3757cea 117 depends on HID
6a108a14 118 default !EXPERT
8c19a515
JS
119 ---help---
120 Support for some Apple devices which less or more break
121 HID specification.
122
f0bd8e43
JK
123 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
124 MacBooks, MacBook Pros and Apple Aluminum.
8c19a515 125
9a4a5574
BT
126config HID_APPLEIR
127 tristate "Apple infrared receiver"
128 depends on (USB_HID)
129 ---help---
130 Support for Apple infrared remote control. All the Apple computers from
131 2005 onwards include such a port, except the unibody Macbook (2009),
132 and Mac Pros. This receiver is also used in the Apple TV set-top box
133 prior to the 2010 model.
134
135 Say Y here if you want support for Apple infrared remote control.
136
eeb01a57
YF
137config HID_ASUS
138 tristate "Asus"
eeb01a57 139 ---help---
1caccc25
CC
140 Support for Asus notebook built-in keyboard and touchpad via i2c, and
141 the Asus Republic of Gamers laptop keyboard special keys.
b94f7d5d
YF
142
143 Supported devices:
144 - EeeBook X205TA
145 - VivoBook E200HA
1caccc25
CC
146 - GL553V series
147 - GL753V series
eeb01a57 148
212da74d
JBJ
149config HID_AUREAL
150 tristate "Aureal"
f3757cea 151 depends on HID
212da74d
JBJ
152 ---help---
153 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
154
b5635b12 155config HID_BELKIN
7af05e73 156 tristate "Belkin Flip KVM and Wireless keyboard"
f3757cea 157 depends on HID
6a108a14 158 default !EXPERT
b5635b12
JS
159 ---help---
160 Support for Belkin Flip KVM and Wireless keyboard.
161
fc38a8a6
HB
162config HID_BETOP_FF
163 tristate "Betop Production Inc. force feedback support"
164 depends on USB_HID
165 select INPUT_FF_MEMLESS
166 ---help---
167 Say Y here if you want to enable force feedback support for devices by
168 BETOP Production Ltd.
169 Currently the following devices are known to be supported:
170 - BETOP 2185 PC & BFM MODE
171
3b239cd7 172config HID_CHERRY
7af05e73 173 tristate "Cherry Cymotion keyboard"
f3757cea 174 depends on HID
6a108a14 175 default !EXPERT
3b239cd7 176 ---help---
f0bd8e43 177 Support for Cherry Cymotion keyboard.
3b239cd7 178
fcfacfd3 179config HID_CHICONY
f2f10b7e 180 tristate "Chicony devices"
f3757cea 181 depends on HID
6a108a14 182 default !EXPERT
fcfacfd3 183 ---help---
f2f10b7e 184 Support for Chicony Tactical pad and special keys on Chicony keyboards.
fcfacfd3 185
6f78193e
CV
186config HID_CORSAIR
187 tristate "Corsair devices"
188 depends on HID && USB && LEDS_CLASS
189 ---help---
190 Support for Corsair devices that are not fully compliant with the
191 HID standard.
192
193 Supported devices:
194 - Vengeance K90
01adc47e 195 - Scimitar PRO RGB
6f78193e 196
3a370ca1 197config HID_PRODIKEYS
95736de9 198 tristate "Prodikeys PC-MIDI Keyboard support"
d8814272 199 depends on HID && SND
3a370ca1 200 select SND_RAWMIDI
3a370ca1
DP
201 ---help---
202 Support for Prodikeys PC-MIDI Keyboard device support.
203 Say Y here to enable support for this device.
204 - Prodikeys PC-MIDI keyboard.
205 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
206 input and one MIDI output. These MIDI jacks appear as
207 a sound "card" in the ALSA sound system.
208 Note: if you say N here, this device will still function as a basic
209 multimedia keyboard, but will lack support for the musical keyboard
210 and some additional multimedia keys.
211
ad8ddc57
BC
212config HID_CMEDIA
213 tristate "CMedia CM6533 HID audio jack controls"
214 depends on HID
215 ---help---
216 Support for CMedia CM6533 HID audio jack controls.
217
e932d817
DB
218config HID_CP2112
219 tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support"
13c28b02 220 depends on USB_HID && I2C && GPIOLIB && GPIOLIB_IRQCHIP
e932d817
DB
221 ---help---
222 Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge.
223 This is a HID device driver which registers as an i2c adapter
224 and gpiochip to expose these functions of the CP2112. The
225 customizable USB descriptor fields are exposed as sysfs attributes.
226
0f221320 227config HID_CYPRESS
7af05e73 228 tristate "Cypress mouse and barcode readers"
f3757cea 229 depends on HID
6a108a14 230 default !EXPERT
0f221320 231 ---help---
f0bd8e43 232 Support for cypress mouse and barcode readers.
0f221320 233
0f6f4319 234config HID_DRAGONRISE
a1043044 235 tristate "DragonRise Inc. game controller"
d8814272 236 depends on HID
0f6f4319 237 ---help---
b4a65f4e
NK
238 Say Y here if you have DragonRise Inc. game controllers.
239 These might be branded as:
240 - Tesun USB-703
241 - Media-tech MT1504 "Rogue"
242 - DVTech JS19 "Gear"
243 - Defender Game Master
0f6f4319
JK
244
245config DRAGONRISE_FF
a1043044 246 bool "DragonRise Inc. force feedback"
0f6f4319 247 depends on HID_DRAGONRISE
3f866fbd
RW
248 select INPUT_FF_MEMLESS
249 ---help---
250 Say Y here if you want to enable force feedback support for DragonRise Inc.
251 game controllers.
252
04561c5a
IF
253config HID_EMS_FF
254 tristate "EMS Production Inc. force feedback support"
d8814272 255 depends on HID
04561c5a
IF
256 select INPUT_FF_MEMLESS
257 ---help---
258 Say Y here if you want to enable force feedback support for devices by
259 EMS Production Ltd.
260 Currently the following devices are known to be supported:
261 - Trio Linker Plus II
262
64b386ea 263config HID_ELECOM
a1043044 264 tristate "ELECOM BM084 bluetooth mouse"
f3757cea 265 depends on HID
64b386ea
RN
266 ---help---
267 Support for the ELECOM BM084 (bluetooth mouse).
268
d23efc19
JS
269config HID_ELO
270 tristate "ELO USB 4000/4500 touchscreen"
271 depends on USB_HID
272 ---help---
273 Support for the ELO USB 4000/4500 touchscreens. Note that this is for
274 different devices than those handled by CONFIG_TOUCHSCREEN_USB_ELO.
275
1f243e30 276config HID_EZKEY
7af05e73 277 tristate "Ezkey BTC 8193 keyboard"
f3757cea 278 depends on HID
6a108a14 279 default !EXPERT
1f243e30 280 ---help---
f0bd8e43 281 Support for Ezkey BTC 8193 keyboard.
1f243e30 282
931830aa
BT
283config HID_GEMBIRD
284 tristate "Gembird Joypad"
285 depends on HID
286 ---help---
287 Support for Gembird JPD-DualForce 2.
288
34fc1322
PG
289config HID_GFRM
290 tristate "Google Fiber TV Box remote control support"
291 depends on HID
292 ---help---
293 Support for Google Fiber TV Box remote controls
294
d946e65e 295config HID_HOLTEK
ff9bf5a2 296 tristate "Holtek HID devices"
d946e65e
AH
297 depends on USB_HID
298 ---help---
ff9bf5a2
TH
299 Support for Holtek based devices:
300 - Holtek On Line Grip based game controller
301 - Trust GXT 18 Gaming Keyboard
41de326e 302 - Sharkoon Drakonia / Perixx MX-2000 gaming mice
d4f51890
CO
303 - Tracer Sniper TRM-503 / NOVA Gaming Slider X200 /
304 Zalman ZM-GM1
7da7cbbb 305 - SHARKOON DarkGlider Gaming mouse
f1a4914b 306 - LEETGION Hellion Gaming Mouse
d946e65e
AH
307
308config HOLTEK_FF
309 bool "Holtek On Line Grip force feedback support"
310 depends on HID_HOLTEK
311 select INPUT_FF_MEMLESS
312 ---help---
313 Say Y here if you have a Holtek On Line Grip based game controller
314 and want to have force feedback support for it.
315
f471d948
JK
316config HID_GT683R
317 tristate "MSI GT68xR LED support"
318 depends on LEDS_CLASS && USB_HID
319 ---help---
320 Say Y here if you want to enable support for the three MSI GT68xR LEDs
321
322 This driver support following modes:
323 - Normal: LEDs are fully on when enabled
324 - Audio: LEDs brightness depends on sound level
325 - Breathing: LEDs brightness varies at human breathing rate
326
327 Currently the following devices are know to be supported:
328 - MSI GT683R
329
177900e8 330config HID_KEYTOUCH
3d366e28 331 tristate "Keytouch HID devices"
f3757cea 332 depends on HID
177900e8
JK
333 ---help---
334 Support for Keytouch HID devices not fully compliant with
335 the specification. Currently supported:
336 - Keytouch IEC 60945
337
79422741 338config HID_KYE
22ca20b2 339 tristate "KYE/Genius devices"
d8814272 340 depends on HID
79422741 341 ---help---
22ca20b2
NK
342 Support for KYE/Genius devices not fully compliant with HID standard:
343 - Ergo Mouse
344 - EasyPen i405X tablet
345 - MousePen i608X tablet
346 - EasyPen M610X tablet
79422741 347
f8a489cc 348config HID_UCLOGIC
f36ee074 349 tristate "UC-Logic"
bbb2d8a8 350 depends on USB_HID
f8a489cc 351 ---help---
08177f40 352 Support for UC-Logic and Huion tablets.
f8a489cc 353
72a46344
NK
354config HID_WALTOP
355 tristate "Waltop"
f3757cea 356 depends on HID
72a46344
NK
357 ---help---
358 Support for Waltop tablets.
359
949f8fef 360config HID_GYRATION
a1043044 361 tristate "Gyration remote control"
f3757cea 362 depends on HID
949f8fef 363 ---help---
f0bd8e43 364 Support for Gyration remote control.
949f8fef 365
4ddfe028
BN
366config HID_ICADE
367 tristate "ION iCade arcade controller"
f3757cea 368 depends on HID
4ddfe028
BN
369 ---help---
370 Support for the ION iCade arcade controller to work as a joystick.
371
372 To compile this driver as a module, choose M here: the
373 module will be called hid-icade.
374
711a680e 375config HID_TWINHAN
a1043044 376 tristate "Twinhan IR remote control"
f3757cea 377 depends on HID
711a680e
BP
378 ---help---
379 Support for Twinhan IR remote control.
380
fdf93aa3 381config HID_KENSINGTON
7af05e73 382 tristate "Kensington Slimblade Trackball"
f3757cea 383 depends on HID
6a108a14 384 default !EXPERT
fdf93aa3
JK
385 ---help---
386 Support for Kensington Slimblade Trackball.
387
75b07022
CS
388config HID_LCPOWER
389 tristate "LC-Power"
f3757cea 390 depends on HID
75b07022
CS
391 ---help---
392 Support for LC-Power RC1000MCE RF remote control.
393
6c7ad07e 394config HID_LED
26423b84 395 tristate "Simple RGB LED support"
6c7ad07e
HK
396 depends on HID
397 depends on LEDS_CLASS
398 ---help---
007414e8
HK
399 Support for simple RGB LED devices. Currently supported are:
400 - Riso Kagaku Webmail Notifier
401 - Dream Cheeky Webmail Notifier and Friends Alert
402 - ThingM blink(1)
de908650 403 - Delcom Visual Signal Indicator Generation 2
9d1e048c 404 - Greynut Luxafor
6c7ad07e
HK
405
406 To compile this driver as a module, choose M here: the
407 module will be called hid-led.
408
94723bfa
JL
409config HID_LENOVO
410 tristate "Lenovo / Thinkpad devices"
0c521836 411 depends on HID
25976a79 412 select NEW_LEDS
c1dcad2d
BS
413 select LEDS_CLASS
414 ---help---
94723bfa 415 Support for Lenovo devices that are not fully compliant with HID standard.
c1dcad2d 416
94723bfa
JL
417 Say Y if you want support for the non-compliant features of the Lenovo
418 Thinkpad standalone keyboards, e.g:
419 - ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint
420 configuration)
f3d4ff0e
JL
421 - ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys)
422 - ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys)
c1dcad2d 423
5f22a799 424config HID_LOGITECH
7af05e73 425 tristate "Logitech devices"
f3757cea 426 depends on HID
6a108a14 427 default !EXPERT
5f22a799 428 ---help---
f0bd8e43 429 Support for Logitech devices that are not fully compliant with HID standard.
5f22a799 430
534a7b8e
NLC
431config HID_LOGITECH_DJ
432 tristate "Logitech Unifying receivers full support"
dcdc50e7 433 depends on HIDRAW
534a7b8e 434 depends on HID_LOGITECH
ab94e562 435 select HID_LOGITECH_HIDPP
534a7b8e
NLC
436 ---help---
437 Say Y if you want support for Logitech Unifying receivers and devices.
438 Unifying receivers are capable of pairing up to 6 Logitech compliant
0944e964 439 devices to the same receiver. Without this driver it will be handled by
d82603c6 440 generic USB_HID driver and all incoming events will be multiplexed
0944e964 441 into a single mouse and a single keyboard device.
534a7b8e 442
2f31c525
BT
443config HID_LOGITECH_HIDPP
444 tristate "Logitech HID++ devices support"
445 depends on HID_LOGITECH
446 ---help---
447 Support for Logitech devices relyingon the HID++ Logitech specification
448
449 Say Y if you want support for Logitech devices relying on the HID++
450 specification. Such devices are the various Logitech Touchpads (T650,
451 T651, TK820), some mice (Zone Touch mouse), or even keyboards (Solar
79bc33bd 452 Keyboard).
2f31c525 453
606bd0a8 454config LOGITECH_FF
0f6f4319 455 bool "Logitech force feedback support"
606bd0a8
JS
456 depends on HID_LOGITECH
457 select INPUT_FF_MEMLESS
458 help
459 Say Y here if you have one of these devices:
460 - Logitech WingMan Cordless RumblePad
461 - Logitech WingMan Cordless RumblePad 2
462 - Logitech WingMan Force 3D
606bd0a8
JS
463
464 and if you want to enable force feedback for them.
465 Note: if you say N here, this device will still be supported, but without
466 force feedback.
467
468config LOGIRUMBLEPAD2_FF
bd04363d 469 bool "Logitech force feedback support (variant 2)"
606bd0a8
JS
470 depends on HID_LOGITECH
471 select INPUT_FF_MEMLESS
472 help
bd04363d
EV
473 Say Y here if you want to enable force feedback support for:
474 - Logitech RumblePad
475 - Logitech Rumblepad 2
476 - Logitech Formula Vibration Feedback Wheel
606bd0a8 477
74f292ca
GS
478config LOGIG940_FF
479 bool "Logitech Flight System G940 force feedback support"
480 depends on HID_LOGITECH
481 select INPUT_FF_MEMLESS
482 help
483 Say Y here if you want to enable force feedback support for Logitech
484 Flight System G940 devices.
485
a7ac90f1
MM
486config LOGIWHEELS_FF
487 bool "Logitech wheels configuration and force feedback support"
32c88cbc
SW
488 depends on HID_LOGITECH
489 select INPUT_FF_MEMLESS
70c2cabd 490 default LOGITECH_FF
32c88cbc 491 help
f777a3a7 492 Say Y here if you want to enable force feedback and range setting(*)
a7ac90f1 493 support for following Logitech wheels:
f777a3a7
SW
494 - Logitech G25 (*)
495 - Logitech G27 (*)
496 - Logitech G29 (*)
a7ac90f1 497 - Logitech Driving Force
f777a3a7
SW
498 - Logitech Driving Force Pro (*)
499 - Logitech Driving Force GT (*)
500 - Logitech Driving Force EX/RX
501 - Logitech Driving Force Wireless
502 - Logitech Speed Force Wireless
503 - Logitech MOMO Force
504 - Logitech MOMO Racing Force
505 - Logitech Formula Force GP
506 - Logitech Formula Force EX/RX
507 - Logitech Wingman Formula Force GP
32c88cbc 508
128537ce 509config HID_MAGICMOUSE
cdfee4ff 510 tristate "Apple Magic Mouse/Trackpad multi-touch support"
f3757cea 511 depends on HID
128537ce 512 ---help---
cdfee4ff 513 Support for the Apple Magic Mouse/Trackpad multi-touch.
128537ce
MP
514
515 Say Y here if you want support for the multi-touch features of the
cdfee4ff 516 Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad.
128537ce 517
f8690450
MH
518config HID_MAYFLASH
519 tristate "Mayflash game controller adapter force feedback"
520 depends on HID
521 select INPUT_FF_MEMLESS
522 ---help---
523 Say Y here if you have HJZ Mayflash PS3 game controller adapters
524 and want to enable force feedback support.
525
78a849a6 526config HID_MICROSOFT
7af05e73 527 tristate "Microsoft non-fully HID-compliant devices"
f3757cea 528 depends on HID
6a108a14 529 default !EXPERT
78a849a6 530 ---help---
f0bd8e43 531 Support for Microsoft devices that are not fully compliant with HID standard.
78a849a6 532
3b8006e5 533config HID_MONTEREY
7af05e73 534 tristate "Monterey Genius KB29E keyboard"
f3757cea 535 depends on HID
6a108a14 536 default !EXPERT
3b8006e5
JS
537 ---help---
538 Support for Monterey Genius KB29E.
539
5519cab4
BT
540config HID_MULTITOUCH
541 tristate "HID Multitouch panels"
d8814272 542 depends on HID
5519cab4
BT
543 ---help---
544 Generic support for HID multitouch panels.
545
546 Say Y here if you have one of the following devices:
f786bba4 547 - 3M PCT touch screens
e6aac342 548 - ActionStar dual touch panels
b1057124 549 - Atmel panels
22408283 550 - Cando dual touch panels
942fd422 551 - Chunghwa panels
070f63b4 552 - CJTouch panels
79603dc9 553 - CVTouch panels
2d93666e 554 - Cypress TrueTouch panels
e02aea91 555 - Elan Microelectronics touch panels
c04abeef 556 - Elo TouchSystems IntelliTouch Plus panels
22408283 557 - GeneralTouch 'Sensing Win7-TwoFinger' panels
ee0fbd14 558 - GoodTouch panels
2d93666e 559 - Hanvon dual touch panels
22408283 560 - Ilitek dual touch panels
4dfcced8 561 - IrTouch Infrared USB panels
c50bb1a4 562 - LG Display panels (Dell ST2220Tc)
df167c4a 563 - Lumio CrystalTouch panels
4a6ee685 564 - MosArt dual-touch panels
2258e863 565 - Panasonic multitouch panels
6ab3a9a6 566 - PenMount dual touch panels
847672cd 567 - Perixx Peripad 701 touchpad
b7ea95ff 568 - PixArt optical touch screen
2d93666e 569 - Pixcir dual touch panels
5e7ea11f 570 - Quanta panels
22408283 571 - eGalax dual-touch panels, including the Joojoo and Wetab tablets
a6802e00 572 - SiS multitouch panels
043b403a 573 - Stantum multitouch panels
5e74e56d 574 - Touch International Panels
617b64f9 575 - Unitec Panels
bf9d121e 576 - Wistron optical touch panels
bc8a2a9b 577 - XAT optical touch panels
11576c61 578 - Xiroku optical touch panels
e9a09aed 579 - Zytronic touch panels
5519cab4 580
2d93666e
BT
581 If unsure, say N.
582
583 To compile this driver as a module, choose M here: the
584 module will be called hid-multitouch.
585
94011f93 586config HID_NTRIG
a1043044 587 tristate "N-Trig touch screen"
94011f93 588 depends on USB_HID
94011f93
RR
589 ---help---
590 Support for N-Trig touch screen.
591
cd9ec30d 592config HID_ORTEK
d586dca0 593 tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
f3757cea 594 depends on HID
cd9ec30d 595 ---help---
d586dca0
JK
596 There are certain devices which have LogicalMaximum wrong in the keyboard
597 usage page of their report descriptor. The most prevailing ones so far
598 are manufactured by Ortek, thus the name of the driver. Currently
599 supported devices by this driver are
600
601 - Ortek PKB-1700
602 - Ortek WKB-2000
603 - Skycable wireless presenter
cd9ec30d 604
0f6f4319 605config HID_PANTHERLORD
a1043044 606 tristate "Pantherlord/GreenAsia game controller"
d8814272 607 depends on HID
0f6f4319
JK
608 ---help---
609 Say Y here if you have a PantherLord/GreenAsia based game controller
610 or adapter.
611
5f022298
JS
612config PANTHERLORD_FF
613 bool "Pantherlord force feedback support"
614 depends on HID_PANTHERLORD
615 select INPUT_FF_MEMLESS
0f6f4319 616 ---help---
5f022298
JS
617 Say Y here if you have a PantherLord/GreenAsia based game controller
618 or adapter and want to enable force feedback support for it.
619
ffe51d0d
CG
620config HID_PENMOUNT
621 tristate "Penmount touch device"
622 depends on USB_HID
623 ---help---
624 This selects a driver for the PenMount 6000 touch controller.
625
626 The driver works around a problem in the report descript allowing
627 the userspace to touch events instead of mouse events.
628
629 Say Y here if you have a Penmount based touch controller.
630
1e762532 631config HID_PETALYNX
a1043044 632 tristate "Petalynx Maxter remote control"
f3757cea 633 depends on HID
1e762532 634 ---help---
f0bd8e43 635 Support for Petalynx Maxter remote control.
1e762532 636
236db47c
BP
637config HID_PICOLCD
638 tristate "PicoLCD (graphic version)"
b7966a4d 639 depends on HID
236db47c
BP
640 ---help---
641 This provides support for Minibox PicoLCD devices, currently
642 only the graphical ones are supported.
643
644 This includes support for the following device features:
645 - Keypad
646 - Switching between Firmware and Flash mode
9bbf2b98 647 - EEProm / Flash access (via debugfs)
5435f281
BP
648 Features selectively enabled:
649 - Framebuffer for monochrome 256x64 display
650 - Backlight control
651 - Contrast control
652 - General purpose outputs
b8c21cf6 653 Features that are not (yet) supported:
236db47c 654 - IR
236db47c 655
5435f281 656config HID_PICOLCD_FB
6a108a14
DR
657 bool "Framebuffer support" if EXPERT
658 default !EXPERT
5435f281
BP
659 depends on HID_PICOLCD
660 depends on HID_PICOLCD=FB || FB=y
661 select FB_DEFERRED_IO
662 select FB_SYS_FILLRECT
663 select FB_SYS_COPYAREA
664 select FB_SYS_IMAGEBLIT
665 select FB_SYS_FOPS
666 ---help---
667 Provide access to PicoLCD's 256x64 monochrome display via a
6b2aac42 668 framebuffer device.
5435f281
BP
669
670config HID_PICOLCD_BACKLIGHT
6a108a14
DR
671 bool "Backlight control" if EXPERT
672 default !EXPERT
5435f281
BP
673 depends on HID_PICOLCD
674 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
675 ---help---
676 Provide access to PicoLCD's backlight control via backlight
677 class.
678
679config HID_PICOLCD_LCD
6a108a14
DR
680 bool "Contrast control" if EXPERT
681 default !EXPERT
5435f281
BP
682 depends on HID_PICOLCD
683 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
684 ---help---
685 Provide access to PicoLCD's LCD contrast via lcd class.
686
687config HID_PICOLCD_LEDS
6a108a14
DR
688 bool "GPO via leds class" if EXPERT
689 default !EXPERT
5435f281
BP
690 depends on HID_PICOLCD
691 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
692 ---help---
693 Provide access to PicoLCD's GPO pins via leds class.
694
fabdbf2f
BP
695config HID_PICOLCD_CIR
696 bool "CIR via RC class" if EXPERT
697 default !EXPERT
698 depends on HID_PICOLCD
699 depends on HID_PICOLCD=RC_CORE || RC_CORE=y
700 ---help---
701 Provide access to PicoLCD's CIR interface via remote control (LIRC).
702
1a3f83f6
JC
703config HID_PLANTRONICS
704 tristate "Plantronics USB HID Driver"
1a3f83f6
JC
705 depends on HID
706 ---help---
81bb773f
TJ
707 Provides HID support for Plantronics USB audio devices.
708 Correctly maps vendor unique volume up/down HID usages to
709 KEY_VOLUMEUP and KEY_VOLUMEDOWN events and prevents core mapping
710 of other vendor unique HID usages to random mouse events.
711
712 Say M here if you may ever plug in a Plantronics USB audio device.
1a3f83f6 713
f6a04605 714config HID_PRIMAX
dfe9a312 715 tristate "Primax non-fully HID-compliant devices"
f3757cea 716 depends on HID
f6a04605
TL
717 ---help---
718 Support for Primax devices that are not fully compliant with the
719 HID standard.
720
206f5f2f 721config HID_ROCCAT
bd393dbd 722 tristate "Roccat device support"
206f5f2f
SA
723 depends on USB_HID
724 ---help---
bd393dbd
SA
725 Support for Roccat devices.
726 Say Y here if you have a Roccat mouse or keyboard and want
727 support for its special functionalities.
cb7cf3da 728
1e93674a 729config HID_SAITEK
7bb9d643 730 tristate "Saitek (Mad Catz) non-fully HID-compliant devices"
f3757cea 731 depends on HID
1e93674a
AH
732 ---help---
733 Support for Saitek devices that are not fully compliant with the
734 HID standard.
735
37c492c8
HB
736 Supported devices:
737 - PS1000 Dual Analog Pad
8ffd341c
HB
738 - Saitek R.A.T.7, R.A.T.9, M.M.O.7 Gaming Mice
739 - Mad Catz R.A.T.5, R.A.T.9 Gaming Mice
1e93674a 740
980a3da6 741config HID_SAMSUNG
a1043044 742 tristate "Samsung InfraRed remote control or keyboards"
f3757cea 743 depends on HID
980a3da6 744 ---help---
b355850b 745 Support for Samsung InfraRed remote control or keyboards.
980a3da6 746
bd28ce00 747config HID_SONY
e4321c5c 748 tristate "Sony PS2/3/4 accessories"
bd28ce00 749 depends on USB_HID
40e32ee6
JK
750 depends on NEW_LEDS
751 depends on LEDS_CLASS
695baaa7 752 select POWER_SUPPLY
bd28ce00 753 ---help---
f04d5140 754 Support for
5844c1cd 755
f04d5140 756 * Sony PS3 6-axis controllers
e4321c5c 757 * Sony PS4 DualShock 4 controllers
f04d5140 758 * Buzz controllers
078328da
JK
759 * Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
760 * Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
bd28ce00 761
a08c22c0 762config SONY_FF
e4321c5c 763 bool "Sony PS2/3/4 accessories force feedback support"
a08c22c0
SE
764 depends on HID_SONY
765 select INPUT_FF_MEMLESS
766 ---help---
e4321c5c
FP
767 Say Y here if you have a Sony PS2/3/4 accessory and want to enable
768 force feedback support for it.
a08c22c0 769
74bc6953
SK
770config HID_SPEEDLINK
771 tristate "Speedlink VAD Cezanne mouse support"
d8814272 772 depends on HID
74bc6953
SK
773 ---help---
774 Support for Speedlink Vicious and Divine Cezanne mouse.
775
090800c2 776config HID_STEELSERIES
75dbb953 777 tristate "Steelseries SRW-S1 steering wheel support"
d8814272 778 depends on HID
75dbb953
SW
779 ---help---
780 Support for Steelseries SRW-S1 steering wheel
781
90231e7e 782config HID_SUNPLUS
a1043044 783 tristate "Sunplus wireless desktop"
f3757cea 784 depends on HID
90231e7e 785 ---help---
f0bd8e43 786 Support for Sunplus wireless desktop.
90231e7e 787
9fb6bf02
BT
788config HID_RMI
789 tristate "Synaptics RMI4 device support"
790 depends on HID
0b2c7a89
AD
791 select RMI4_CORE
792 select RMI4_F03
793 select RMI4_F11
794 select RMI4_F12
795 select RMI4_F30
9fb6bf02
BT
796 ---help---
797 Support for Synaptics RMI4 touchpads.
798 Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
799 and want support for its special functionalities.
800
0f6f4319 801config HID_GREENASIA
a1043044 802 tristate "GreenAsia (Product ID 0x12) game controller support"
d8814272 803 depends on HID
0f6f4319
JK
804 ---help---
805 Say Y here if you have a GreenAsia (Product ID 0x12) based game
806 controller or adapter.
807
808config GREENASIA_FF
809 bool "GreenAsia (Product ID 0x12) force feedback support"
810 depends on HID_GREENASIA
42859e0b
LL
811 select INPUT_FF_MEMLESS
812 ---help---
813 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
692105b8 814 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
42859e0b
LL
815 and want to enable force feedback support for it.
816
6cf851d8
JK
817config HID_HYPERV_MOUSE
818 tristate "Microsoft Hyper-V mouse driver"
819 depends on HYPERV
820 ---help---
821 Select this option to enable the Hyper-V mouse driver.
822
fac733f0 823config HID_SMARTJOYPLUS
73d5e8f7 824 tristate "SmartJoy PLUS PS2/USB adapter support"
d8814272 825 depends on HID
fac733f0 826 ---help---
1bcc2067
SY
827 Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
828 Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
829
830 Note that DDR (Dance Dance Revolution) mode is not supported, nor
831 is pressure sensitive buttons on the pro models.
fac733f0
JK
832
833config SMARTJOYPLUS_FF
834 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
835 depends on HID_SMARTJOYPLUS
836 select INPUT_FF_MEMLESS
837 ---help---
838 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
839 enable force feedback support for it.
840
2701eaab 841config HID_TIVO
44ea35c1 842 tristate "TiVo Slide Bluetooth remote control support"
f3757cea 843 depends on HID
44ea35c1
JW
844 ---help---
845 Say Y if you have a TiVo Slide Bluetooth remote control.
846
f14f526d 847config HID_TOPSEED
54001081 848 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
f3757cea 849 depends on HID
f14f526d 850 ---help---
54001081
KB
851 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
852 CLLRCMCE remote control.
f14f526d 853
30ba2fbd
VD
854config HID_THINGM
855 tristate "ThingM blink(1) USB RGB LED"
f3757cea 856 depends on HID
30ba2fbd 857 depends on LEDS_CLASS
38b09c03 858 select HID_LED
30ba2fbd 859 ---help---
38b09c03
HK
860 Support for the ThingM blink(1) USB RGB LED. This driver has been
861 merged into the generic hid led driver. Config symbol HID_THINGM
862 just selects HID_LED and will be removed soon.
30ba2fbd 863
0f6f4319 864config HID_THRUSTMASTER
73d5e8f7 865 tristate "ThrustMaster devices support"
d8814272 866 depends on HID
0f6f4319
JK
867 ---help---
868 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
869 a THRUSTMASTER Ferrari GT Rumble Wheel.
870
871config THRUSTMASTER_FF
872 bool "ThrustMaster devices force feedback support"
873 depends on HID_THRUSTMASTER
10e41a71 874 select INPUT_FF_MEMLESS
0f6f4319 875 ---help---
7a84b133
RAG
876 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
877 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
878 Rumble Force or Force Feedback Wheel.
10e41a71 879
0edffe65
BN
880config HID_UDRAW_PS3
881 tristate "THQ PS3 uDraw tablet"
882 depends on HID
883 ---help---
884 Say Y here if you want to use the THQ uDraw gaming tablet for
885 the PS3.
886
ca2dcd40 887config HID_WACOM
471d1714 888 tristate "Wacom Intuos/Graphire tablet support (USB)"
f3757cea 889 depends on HID
59d2334a 890 select POWER_SUPPLY
471d1714
BT
891 select NEW_LEDS
892 select LEDS_CLASS
34736aa9 893 select LEDS_TRIGGERS
471d1714 894 help
7403a6a4 895 Say Y here if you want to use the USB or BT version of the Wacom Intuos
471d1714
BT
896 or Graphire tablet.
897
898 To compile this driver as a module, choose M here: the
899 module will be called wacom.
59d2334a 900
fb51b443 901config HID_WIIMOTE
92eda7e4 902 tristate "Nintendo Wii / Wii U peripherals"
f3757cea 903 depends on HID
23a5a4a3 904 depends on LEDS_CLASS
6591d758 905 select POWER_SUPPLY
ef6f4115 906 select INPUT_FF_MEMLESS
fb51b443 907 ---help---
92eda7e4
DH
908 Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
909 devices are the Wii Remote and its extension devices, but also devices
910 based on the Wii Remote like the Wii U Pro Controller or the
911 Wii Balance Board.
fb51b443 912
92eda7e4
DH
913 Support for all official Nintendo extensions is available, however, 3rd
914 party extensions might not be supported. Please report these devices to:
915 http://github.com/dvdhrm/xwiimote/issues
916
917 Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
918 the Wii U Gamepad) might be supported in the future. But currently
919 support is limited to Bluetooth based devices.
920
921 If unsure, say N.
922
923 To compile this driver as a module, choose M here: the
924 module will be called hid-wiimote.
cb99221b 925
cb2c9e3f
OS
926config HID_XINMO
927 tristate "Xin-Mo non-fully compliant devices"
928 depends on HID
929 ---help---
930 Support for Xin-Mo devices that are not fully compliant with the HID
e2c76a8b 931 standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
cb2c9e3f
OS
932 if you have a Xin-Mo Dual Arcade controller.
933
0f6f4319 934config HID_ZEROPLUS
73d5e8f7 935 tristate "Zeroplus based game controller support"
d8814272 936 depends on HID
0f6f4319 937 ---help---
987fbc1f
JS
938 Say Y here if you have a Zeroplus based game controller.
939
0f6f4319
JK
940config ZEROPLUS_FF
941 bool "Zeroplus based game controller force feedback support"
942 depends on HID_ZEROPLUS
943 select INPUT_FF_MEMLESS
944 ---help---
945 Say Y here if you have a Zeroplus based game controller and want
946 to have force feedback support for it.
947
a9885c8f 948config HID_ZYDACRON
73d5e8f7 949 tristate "Zydacron remote control support"
f3757cea 950 depends on HID
a9885c8f
DP
951 ---help---
952 Support for Zydacron remote control.
953
401ca24f 954config HID_SENSOR_HUB
955 tristate "HID Sensors framework support"
4732aee9 956 depends on HID && HAS_IOMEM
401ca24f 957 select MFD_CORE
958 default n
fdc5663c 959 ---help---
401ca24f 960 Support for HID Sensor framework. This creates a MFD instance
961 for a sensor hub and identifies all the sensors connected to it.
962 Each sensor is registered as a MFD cell, so that sensor specific
963 processing can be done in a separate driver. Each sensor
964 drivers can use the service provided by this driver to register
965 for events and handle data streams. Each sensor driver can format
966 data and present to user mode using input or IIO interface.
967
4a7de051
SP
968config HID_SENSOR_CUSTOM_SENSOR
969 tristate "HID Sensors hub custom sensor support"
970 depends on HID_SENSOR_HUB
971 default n
972 ---help---
973 HID Sensor hub specification allows definition of some custom and
974 generic sensors. Unlike other HID sensors, they can't be exported
975 via Linux IIO because of custom fields. This is up to the manufacturer
976 to decide how to interpret these special sensor ids and process in
977 the user space. Currently some manufacturers are using these ids for
978 sensor calibration and debugging other sensors. Manufacturers
979 should't use these special custom sensor ids to export any of the
980 standard sensors.
981 Select this config option for custom/generic sensor support.
982
2562756d
MO
983config HID_ALPS
984 tristate "Alps HID device support"
985 depends on HID
986 ---help---
987 Support for Alps I2C HID touchpads and StickPointer.
988 Say Y here if you have a Alps touchpads over i2c-hid or usbhid
989 and want support for its special functionalities.
990
5f22a799
JS
991endmenu
992
1f41a6a9
HR
993endif # HID
994
995source "drivers/hid/usbhid/Kconfig"
996
4a200c3b
BT
997source "drivers/hid/i2c-hid/Kconfig"
998
3703f53b
SP
999source "drivers/hid/intel-ish-hid/Kconfig"
1000
1f41a6a9 1001endmenu