summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch
blob: 1840c9d75a70ffd2538f535b7e6de07dbd59554c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -164,4 +164,6 @@ source "drivers/usb/gadget/Kconfig"
 
 source "drivers/usb/otg/Kconfig"
 
+source "drivers/usb/dwc_otg/Kconfig"
+
 endif # USB_SUPPORT
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -45,3 +45,4 @@ obj-$(CONFIG_EARLY_PRINTK_DBGP)	+= early
 
 obj-$(CONFIG_USB_ATM)		+= atm/
 obj-$(CONFIG_USB_SPEEDTOUCH)	+= atm/
+obj-$(CONFIG_DWC_OTG)		+= dwc_otg/