Author: luka Date: 2016-05-11 00:51:52 +0200 (Wed, 11 May 2016) New Revision: 49364
Modified: trunk/package/kernel/linux/modules/usb.mk Log: 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 <[email protected]> Modified: trunk/package/kernel/linux/modules/usb.mk =================================================================== --- trunk/package/kernel/linux/modules/usb.mk 2016-05-10 22:42:36 UTC (rev 49363) +++ trunk/package/kernel/linux/modules/usb.mk 2016-05-10 22:51:52 UTC (rev 49364) @@ -488,6 +488,7 @@ 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/[email protected] _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
