From: luka Date: Tue, 10 May 2016 22:51:52 +0000 (+0000) Subject: package: kernel: modules: Enable Dual-Role support for DWC2 USB X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=646e9d8d5ef5ebee6911414db6b28d7833b14e89;hp=f9ca1c25c4d795bd2ef24e0d9113059a8c390dd0 package: kernel: modules: Enable Dual-Role support for DWC2 USB Enable configuration option which allows DWC2 USB OTG core to operate in Dual-Role mode. Signed-off-by: Marek Vasut git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49364 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 8c5a2ab554..b41880b5cb 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -488,6 +488,7 @@ define KernelPackage/usb-dwc2 CONFIG_USB_DWC2_VERBOSE=n \ CONFIG_USB_DWC2_TRACK_MISSED_SOFS=n \ CONFIG_USB_DWC2_DEBUG_PERIODIC=n + CONFIG_USB_DWC2_DUAL_ROLE=y FILES:= \ $(LINUX_DIR)/drivers/usb/dwc2/dwc2.ko \ $(LINUX_DIR)/drivers/usb/dwc2/dwc2_platform.ko@lt4.3