On Wed, 15 Apr 2015, Toralf Förster wrote:

> Hi,
> 
> the following warning "pci 0000:00:14.0: CONFIG_USB_XHCI_HCD is
> turned off, defaulting to EHCI."
> 
> makes no sense, if USB isn't compiled into the kernel.
> 
> Looks like another cosmetic issue in the same field as already
> discussed earlier this day, right?

The patch below should fix this problem.  Can you test it?

Alan Stern



Index: usb-4.0/drivers/usb/Makefile
===================================================================
--- usb-4.0.orig/drivers/usb/Makefile
+++ usb-4.0/drivers/usb/Makefile
@@ -12,7 +12,6 @@ obj-$(CONFIG_USB_ISP1760)     += isp1760/
 
 obj-$(CONFIG_USB_MON)          += mon/
 
-obj-$(CONFIG_PCI)              += host/
 obj-$(CONFIG_USB_EHCI_HCD)     += host/
 obj-$(CONFIG_USB_ISP116X_HCD)  += host/
 obj-$(CONFIG_USB_OHCI_HCD)     += host/

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to