[linux] 02/02: [arm64] Enable USB_DWC2 and USB_DWC3
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Aug 28 21:44:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
tbm pushed a commit to branch master
in repository linux.
commit 5532e797b242ae95f1d529564ffdc95a8eee1a83
Author: Martin Michlmayr <tbm at cyrius.com>
Date: Sun Aug 28 14:42:13 2016 -0700
[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 745b02d..e2d1434 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 8238418..7cecf10 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -525,6 +525,22 @@ 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
##
CONFIG_USB_GADGET=m
diff --git a/debian/installer/arm64/modules/arm64/usb-modules b/debian/installer/arm64/modules/arm64/usb-modules
index c598ded..7614f23 100644
--- a/debian/installer/arm64/modules/arm64/usb-modules
+++ b/debian/installer/arm64/modules/arm64/usb-modules
@@ -1 +1,3 @@
#include <usb-modules>
+dwc2
+dwc3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list