[arm64] Enable USB_DWC2 and USB_DWC3

This commit is contained in:
Martin Michlmayr 2016-08-28 14:42:13 -07:00
parent 9f32d6a1dd
commit 5532e797b2
3 changed files with 19 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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:

View File

@ -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
##

View File

@ -1 +1,3 @@
#include <usb-modules>
dwc2
dwc3