kernel: when disabling common quirks, disable them in the usb subsystem as well ...
[openwrt.git] / target / linux / generic / patches-2.6.37 / 031-pci_disable_usb_common_quirks.patch
1 --- a/drivers/usb/host/Makefile
2 +++ b/drivers/usb/host/Makefile
3 @@ -16,7 +16,9 @@ xhci-hcd-y += xhci-ring.o xhci-hub.o xhc
4  
5  obj-$(CONFIG_USB_WHCI_HCD)     += whci/
6  
7 +ifndef CONFIG_PCI_DISABLE_COMMON_QUIRKS
8  obj-$(CONFIG_PCI)              += pci-quirks.o
9 +endif
10  
11  obj-$(CONFIG_USB_EHCI_HCD)     += ehci-hcd.o
12  obj-$(CONFIG_USB_OXU210HP_HCD) += oxu210hp-hcd.o