From 5532e797b242ae95f1d529564ffdc95a8eee1a83 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sun, 28 Aug 2016 14:42:13 -0700 Subject: [PATCH] [arm64] Enable USB_DWC2 and USB_DWC3 --- debian/changelog | 1 + debian/config/arm64/config | 16 ++++++++++++++++ debian/installer/arm64/modules/arm64/usb-modules | 2 ++ 3 files changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index 745b02dab..e2d14346e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ linux (4.8~rc3-1~exp1) UNRELEASED; urgency=medium - Enable DRM_VC4, I2C_BCM2835, PWM_BCM2835, SPI_BCM2835, SPI_BCM2835AUX, BCM2835_WDT, SND_BCM2835_SOC_I2S, MMC_SDHCI_IPROC, HW_RANDOM_BCM2835 as modules + * [arm64] Enable USB_DWC2 and USB_DWC3. [ Ben Hutchings ] * Update config for 4.8: diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 82384184b..7cecf103a 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -524,6 +524,22 @@ CONFIG_USB_CHIPIDEA=m CONFIG_USB_CHIPIDEA_UDC=y CONFIG_USB_CHIPIDEA_HOST=y +## +## file: drivers/usb/dwc2/Kconfig +## +CONFIG_USB_DWC2=m +## choice: DWC2 Mode Selection +CONFIG_USB_DWC2_DUAL_ROLE=y +## end choice + +## +## file: drivers/usb/dwc3/Kconfig +## +CONFIG_USB_DWC3=m +## choice: DWC3 Mode Selection +CONFIG_USB_DWC3_DUAL_ROLE=y +## end choice + ## ## file: drivers/usb/gadget/Kconfig ## diff --git a/debian/installer/arm64/modules/arm64/usb-modules b/debian/installer/arm64/modules/arm64/usb-modules index c598dedd8..7614f2320 100644 --- a/debian/installer/arm64/modules/arm64/usb-modules +++ b/debian/installer/arm64/modules/arm64/usb-modules @@ -1 +1,3 @@ #include +dwc2 +dwc3