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