Re: linux-next: build warning after merge of the usb tree

From: Greg KH
Date: Mon Jan 06 2020 - 04:30:56 EST


On Mon, Jan 06, 2020 at 08:58:58AM +0100, Krzysztof Kozlowski wrote:
> On Mon, Jan 06, 2020 at 02:41:22PM +1100, Stephen Rothwell wrote:
> > Hi all,
> >
> > After merging the usb tree, today's linux-next build (x86_64 allmodconfig)
> > produced this warning:
> >
> > WARNING: unmet direct dependencies detected for PHY_DA8XX_USB
> > Depends on [n]: ARCH_DAVINCI_DA8XX
> > Selected by [m]:
> > - USB_OHCI_HCD_DAVINCI [=m] && USB_SUPPORT [=y] && USB [=m] && (ARCH_DAVINCI_DA8XX || COMPILE_TEST [=y]) && USB_OHCI_HCD [=m]
> >
> > WARNING: unmet direct dependencies detected for PHY_DA8XX_USB
> > Depends on [n]: ARCH_DAVINCI_DA8XX
> > Selected by [m]:
> > - USB_OHCI_HCD_DAVINCI [=m] && USB_SUPPORT [=y] && USB [=m] && (ARCH_DAVINCI_DA8XX || COMPILE_TEST [=y]) && USB_OHCI_HCD [=m]
> >
> > WARNING: unmet direct dependencies detected for PHY_DA8XX_USB
> > Depends on [n]: ARCH_DAVINCI_DA8XX
> > Selected by [m]:
> > - USB_OHCI_HCD_DAVINCI [=m] && USB_SUPPORT [=y] && USB [=m] && (ARCH_DAVINCI_DA8XX || COMPILE_TEST [=y]) && USB_OHCI_HCD [=m]
> >
> > Introduced by commit
> >
> > 88eaaecc4446 ("usb: host: Enable compile testing for some of drivers")
>
> +Cc,
>
> Hi Stephen,
>
> Thanks for the report. I already sent a patch for it for the phy:
> https://lore.kernel.org/lkml/20200103164710.4829-2-krzk@xxxxxxxxxx/

I'll go queue this up through my usb tree as it is annoying for my
builds as well :(

thanks,

greg k-h