[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F3541AE.50807@xenotime.net>
Date: Fri, 10 Feb 2012 08:11:26 -0800
From: Randy Dunlap <rdunlap@...otime.net>
To: Mike Galbraith <efault@....de>
CC: LKML <linux-kernel@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [patch] usb: add missing Kconfig UWB select to USB_WHCI_HCD and
USB_HWA_HCD
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@....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 ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists