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 /net | |
parent | e75561b3d2a4eb15080ed73f59f7dc2965c01423 (diff) | |
download | linux-1f41a6a9947615dca37d80b044ab81616e956a67.tar.bz2 |
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 'net')
-rw-r--r-- | net/bluetooth/hidp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/Kconfig b/net/bluetooth/hidp/Kconfig index 4deaca78e91e..9332bc7aa851 100644 --- a/net/bluetooth/hidp/Kconfig +++ b/net/bluetooth/hidp/Kconfig @@ -1,6 +1,6 @@ config BT_HIDP tristate "HIDP protocol support" - depends on BT && INPUT && HID_SUPPORT + depends on BT && INPUT select HID help HIDP (Human Interface Device Protocol) is a transport layer |