HID: add Kconfig text to HID_BATTERY_STRENGTH
[deliverable/linux.git] / drivers / hid / Kconfig
CommitLineData
63f3861d
JK
1#
2# HID driver configuration
3#
3cd70986
JE
4menuconfig HID_SUPPORT
5 bool "HID Devices"
63f3861d 6 depends on INPUT
3cd70986 7 default y
06bfb7eb
JE
8 ---help---
9 Say Y here to get to see options for various computer-human interface
10 device drivers. This option alone does not add any kernel code.
11
12 If you say N, all options in this submenu will be skipped and disabled.
3cd70986
JE
13
14if HID_SUPPORT
63f3861d
JK
15
16config HID
17 tristate "Generic HID support"
c96c9d7b 18 depends on INPUT
63f3861d
JK
19 default y
20 ---help---
69e4d948
JK
21 A human interface device (HID) is a type of computer device that
22 interacts directly with and takes input from humans. The term "HID"
23 most commonly used to refer to the USB-HID specification, but other
24 devices (such as, but not strictly limited to, Bluetooth) are
25 designed using HID specification (this involves certain keyboards,
26 mice, tablets, etc). This option compiles into kernel the generic
27 HID layer code (parser, usages, etc.), which can then be used by
28 transport-specific HID implementation (like USB or Bluetooth).
29
30 For docs and specs, see http://www.usb.org/developers/hidpage/
31
205adbec 32 If unsure, say Y.
63f3861d 33
4f5ca836 34config HID_BATTERY_STRENGTH
692d30d6 35 bool "Battery level reporting for HID devices"
d66c266a 36 depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
2198eddd 37 default n
692d30d6
JK
38 ---help---
39 This option adds support of reporting battery strength (for HID devices
40 that support this feature) through power_supply class so that userspace
41 tools, such as upower, can display it.
4f5ca836 42
86166b7b
JK
43config HIDRAW
44 bool "/dev/hidraw raw HID device support"
45 depends on HID
46 ---help---
47 Say Y here if you want to support HID devices (from the USB
48 specification standpoint) that aren't strictly user interface
49 devices, like monitor controls and Uninterruptable Power Supplies.
50
51 This module supports these devices separately using a separate
52 event interface on /dev/hidraw.
53
54 There is also a /dev/hiddev configuration option in the USB HID
55 configuration menu. In comparison to hiddev, this device does not process
56 the hid events at all (no parsing, no lookups). This lets applications
57 to work on raw hid events when they want to, and avoid using transport-specific
58 userspace libhid/libusb libraries.
59
60 If unsure, say Y.
61
6db3dfef
JK
62source "drivers/hid/usbhid/Kconfig"
63
5f22a799
JS
64menu "Special HID drivers"
65 depends on HID
66
14a21cd4 67config HID_A4TECH
6a108a14 68 tristate "A4 tech mice" if EXPERT
14a21cd4 69 depends on USB_HID
6a108a14 70 default !EXPERT
14a21cd4
JS
71 ---help---
72 Support for A4 tech X5 and WOP-35 / Trust 450L mice.
73
0ae43810
DT
74config HID_ACRUX
75 tristate "ACRUX game controller support"
c0dbcc33 76 depends on USB_HID
0ae43810
DT
77 ---help---
78 Say Y here if you want to enable support for ACRUX game controllers.
79
80config HID_ACRUX_FF
364b936f 81 bool "ACRUX force feedback support"
0ae43810 82 depends on HID_ACRUX
c0dbcc33
SK
83 select INPUT_FF_MEMLESS
84 ---help---
85 Say Y here if you want to enable force feedback support for ACRUX
86 game controllers.
87
8c19a515 88config HID_APPLE
6a108a14 89 tristate "Apple {i,Power,Mac}Books" if EXPERT
8c19a515 90 depends on (USB_HID || BT_HIDP)
6a108a14 91 default !EXPERT
8c19a515
JS
92 ---help---
93 Support for some Apple devices which less or more break
94 HID specification.
95
f0bd8e43
JK
96 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
97 MacBooks, MacBook Pros and Apple Aluminum.
8c19a515 98
b5635b12 99config HID_BELKIN
6a108a14 100 tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT
b5635b12 101 depends on USB_HID
6a108a14 102 default !EXPERT
b5635b12
JS
103 ---help---
104 Support for Belkin Flip KVM and Wireless keyboard.
105
3b239cd7 106config HID_CHERRY
6a108a14 107 tristate "Cherry Cymotion keyboard" if EXPERT
3b239cd7 108 depends on USB_HID
6a108a14 109 default !EXPERT
3b239cd7 110 ---help---
f0bd8e43 111 Support for Cherry Cymotion keyboard.
3b239cd7 112
fcfacfd3 113config HID_CHICONY
6a108a14 114 tristate "Chicony Tactical pad" if EXPERT
fcfacfd3 115 depends on USB_HID
6a108a14 116 default !EXPERT
fcfacfd3
JS
117 ---help---
118 Support for Chicony Tactical pad.
119
3a370ca1 120config HID_PRODIKEYS
95736de9 121 tristate "Prodikeys PC-MIDI Keyboard support"
3a370ca1
DP
122 depends on USB_HID && SND
123 select SND_RAWMIDI
3a370ca1
DP
124 ---help---
125 Support for Prodikeys PC-MIDI Keyboard device support.
126 Say Y here to enable support for this device.
127 - Prodikeys PC-MIDI keyboard.
128 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
129 input and one MIDI output. These MIDI jacks appear as
130 a sound "card" in the ALSA sound system.
131 Note: if you say N here, this device will still function as a basic
132 multimedia keyboard, but will lack support for the musical keyboard
133 and some additional multimedia keys.
134
0f221320 135config HID_CYPRESS
6a108a14 136 tristate "Cypress mouse and barcode readers" if EXPERT
0f221320 137 depends on USB_HID
6a108a14 138 default !EXPERT
0f221320 139 ---help---
f0bd8e43 140 Support for cypress mouse and barcode readers.
0f221320 141
0f6f4319 142config HID_DRAGONRISE
a1043044 143 tristate "DragonRise Inc. game controller"
3f866fbd 144 depends on USB_HID
0f6f4319 145 ---help---
b4a65f4e
NK
146 Say Y here if you have DragonRise Inc. game controllers.
147 These might be branded as:
148 - Tesun USB-703
149 - Media-tech MT1504 "Rogue"
150 - DVTech JS19 "Gear"
151 - Defender Game Master
0f6f4319
JK
152
153config DRAGONRISE_FF
a1043044 154 bool "DragonRise Inc. force feedback"
0f6f4319 155 depends on HID_DRAGONRISE
3f866fbd
RW
156 select INPUT_FF_MEMLESS
157 ---help---
158 Say Y here if you want to enable force feedback support for DragonRise Inc.
159 game controllers.
160
04561c5a
IF
161config HID_EMS_FF
162 tristate "EMS Production Inc. force feedback support"
163 depends on USB_HID
164 select INPUT_FF_MEMLESS
165 ---help---
166 Say Y here if you want to enable force feedback support for devices by
167 EMS Production Ltd.
168 Currently the following devices are known to be supported:
169 - Trio Linker Plus II
170
64b386ea 171config HID_ELECOM
a1043044 172 tristate "ELECOM BM084 bluetooth mouse"
64b386ea
RN
173 depends on BT_HIDP
174 ---help---
175 Support for the ELECOM BM084 (bluetooth mouse).
176
1f243e30 177config HID_EZKEY
6a108a14 178 tristate "Ezkey BTC 8193 keyboard" if EXPERT
1f243e30 179 depends on USB_HID
6a108a14 180 default !EXPERT
1f243e30 181 ---help---
f0bd8e43 182 Support for Ezkey BTC 8193 keyboard.
1f243e30 183
d946e65e
AH
184config HID_HOLTEK
185 tristate "Holtek On Line Grip based game controller support"
186 depends on USB_HID
187 ---help---
188 Say Y here if you have a Holtek On Line Grip based game controller.
189
190config HOLTEK_FF
191 bool "Holtek On Line Grip force feedback support"
192 depends on HID_HOLTEK
193 select INPUT_FF_MEMLESS
194 ---help---
195 Say Y here if you have a Holtek On Line Grip based game controller
196 and want to have force feedback support for it.
197
177900e8 198config HID_KEYTOUCH
3d366e28 199 tristate "Keytouch HID devices"
177900e8
JK
200 depends on USB_HID
201 ---help---
202 Support for Keytouch HID devices not fully compliant with
203 the specification. Currently supported:
204 - Keytouch IEC 60945
205
79422741 206config HID_KYE
22ca20b2 207 tristate "KYE/Genius devices"
79422741 208 depends on USB_HID
79422741 209 ---help---
22ca20b2
NK
210 Support for KYE/Genius devices not fully compliant with HID standard:
211 - Ergo Mouse
212 - EasyPen i405X tablet
213 - MousePen i608X tablet
214 - EasyPen M610X tablet
79422741 215
f8a489cc 216config HID_UCLOGIC
f36ee074 217 tristate "UC-Logic"
f8a489cc
NK
218 depends on USB_HID
219 ---help---
220 Support for UC-Logic tablets.
221
72a46344
NK
222config HID_WALTOP
223 tristate "Waltop"
224 depends on USB_HID
225 ---help---
226 Support for Waltop tablets.
227
949f8fef 228config HID_GYRATION
a1043044 229 tristate "Gyration remote control"
949f8fef
JS
230 depends on USB_HID
231 ---help---
f0bd8e43 232 Support for Gyration remote control.
949f8fef 233
711a680e 234config HID_TWINHAN
a1043044 235 tristate "Twinhan IR remote control"
711a680e 236 depends on USB_HID
711a680e
BP
237 ---help---
238 Support for Twinhan IR remote control.
239
fdf93aa3 240config HID_KENSINGTON
6a108a14 241 tristate "Kensington Slimblade Trackball" if EXPERT
fdf93aa3 242 depends on USB_HID
6a108a14 243 default !EXPERT
fdf93aa3
JK
244 ---help---
245 Support for Kensington Slimblade Trackball.
246
75b07022
CS
247config HID_LCPOWER
248 tristate "LC-Power"
249 depends on USB_HID
250 ---help---
251 Support for LC-Power RC1000MCE RF remote control.
252
5f22a799 253config HID_LOGITECH
6a108a14 254 tristate "Logitech devices" if EXPERT
5f22a799 255 depends on USB_HID
6a108a14 256 default !EXPERT
5f22a799 257 ---help---
f0bd8e43 258 Support for Logitech devices that are not fully compliant with HID standard.
5f22a799 259
534a7b8e
NLC
260config HID_LOGITECH_DJ
261 tristate "Logitech Unifying receivers full support"
262 depends on HID_LOGITECH
263 default m
264 ---help---
265 Say Y if you want support for Logitech Unifying receivers and devices.
266 Unifying receivers are capable of pairing up to 6 Logitech compliant
0944e964
KK
267 devices to the same receiver. Without this driver it will be handled by
268 generic USB_HID driver and all incomming events will be multiplexed
269 into a single mouse and a single keyboard device.
534a7b8e 270
606bd0a8 271config LOGITECH_FF
0f6f4319 272 bool "Logitech force feedback support"
606bd0a8
JS
273 depends on HID_LOGITECH
274 select INPUT_FF_MEMLESS
275 help
276 Say Y here if you have one of these devices:
277 - Logitech WingMan Cordless RumblePad
278 - Logitech WingMan Cordless RumblePad 2
279 - Logitech WingMan Force 3D
280 - Logitech Formula Force EX
fd30ea8c 281 - Logitech WingMan Formula Force GP
606bd0a8
JS
282 - Logitech MOMO Force wheel
283
284 and if you want to enable force feedback for them.
285 Note: if you say N here, this device will still be supported, but without
286 force feedback.
287
288config LOGIRUMBLEPAD2_FF
2c6118e4 289 bool "Logitech RumblePad/Rumblepad 2 force feedback support"
606bd0a8
JS
290 depends on HID_LOGITECH
291 select INPUT_FF_MEMLESS
292 help
293 Say Y here if you want to enable force feedback support for Logitech
2c6118e4 294 RumblePad and Rumblepad 2 devices.
606bd0a8 295
74f292ca
GS
296config LOGIG940_FF
297 bool "Logitech Flight System G940 force feedback support"
298 depends on HID_LOGITECH
299 select INPUT_FF_MEMLESS
300 help
301 Say Y here if you want to enable force feedback support for Logitech
302 Flight System G940 devices.
303
a7ac90f1
MM
304config LOGIWHEELS_FF
305 bool "Logitech wheels configuration and force feedback support"
32c88cbc
SW
306 depends on HID_LOGITECH
307 select INPUT_FF_MEMLESS
70c2cabd 308 default LOGITECH_FF
32c88cbc 309 help
a7ac90f1
MM
310 Say Y here if you want to enable force feedback and range setting
311 support for following Logitech wheels:
312 - Logitech Driving Force
313 - Logitech Driving Force Pro
314 - Logitech Driving Force GT
315 - Logitech G25
316 - Logitech G27
317 - Logitech MOMO/MOMO 2
318 - Logitech Formula Force EX
32c88cbc 319
128537ce 320config HID_MAGICMOUSE
9f523147 321 tristate "Apple MagicMouse multi-touch support"
128537ce 322 depends on BT_HIDP
128537ce 323 ---help---
9f523147 324 Support for the Apple Magic Mouse multi-touch.
128537ce
MP
325
326 Say Y here if you want support for the multi-touch features of the
327 Apple Wireless "Magic" Mouse.
328
78a849a6 329config HID_MICROSOFT
6a108a14 330 tristate "Microsoft non-fully HID-compliant devices" if EXPERT
78a849a6 331 depends on USB_HID
6a108a14 332 default !EXPERT
78a849a6 333 ---help---
f0bd8e43 334 Support for Microsoft devices that are not fully compliant with HID standard.
78a849a6 335
3b8006e5 336config HID_MONTEREY
6a108a14 337 tristate "Monterey Genius KB29E keyboard" if EXPERT
3b8006e5 338 depends on USB_HID
6a108a14 339 default !EXPERT
3b8006e5
JS
340 ---help---
341 Support for Monterey Genius KB29E.
342
5519cab4
BT
343config HID_MULTITOUCH
344 tristate "HID Multitouch panels"
345 depends on USB_HID
346 ---help---
347 Generic support for HID multitouch panels.
348
349 Say Y here if you have one of the following devices:
f786bba4 350 - 3M PCT touch screens
e6aac342 351 - ActionStar dual touch panels
b1057124 352 - Atmel panels
22408283 353 - Cando dual touch panels
942fd422 354 - Chunghwa panels
79603dc9 355 - CVTouch panels
2d93666e 356 - Cypress TrueTouch panels
c04abeef 357 - Elo TouchSystems IntelliTouch Plus panels
22408283 358 - GeneralTouch 'Sensing Win7-TwoFinger' panels
ee0fbd14 359 - GoodTouch panels
2d93666e 360 - Hanvon dual touch panels
22408283 361 - Ilitek dual touch panels
4dfcced8 362 - IrTouch Infrared USB panels
c50bb1a4 363 - LG Display panels (Dell ST2220Tc)
df167c4a 364 - Lumio CrystalTouch panels
4a6ee685 365 - MosArt dual-touch panels
2258e863 366 - Panasonic multitouch panels
6ab3a9a6 367 - PenMount dual touch panels
847672cd 368 - Perixx Peripad 701 touchpad
b7ea95ff 369 - PixArt optical touch screen
2d93666e 370 - Pixcir dual touch panels
5e7ea11f 371 - Quanta panels
22408283 372 - eGalax dual-touch panels, including the Joojoo and Wetab tablets
043b403a 373 - Stantum multitouch panels
5e74e56d 374 - Touch International Panels
617b64f9 375 - Unitec Panels
bc8a2a9b 376 - XAT optical touch panels
11576c61 377 - Xiroku optical touch panels
5519cab4 378
2d93666e
BT
379 If unsure, say N.
380
381 To compile this driver as a module, choose M here: the
382 module will be called hid-multitouch.
383
94011f93 384config HID_NTRIG
a1043044 385 tristate "N-Trig touch screen"
94011f93 386 depends on USB_HID
94011f93
RR
387 ---help---
388 Support for N-Trig touch screen.
389
cd9ec30d 390config HID_ORTEK
d586dca0 391 tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
cd9ec30d 392 depends on USB_HID
cd9ec30d 393 ---help---
d586dca0
JK
394 There are certain devices which have LogicalMaximum wrong in the keyboard
395 usage page of their report descriptor. The most prevailing ones so far
396 are manufactured by Ortek, thus the name of the driver. Currently
397 supported devices by this driver are
398
399 - Ortek PKB-1700
400 - Ortek WKB-2000
401 - Skycable wireless presenter
cd9ec30d 402
0f6f4319 403config HID_PANTHERLORD
a1043044 404 tristate "Pantherlord/GreenAsia game controller"
0f6f4319 405 depends on USB_HID
0f6f4319
JK
406 ---help---
407 Say Y here if you have a PantherLord/GreenAsia based game controller
408 or adapter.
409
5f022298
JS
410config PANTHERLORD_FF
411 bool "Pantherlord force feedback support"
412 depends on HID_PANTHERLORD
413 select INPUT_FF_MEMLESS
0f6f4319 414 ---help---
5f022298
JS
415 Say Y here if you have a PantherLord/GreenAsia based game controller
416 or adapter and want to enable force feedback support for it.
417
1e762532 418config HID_PETALYNX
a1043044 419 tristate "Petalynx Maxter remote control"
1e762532
JS
420 depends on USB_HID
421 ---help---
f0bd8e43 422 Support for Petalynx Maxter remote control.
1e762532 423
236db47c
BP
424config HID_PICOLCD
425 tristate "PicoLCD (graphic version)"
426 depends on USB_HID
427 ---help---
428 This provides support for Minibox PicoLCD devices, currently
429 only the graphical ones are supported.
430
431 This includes support for the following device features:
432 - Keypad
433 - Switching between Firmware and Flash mode
9bbf2b98 434 - EEProm / Flash access (via debugfs)
5435f281
BP
435 Features selectively enabled:
436 - Framebuffer for monochrome 256x64 display
437 - Backlight control
438 - Contrast control
439 - General purpose outputs
b8c21cf6 440 Features that are not (yet) supported:
236db47c 441 - IR
236db47c 442
5435f281 443config HID_PICOLCD_FB
6a108a14
DR
444 bool "Framebuffer support" if EXPERT
445 default !EXPERT
5435f281
BP
446 depends on HID_PICOLCD
447 depends on HID_PICOLCD=FB || FB=y
448 select FB_DEFERRED_IO
449 select FB_SYS_FILLRECT
450 select FB_SYS_COPYAREA
451 select FB_SYS_IMAGEBLIT
452 select FB_SYS_FOPS
453 ---help---
454 Provide access to PicoLCD's 256x64 monochrome display via a
455 frambuffer device.
456
457config HID_PICOLCD_BACKLIGHT
6a108a14
DR
458 bool "Backlight control" if EXPERT
459 default !EXPERT
5435f281
BP
460 depends on HID_PICOLCD
461 depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
462 ---help---
463 Provide access to PicoLCD's backlight control via backlight
464 class.
465
466config HID_PICOLCD_LCD
6a108a14
DR
467 bool "Contrast control" if EXPERT
468 default !EXPERT
5435f281
BP
469 depends on HID_PICOLCD
470 depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
471 ---help---
472 Provide access to PicoLCD's LCD contrast via lcd class.
473
474config HID_PICOLCD_LEDS
6a108a14
DR
475 bool "GPO via leds class" if EXPERT
476 default !EXPERT
5435f281
BP
477 depends on HID_PICOLCD
478 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
479 ---help---
480 Provide access to PicoLCD's GPO pins via leds class.
481
f6a04605 482config HID_PRIMAX
dfe9a312 483 tristate "Primax non-fully HID-compliant devices"
f6a04605 484 depends on USB_HID
f6a04605
TL
485 ---help---
486 Support for Primax devices that are not fully compliant with the
487 HID standard.
488
206f5f2f 489config HID_ROCCAT
bd393dbd 490 tristate "Roccat device support"
206f5f2f
SA
491 depends on USB_HID
492 ---help---
bd393dbd
SA
493 Support for Roccat devices.
494 Say Y here if you have a Roccat mouse or keyboard and want
495 support for its special functionalities.
cb7cf3da 496
1e93674a
AH
497config HID_SAITEK
498 tristate "Saitek non-fully HID-compliant devices"
499 depends on USB_HID
500 ---help---
501 Support for Saitek devices that are not fully compliant with the
502 HID standard.
503
504 Currently only supports the PS1000 controller.
505
980a3da6 506config HID_SAMSUNG
a1043044 507 tristate "Samsung InfraRed remote control or keyboards"
980a3da6
JS
508 depends on USB_HID
509 ---help---
b355850b 510 Support for Samsung InfraRed remote control or keyboards.
980a3da6 511
bd28ce00 512config HID_SONY
a1043044 513 tristate "Sony PS3 controller"
bd28ce00
JS
514 depends on USB_HID
515 ---help---
516 Support for Sony PS3 controller.
517
74bc6953
SK
518config HID_SPEEDLINK
519 tristate "Speedlink VAD Cezanne mouse support"
520 depends on USB_HID
521 ---help---
522 Support for Speedlink Vicious and Divine Cezanne mouse.
523
90231e7e 524config HID_SUNPLUS
a1043044 525 tristate "Sunplus wireless desktop"
90231e7e
JS
526 depends on USB_HID
527 ---help---
f0bd8e43 528 Support for Sunplus wireless desktop.
90231e7e 529
0f6f4319 530config HID_GREENASIA
a1043044 531 tristate "GreenAsia (Product ID 0x12) game controller support"
42859e0b 532 depends on USB_HID
0f6f4319
JK
533 ---help---
534 Say Y here if you have a GreenAsia (Product ID 0x12) based game
535 controller or adapter.
536
537config GREENASIA_FF
538 bool "GreenAsia (Product ID 0x12) force feedback support"
539 depends on HID_GREENASIA
42859e0b
LL
540 select INPUT_FF_MEMLESS
541 ---help---
542 Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
692105b8 543 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
42859e0b
LL
544 and want to enable force feedback support for it.
545
6cf851d8
JK
546config HID_HYPERV_MOUSE
547 tristate "Microsoft Hyper-V mouse driver"
548 depends on HYPERV
549 ---help---
550 Select this option to enable the Hyper-V mouse driver.
551
fac733f0 552config HID_SMARTJOYPLUS
73d5e8f7 553 tristate "SmartJoy PLUS PS2/USB adapter support"
fac733f0 554 depends on USB_HID
fac733f0 555 ---help---
1bcc2067
SY
556 Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
557 Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
558
559 Note that DDR (Dance Dance Revolution) mode is not supported, nor
560 is pressure sensitive buttons on the pro models.
fac733f0
JK
561
562config SMARTJOYPLUS_FF
563 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
564 depends on HID_SMARTJOYPLUS
565 select INPUT_FF_MEMLESS
566 ---help---
567 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
568 enable force feedback support for it.
569
2701eaab 570config HID_TIVO
44ea35c1 571 tristate "TiVo Slide Bluetooth remote control support"
740363fb 572 depends on (USB_HID || BT_HIDP)
44ea35c1
JW
573 ---help---
574 Say Y if you have a TiVo Slide Bluetooth remote control.
575
f14f526d 576config HID_TOPSEED
54001081 577 tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
f14f526d 578 depends on USB_HID
f14f526d 579 ---help---
54001081
KB
580 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
581 CLLRCMCE remote control.
f14f526d 582
0f6f4319 583config HID_THRUSTMASTER
73d5e8f7 584 tristate "ThrustMaster devices support"
10e41a71 585 depends on USB_HID
0f6f4319
JK
586 ---help---
587 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
588 a THRUSTMASTER Ferrari GT Rumble Wheel.
589
590config THRUSTMASTER_FF
591 bool "ThrustMaster devices force feedback support"
592 depends on HID_THRUSTMASTER
10e41a71 593 select INPUT_FF_MEMLESS
0f6f4319 594 ---help---
7a84b133
RAG
595 Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
596 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
597 Rumble Force or Force Feedback Wheel.
10e41a71 598
ca2dcd40 599config HID_WACOM
2dbf209d 600 tristate "Wacom Bluetooth devices support"
ca2dcd40 601 depends on BT_HIDP
ca2dcd40
BN
602 ---help---
603 Support for Wacom Graphire Bluetooth tablet.
604
59d2334a
PF
605config HID_WACOM_POWER_SUPPLY
606 bool "Wacom Bluetooth devices power supply status support"
607 depends on HID_WACOM
608 select POWER_SUPPLY
609 ---help---
610 Say Y here if you want to enable power supply status monitoring for
611 Wacom Bluetooth devices.
612
fb51b443
DH
613config HID_WIIMOTE
614 tristate "Nintendo Wii Remote support"
615 depends on BT_HIDP
23a5a4a3 616 depends on LEDS_CLASS
6591d758 617 select POWER_SUPPLY
ef6f4115 618 select INPUT_FF_MEMLESS
fb51b443
DH
619 ---help---
620 Support for the Nintendo Wii Remote bluetooth device.
621
cb99221b
DH
622config HID_WIIMOTE_EXT
623 bool "Nintendo Wii Remote Extension support"
624 depends on HID_WIIMOTE
625 default HID_WIIMOTE
626 ---help---
627 Support for extension controllers of the Nintendo Wii Remote. Say yes
628 here if you want to use the Nintendo Motion+, Nunchuck or Classic
629 extension controllers with your Wii Remote.
630
0f6f4319 631config HID_ZEROPLUS
73d5e8f7 632 tristate "Zeroplus based game controller support"
987fbc1f 633 depends on USB_HID
0f6f4319 634 ---help---
987fbc1f
JS
635 Say Y here if you have a Zeroplus based game controller.
636
0f6f4319
JK
637config ZEROPLUS_FF
638 bool "Zeroplus based game controller force feedback support"
639 depends on HID_ZEROPLUS
640 select INPUT_FF_MEMLESS
641 ---help---
642 Say Y here if you have a Zeroplus based game controller and want
643 to have force feedback support for it.
644
a9885c8f 645config HID_ZYDACRON
73d5e8f7 646 tristate "Zydacron remote control support"
a9885c8f 647 depends on USB_HID
a9885c8f
DP
648 ---help---
649 Support for Zydacron remote control.
650
5f22a799
JS
651endmenu
652
3cd70986 653endif # HID_SUPPORT
This page took 0.48382 seconds and 5 git commands to generate.