aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hidp
diff options
context:
space:
mode:
authorGravatar Randy Dunlap <randy.dunlap@oracle.com> 2010-10-13 18:16:52 -0700
committerGravatar Gustavo F. Padovan <padovan@profusion.mobi> 2010-11-09 00:55:27 -0200
commit96c99b473a8531188e2f6106c6ef0e33bb4500f2 (patch)
tree09df5d9f73e4b7d0c11359a25b78ed60a4866654 /net/bluetooth/hidp
parentath9k_hw: Fix memory leak on ath9k_hw_rf_alloc_ext_banks failure (diff)
downloadlinux-96c99b473a8531188e2f6106c6ef0e33bb4500f2.tar.gz
linux-96c99b473a8531188e2f6106c6ef0e33bb4500f2.tar.bz2
linux-96c99b473a8531188e2f6106c6ef0e33bb4500f2.zip
Bluetooth: fix hidp kconfig dependency warning
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>
Diffstat (limited to 'net/bluetooth/hidp')
-rw-r--r--net/bluetooth/hidp/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/Kconfig b/net/bluetooth/hidp/Kconfig
index 98fdfa1fbddd..86a91543172a 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 && BT_L2CAP && INPUT
+ depends on BT && BT_L2CAP && INPUT && HID_SUPPORT
select HID
help
HIDP (Human Interface Device Protocol) is a transport layer