linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] bluetooth: fix hidp kconfig dependency warning
@ 2010-10-14  1:16 Randy Dunlap
  2010-10-14  4:22 ` Marcel Holtmann
  2010-10-14 12:18 ` Gustavo F. Padovan
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2010-10-14  1:16 UTC (permalink / raw)
  To: lkml; +Cc: akpm, Marcel Holtmann, linux-bluetooth

From: Randy Dunlap <randy.dunlap@oracle.com>

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>
---
 net/bluetooth/hidp/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20101013.orig/net/bluetooth/hidp/Kconfig
+++ linux-next-20101013/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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] bluetooth: fix hidp kconfig dependency warning
  2010-10-14  1:16 [PATCH -next] bluetooth: fix hidp kconfig dependency warning Randy Dunlap
@ 2010-10-14  4:22 ` Marcel Holtmann
  2010-10-14 12:18 ` Gustavo F. Padovan
  1 sibling, 0 replies; 3+ messages in thread
From: Marcel Holtmann @ 2010-10-14  4:22 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, akpm, linux-bluetooth

Hi Randy,

> 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>

looks fine to me.

Acked-by: Marcel Holtmann <marcel@holtmann.org>

Regards

Marcel



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] bluetooth: fix hidp kconfig dependency warning
  2010-10-14  1:16 [PATCH -next] bluetooth: fix hidp kconfig dependency warning Randy Dunlap
  2010-10-14  4:22 ` Marcel Holtmann
@ 2010-10-14 12:18 ` Gustavo F. Padovan
  1 sibling, 0 replies; 3+ messages in thread
From: Gustavo F. Padovan @ 2010-10-14 12:18 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, akpm, Marcel Holtmann, linux-bluetooth

Hi Randy,

* Randy Dunlap <randy.dunlap@oracle.com> [2010-10-13 18:16:52 -0700]:

> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> 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>
> ---
>  net/bluetooth/hidp/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
Gustavo F. Padovan
ProFUSION embedded systems - http://profusion.mobi

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-14 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14  1:16 [PATCH -next] bluetooth: fix hidp kconfig dependency warning Randy Dunlap
2010-10-14  4:22 ` Marcel Holtmann
2010-10-14 12:18 ` Gustavo F. Padovan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).