Signed-off-by: Paul Zimmerman <pa...@synopsys.com>
---
 drivers/usb/Kconfig  |    2 ++
 drivers/usb/Makefile |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 4c90b51..4f1c6fe 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -125,6 +125,8 @@ source "drivers/usb/core/Kconfig"
 
 source "drivers/usb/dwc3/Kconfig"
 
+source "drivers/usb/dwc2/Kconfig"
+
 source "drivers/usb/mon/Kconfig"
 
 source "drivers/usb/wusbcore/Kconfig"
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index f5ed3d7..efa98f7 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -10,6 +10,8 @@ obj-$(CONFIG_USB_OTG_UTILS)   += otg/
 
 obj-$(CONFIG_USB_DWC3)         += dwc3/
 
+obj-$(CONFIG_USB_DWC2)         += dwc2/
+
 obj-$(CONFIG_USB_MON)          += mon/
 
 obj-$(CONFIG_PCI)              += host/
-- 
1.7.1

--
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