From: Randy Dunlap <rdunlap@xenotime.net>
To: Mike Galbraith <efault@gmx.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Re: [patch] usb: add missing Kconfig UWB select to USB_WHCI_HCD and USB_HWA_HCD
Date: Fri, 10 Feb 2012 08:11:26 -0800 [thread overview]
Message-ID: <4F3541AE.50807@xenotime.net> (raw)
In-Reply-To: <1328857675.7327.8.camel@marge.simpson.net>
On 02/09/2012 11:07 PM, Mike Galbraith wrote:
> usb: add missing Kconfig UWB select to USB_WHCI_HCD and USB_HWA_HCD
>
> cripts/kconfig/conf --oldconfig Kconfig
> warning: (USB_WHCI_HCD && USB_HWA_HCD) selects USB_WUSB which has unmet direct dependencies (USB_SUPPORT && EXPERIMENTAL && USB && PCI && UWB)
> warning: (USB_WHCI_HCD) selects UWB_WHCI which has unmet direct dependencies (UWB && PCI)
> warning: (USB_WHCI_HCD && USB_HWA_HCD) selects USB_WUSB which has unmet direct dependencies (USB_SUPPORT && EXPERIMENTAL && USB && PCI && UWB)
> warning: (USB_WHCI_HCD) selects UWB_WHCI which has unmet direct dependencies (UWB && PCI)
>
> Signed-off-by: Mike Galbraith <efault@gmx.de>
I have 2 patches in linux-next that fix the UWB/WUSB problems by using "depends on"
instead...
>
> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
> index 91413ca..b224959 100644
> --- a/drivers/usb/host/Kconfig
> +++ b/drivers/usb/host/Kconfig
> @@ -547,6 +547,7 @@ config USB_WHCI_HCD
> tristate "Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)"
> depends on EXPERIMENTAL
> depends on PCI && USB
> + select UWB
> select USB_WUSB
> select UWB_WHCI
> help
> @@ -560,6 +561,7 @@ config USB_HWA_HCD
> tristate "Host Wire Adapter (HWA) driver (EXPERIMENTAL)"
> depends on EXPERIMENTAL
> depends on USB
> + select UWB
> select USB_WUSB
> select UWB_HWA
> help
>
>
> --
--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
next prev parent reply other threads:[~2012-02-10 16:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-10 7:07 [patch] usb: add missing Kconfig UWB select to USB_WHCI_HCD and USB_HWA_HCD Mike Galbraith
2012-02-10 16:11 ` Randy Dunlap [this message]
2012-02-10 18:11 ` Greg Kroah-Hartman
2012-02-11 5:43 ` Mike Galbraith
2012-02-11 19:08 ` Randy Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F3541AE.50807@xenotime.net \
--to=rdunlap@xenotime.net \
--cc=efault@gmx.de \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).