diff options
author | Henrik Rydberg <rydberg@euromail.se> | 2012-06-25 16:55:41 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-06-25 17:25:00 +0200 |
commit | 1f41a6a9947615dca37d80b044ab81616e956a67 (patch) | |
tree | 23ff02f9aa0c3603e3bc4b944233acd8f70a8156 /drivers/hid/usbhid/Kconfig | |
parent | e75561b3d2a4eb15080ed73f59f7dc2965c01423 (diff) | |
download | blackbird-obmc-linux-1f41a6a9947615dca37d80b044ab81616e956a67.tar.gz blackbird-obmc-linux-1f41a6a9947615dca37d80b044ab81616e956a67.zip |
HID: Fix the generic Kconfig options
The generic HID driver is obviously not a special driver, so move it
outside of the special drivers menu. Explain the usage and make the
default follow the HID setting. This should simplify migration from
older kernels. While at it, remove the redundant HID_SUPPORT option
and modify the HID and USB_HID entries to better explain the bus
structure.
Reported-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/usbhid/Kconfig')
-rw-r--r-- | drivers/hid/usbhid/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig index 0f20fd17cf06..0108c5991a04 100644 --- a/drivers/hid/usbhid/Kconfig +++ b/drivers/hid/usbhid/Kconfig @@ -1,13 +1,13 @@ -comment "USB Input Devices" +menu "USB HID support" depends on USB config USB_HID - tristate "USB Human Interface Device (full HID) support" + tristate "USB HID transport layer" default y depends on USB && INPUT select HID ---help--- - Say Y here if you want full HID support to connect USB keyboards, + Say Y here if you want to connect USB keyboards, mice, joysticks, graphic tablets, or any other HID based devices to your computer via USB, as well as Uninterruptible Power Supply (UPS) and monitor control devices. @@ -81,4 +81,4 @@ config USB_MOUSE endmenu - +endmenu |