]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Bluetooth: fix hidp kconfig dependency warning
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 14 Oct 2010 01:16:52 +0000 (18:16 -0700)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 9 Nov 2010 02:55:27 +0000 (00:55 -0200)
Fix kconfig dependency warning to satisfy dependencies:

warning: (BT_HIDP && NET && BT && BT_L2CAP && INPUT || USB_HID && HID_SUPPORT && USB && INPUT) selects HID which has unmet direct dependencies (HID_SUPPORT && INPUT)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hidp/Kconfig

index 98fdfa1fbddda7054b84e67d3e10bda033e80a4b..86a91543172a7e1ddcd88538d13c4750599bfdbb 100644 (file)
@@ -1,6 +1,6 @@
 config BT_HIDP
        tristate "HIDP protocol support"
-       depends on BT && BT_L2CAP && INPUT
+       depends on BT && BT_L2CAP && INPUT && HID_SUPPORT
        select HID
        help
          HIDP (Human Interface Device Protocol) is a transport layer