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