diff options
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0104-ARM64-Enable-DWC_OTG-Driver-In-ARM64-Build-Config-bc.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.14/950-0104-ARM64-Enable-DWC_OTG-Driver-In-ARM64-Build-Config-bc.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0104-ARM64-Enable-DWC_OTG-Driver-In-ARM64-Build-Config-bc.patch b/target/linux/brcm2708/patches-4.14/950-0104-ARM64-Enable-DWC_OTG-Driver-In-ARM64-Build-Config-bc.patch new file mode 100644 index 0000000000..1bacf6605a --- /dev/null +++ b/target/linux/brcm2708/patches-4.14/950-0104-ARM64-Enable-DWC_OTG-Driver-In-ARM64-Build-Config-bc.patch @@ -0,0 +1,21 @@ +From 90f1e06a8489a54f217330d14a3192a2afdfacfc Mon Sep 17 00:00:00 2001 +From: Michael Zoran <mzoran@crowfest.net> +Date: Sat, 14 Jan 2017 21:45:03 -0800 +Subject: [PATCH 104/454] ARM64: Enable DWC_OTG Driver In ARM64 Build + Config(bcmrpi3_defconfig) + +Signed-off-by: Michael Zoran <mzoran@crowfest.net> +--- + arch/arm64/configs/bcmrpi3_defconfig | 1 + + 1 file changed, 1 insertion(+) + +--- a/arch/arm64/configs/bcmrpi3_defconfig ++++ b/arch/arm64/configs/bcmrpi3_defconfig +@@ -927,6 +927,7 @@ CONFIG_USB_HIDDEV=y + CONFIG_USB=y + CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + CONFIG_USB_MON=m ++CONFIG_USB_DWCOTG=y + CONFIG_USB_PRINTER=m + CONFIG_USB_STORAGE=y + CONFIG_USB_STORAGE_REALTEK=m |