Re: [PATCH 18/21] USB: ehci-msm: USB_MSM_OTG needs USB_PHY

2013-04-25 Thread Arnd Bergmann
On Thursday 25 April 2013, Greg Kroah-Hartman wrote: > > diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig > > index c558472..de94f26 100644 > > --- a/drivers/usb/host/Kconfig > > +++ b/drivers/usb/host/Kconfig > > @@ -188,6 +188,7 @@ config USB_EHCI_HCD_AT91 > > config USB_EHCI_MSM

Re: [PATCH 18/21] USB: ehci-msm: USB_MSM_OTG needs USB_PHY

2013-04-25 Thread Greg Kroah-Hartman
On Thu, Apr 25, 2013 at 07:29:01PM +0200, Arnd Bergmann wrote: > The Kconfig entry for USB_EHCI_MSM unconditionally selects USB_MSM_OTG, > which is now only visible when USB_PHY is also enabled. > > This adds an appropriate dependency and enables USB_PHY in the msm > defconfig, avoiding the Kbuild

[PATCH 18/21] USB: ehci-msm: USB_MSM_OTG needs USB_PHY

2013-04-25 Thread Arnd Bergmann
The Kconfig entry for USB_EHCI_MSM unconditionally selects USB_MSM_OTG, which is now only visible when USB_PHY is also enabled. This adds an appropriate dependency and enables USB_PHY in the msm defconfig, avoiding the Kbuild warning: warning: (USB_EHCI_MSM) selects USB_MSM_OTG which has unmet di