ppc4xx optimizations
[openwrt.git] / target / linux / etrax / patches-2.6.30 / 300-usb_support.patch
1 Index: linux-2.6.30-rc5/drivers/usb/host/Makefile
2 ===================================================================
3 --- linux-2.6.30-rc5.orig/drivers/usb/host/Makefile 2009-05-09 02:14:14.000000000 +0200
4 +++ linux-2.6.30-rc5/drivers/usb/host/Makefile 2009-05-13 14:07:10.000000000 +0200
5 @@ -25,6 +25,7 @@
6 obj-$(CONFIG_USB_FHCI_HCD) += fhci.o
7 obj-$(CONFIG_USB_SL811_HCD) += sl811-hcd.o
8 obj-$(CONFIG_USB_SL811_CS) += sl811_cs.o
9 +obj-$(CONFIG_ETRAX_ARCH_V10) += hc-crisv10.o
10 obj-$(CONFIG_USB_U132_HCD) += u132-hcd.o
11 obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o
12 obj-$(CONFIG_USB_ISP1760_HCD) += isp1760.o
13 Index: linux-2.6.30-rc5/drivers/usb/Makefile
14 ===================================================================
15 --- linux-2.6.30-rc5.orig/drivers/usb/Makefile 2009-05-13 14:06:45.000000000 +0200
16 +++ linux-2.6.30-rc5/drivers/usb/Makefile 2009-05-13 14:07:10.000000000 +0200
17 @@ -20,6 +20,7 @@
18 obj-$(CONFIG_USB_R8A66597_HCD) += host/
19 obj-$(CONFIG_USB_HWA_HCD) += host/
20 obj-$(CONFIG_USB_ISP1760_HCD) += host/
21 +obj-$(CONFIG_ETRAX_USB_HOST) += host/
22
23 obj-$(CONFIG_USB_C67X00_HCD) += c67x00/
24
This page took 0.067587 seconds and 5 git commands to generate.