Re: [PATCH] usb: dwc2: fix USB core dependencies

2015-01-29 Thread John Youn
On 01/29/2015 08:25 AM, Felipe Balbi wrote: > Hi, > > Adding John > > On Wed, Jan 28, 2015 at 10:49:00PM +0100, Arnd Bergmann wrote: >> It is currently possible to configure the dwc2 driver as built-in >> when host mode or dual-role is enabled, but the USB core is >> a loadable module. This leads

Re: [PATCH] usb: dwc2: fix USB core dependencies

2015-01-29 Thread Felipe Balbi
Hi, Adding John On Wed, Jan 28, 2015 at 10:49:00PM +0100, Arnd Bergmann wrote: > It is currently possible to configure the dwc2 driver as built-in > when host mode or dual-role is enabled, but the USB core is > a loadable module. This leads to a link failure: > > drivers/built-in.o: In function

[PATCH] usb: dwc2: fix USB core dependencies

2015-01-28 Thread Arnd Bergmann
It is currently possible to configure the dwc2 driver as built-in when host mode or dual-role is enabled, but the USB core is a loadable module. This leads to a link failure: drivers/built-in.o: In function `_dwc2_hcd_start': :(.text+0x84538): undefined reference to `usb_hcd_resume_root_hub' drive