ramips: add preliminary support for the RT3662/RT3883 SoCs
[openwrt/svn-archive/archive.git] / target / linux / ramips / patches-2.6.39 / 105-usb_dwc_otg.patch
1 --- a/drivers/usb/Kconfig
2 +++ b/drivers/usb/Kconfig
3 @@ -164,4 +164,6 @@ source "drivers/usb/gadget/Kconfig"
4
5 source "drivers/usb/otg/Kconfig"
6
7 +source "drivers/usb/dwc_otg/Kconfig"
8 +
9 endif # USB_SUPPORT
10 --- a/drivers/usb/Makefile
11 +++ b/drivers/usb/Makefile
12 @@ -45,3 +45,4 @@ obj-$(CONFIG_EARLY_PRINTK_DBGP) += early
13
14 obj-$(CONFIG_USB_ATM) += atm/
15 obj-$(CONFIG_USB_SPEEDTOUCH) += atm/
16 +obj-$(CONFIG_DWC_OTG) += dwc_otg/