diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 36 |
1 files changed, 26 insertions, 10 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index ffddcba32af6..034c80a10f1f 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -32,9 +32,13 @@ config HID | |||
32 | If unsure, say Y. | 32 | If unsure, say Y. |
33 | 33 | ||
34 | config HID_BATTERY_STRENGTH | 34 | config HID_BATTERY_STRENGTH |
35 | bool | 35 | bool "Battery level reporting for HID devices" |
36 | depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY | 36 | depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY |
37 | default n | 37 | default n |
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. | ||
38 | 42 | ||
39 | config HIDRAW | 43 | config HIDRAW |
40 | bool "/dev/hidraw raw HID device support" | 44 | bool "/dev/hidraw raw HID device support" |
@@ -60,6 +64,18 @@ source "drivers/hid/usbhid/Kconfig" | |||
60 | menu "Special HID drivers" | 64 | menu "Special HID drivers" |
61 | depends on HID | 65 | depends on HID |
62 | 66 | ||
67 | config HID_GENERIC | ||
68 | tristate "Generic HID driver" | ||
69 | depends on HID | ||
70 | default y | ||
71 | ---help--- | ||
72 | Support for generic HID devices. | ||
73 | |||
74 | To compile this driver as a module, choose M here: the module | ||
75 | will be called hid-generic. | ||
76 | |||
77 | If unsure, say Y. | ||
78 | |||
63 | config HID_A4TECH | 79 | config HID_A4TECH |
64 | tristate "A4 tech mice" if EXPERT | 80 | tristate "A4 tech mice" if EXPERT |
65 | depends on USB_HID | 81 | depends on USB_HID |
@@ -92,6 +108,12 @@ config HID_APPLE | |||
92 | Say Y here if you want support for keyboards of Apple iBooks, PowerBooks, | 108 | Say Y here if you want support for keyboards of Apple iBooks, PowerBooks, |
93 | MacBooks, MacBook Pros and Apple Aluminum. | 109 | MacBooks, MacBook Pros and Apple Aluminum. |
94 | 110 | ||
111 | config HID_AUREAL | ||
112 | tristate "Aureal" | ||
113 | depends on USB_HID | ||
114 | ---help--- | ||
115 | Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes. | ||
116 | |||
95 | config HID_BELKIN | 117 | config HID_BELKIN |
96 | tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT | 118 | tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT |
97 | depends on USB_HID | 119 | depends on USB_HID |
@@ -448,7 +470,7 @@ config HID_PICOLCD_FB | |||
448 | select FB_SYS_FOPS | 470 | select FB_SYS_FOPS |
449 | ---help--- | 471 | ---help--- |
450 | Provide access to PicoLCD's 256x64 monochrome display via a | 472 | Provide access to PicoLCD's 256x64 monochrome display via a |
451 | frambuffer device. | 473 | framebuffer device. |
452 | 474 | ||
453 | config HID_PICOLCD_BACKLIGHT | 475 | config HID_PICOLCD_BACKLIGHT |
454 | bool "Backlight control" if EXPERT | 476 | bool "Backlight control" if EXPERT |
@@ -595,16 +617,10 @@ config THRUSTMASTER_FF | |||
595 | config HID_WACOM | 617 | config HID_WACOM |
596 | tristate "Wacom Bluetooth devices support" | 618 | tristate "Wacom Bluetooth devices support" |
597 | depends on BT_HIDP | 619 | depends on BT_HIDP |
598 | ---help--- | 620 | depends on LEDS_CLASS |
599 | Support for Wacom Graphire Bluetooth tablet. | ||
600 | |||
601 | config HID_WACOM_POWER_SUPPLY | ||
602 | bool "Wacom Bluetooth devices power supply status support" | ||
603 | depends on HID_WACOM | ||
604 | select POWER_SUPPLY | 621 | select POWER_SUPPLY |
605 | ---help--- | 622 | ---help--- |
606 | Say Y here if you want to enable power supply status monitoring for | 623 | Support for Wacom Graphire Bluetooth and Intuos4 WL tablets. |
607 | Wacom Bluetooth devices. | ||
608 | 624 | ||
609 | config HID_WIIMOTE | 625 | config HID_WIIMOTE |
610 | tristate "Nintendo Wii Remote support" | 626 | tristate "Nintendo Wii Remote support" |