diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 44 |
1 files changed, 34 insertions, 10 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 36ca465c00ce..306b15f39c9c 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -172,6 +172,20 @@ config HID_EZKEY | |||
172 | ---help--- | 172 | ---help--- |
173 | Support for Ezkey BTC 8193 keyboard. | 173 | Support for Ezkey BTC 8193 keyboard. |
174 | 174 | ||
175 | config HID_HOLTEK | ||
176 | tristate "Holtek On Line Grip based game controller support" | ||
177 | depends on USB_HID | ||
178 | ---help--- | ||
179 | Say Y here if you have a Holtek On Line Grip based game controller. | ||
180 | |||
181 | config HOLTEK_FF | ||
182 | bool "Holtek On Line Grip force feedback support" | ||
183 | depends on HID_HOLTEK | ||
184 | select INPUT_FF_MEMLESS | ||
185 | ---help--- | ||
186 | Say Y here if you have a Holtek On Line Grip based game controller | ||
187 | and want to have force feedback support for it. | ||
188 | |||
175 | config HID_KEYTOUCH | 189 | config HID_KEYTOUCH |
176 | tristate "Keytouch HID devices" | 190 | tristate "Keytouch HID devices" |
177 | depends on USB_HID | 191 | depends on USB_HID |
@@ -322,6 +336,7 @@ config HID_MULTITOUCH | |||
322 | - Stantum multitouch panels | 336 | - Stantum multitouch panels |
323 | - Touch International Panels | 337 | - Touch International Panels |
324 | - Unitec Panels | 338 | - Unitec Panels |
339 | - XAT optical touch panels | ||
325 | 340 | ||
326 | If unsure, say N. | 341 | If unsure, say N. |
327 | 342 | ||
@@ -435,6 +450,7 @@ config HID_QUANTA | |||
435 | config HID_ROCCAT | 450 | config HID_ROCCAT |
436 | tristate "Roccat special event support" | 451 | tristate "Roccat special event support" |
437 | depends on USB_HID | 452 | depends on USB_HID |
453 | select HID_ROCCAT_COMMON | ||
438 | ---help--- | 454 | ---help--- |
439 | Support for Roccat special events. | 455 | Support for Roccat special events. |
440 | Say Y here if you have a Roccat mouse or keyboard and want OSD or | 456 | Say Y here if you have a Roccat mouse or keyboard and want OSD or |
@@ -442,44 +458,40 @@ config HID_ROCCAT | |||
442 | 458 | ||
443 | config HID_ROCCAT_COMMON | 459 | config HID_ROCCAT_COMMON |
444 | tristate | 460 | tristate |
461 | depends on HID_ROCCAT | ||
445 | 462 | ||
446 | config HID_ROCCAT_ARVO | 463 | config HID_ROCCAT_ARVO |
447 | tristate "Roccat Arvo keyboard support" | 464 | tristate "Roccat Arvo keyboard support" |
448 | depends on USB_HID | 465 | depends on USB_HID |
449 | select HID_ROCCAT | 466 | depends on HID_ROCCAT |
450 | select HID_ROCCAT_COMMON | ||
451 | ---help--- | 467 | ---help--- |
452 | Support for Roccat Arvo keyboard. | 468 | Support for Roccat Arvo keyboard. |
453 | 469 | ||
454 | config HID_ROCCAT_KONE | 470 | config HID_ROCCAT_KONE |
455 | tristate "Roccat Kone Mouse support" | 471 | tristate "Roccat Kone Mouse support" |
456 | depends on USB_HID | 472 | depends on USB_HID |
457 | select HID_ROCCAT | 473 | depends on HID_ROCCAT |
458 | select HID_ROCCAT_COMMON | ||
459 | ---help--- | 474 | ---help--- |
460 | Support for Roccat Kone mouse. | 475 | Support for Roccat Kone mouse. |
461 | 476 | ||
462 | config HID_ROCCAT_KONEPLUS | 477 | config HID_ROCCAT_KONEPLUS |
463 | tristate "Roccat Kone[+] mouse support" | 478 | tristate "Roccat Kone[+] mouse support" |
464 | depends on USB_HID | 479 | depends on USB_HID |
465 | select HID_ROCCAT | 480 | depends on HID_ROCCAT |
466 | select HID_ROCCAT_COMMON | ||
467 | ---help--- | 481 | ---help--- |
468 | Support for Roccat Kone[+] mouse. | 482 | Support for Roccat Kone[+] mouse. |
469 | 483 | ||
470 | config HID_ROCCAT_KOVAPLUS | 484 | config HID_ROCCAT_KOVAPLUS |
471 | tristate "Roccat Kova[+] mouse support" | 485 | tristate "Roccat Kova[+] mouse support" |
472 | depends on USB_HID | 486 | depends on USB_HID |
473 | select HID_ROCCAT | 487 | depends on HID_ROCCAT |
474 | select HID_ROCCAT_COMMON | ||
475 | ---help--- | 488 | ---help--- |
476 | Support for Roccat Kova[+] mouse. | 489 | Support for Roccat Kova[+] mouse. |
477 | 490 | ||
478 | config HID_ROCCAT_PYRA | 491 | config HID_ROCCAT_PYRA |
479 | tristate "Roccat Pyra mouse support" | 492 | tristate "Roccat Pyra mouse support" |
480 | depends on USB_HID | 493 | depends on USB_HID |
481 | select HID_ROCCAT | 494 | depends on HID_ROCCAT |
482 | select HID_ROCCAT_COMMON | ||
483 | ---help--- | 495 | ---help--- |
484 | Support for Roccat Pyra mouse. | 496 | Support for Roccat Pyra mouse. |
485 | 497 | ||
@@ -495,6 +507,12 @@ config HID_SONY | |||
495 | ---help--- | 507 | ---help--- |
496 | Support for Sony PS3 controller. | 508 | Support for Sony PS3 controller. |
497 | 509 | ||
510 | config HID_SPEEDLINK | ||
511 | tristate "Speedlink VAD Cezanne mouse support" | ||
512 | depends on USB_HID | ||
513 | ---help--- | ||
514 | Support for Speedlink Vicious and Divine Cezanne mouse. | ||
515 | |||
498 | config HID_SUNPLUS | 516 | config HID_SUNPLUS |
499 | tristate "Sunplus wireless desktop" | 517 | tristate "Sunplus wireless desktop" |
500 | depends on USB_HID | 518 | depends on USB_HID |
@@ -568,6 +586,12 @@ config HID_WACOM_POWER_SUPPLY | |||
568 | Say Y here if you want to enable power supply status monitoring for | 586 | Say Y here if you want to enable power supply status monitoring for |
569 | Wacom Bluetooth devices. | 587 | Wacom Bluetooth devices. |
570 | 588 | ||
589 | config HID_WIIMOTE | ||
590 | tristate "Nintendo Wii Remote support" | ||
591 | depends on BT_HIDP | ||
592 | ---help--- | ||
593 | Support for the Nintendo Wii Remote bluetooth device. | ||
594 | |||
571 | config HID_ZEROPLUS | 595 | config HID_ZEROPLUS |
572 | tristate "Zeroplus based game controller support" | 596 | tristate "Zeroplus based game controller support" |
573 | depends on USB_HID | 597 | depends on USB_HID |