config: enable dwc4 driver for USB OTG

This commit is contained in:
Miguel Bernal Marin 2019-05-17 10:27:33 -05:00
parent 66e7197821
commit e3260af31a
1 changed files with 15 additions and 3 deletions

View File

@ -4,7 +4,7 @@
#
#
# Compiler: gcc (Clear Linux OS for Intel Architecture) 9.1.1 20190514 gcc-9-branch@271147
# Compiler: gcc (Clear Linux OS for Intel Architecture) 9.1.1 20190507 gcc-9-branch@270948
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=90101
@ -4828,9 +4828,11 @@ CONFIG_USB_MON=m
CONFIG_USB_XHCI_HCD=y
# CONFIG_USB_XHCI_DBGCAP is not set
CONFIG_USB_XHCI_PCI=y
# CONFIG_USB_XHCI_PLATFORM is not set
CONFIG_USB_XHCI_PLATFORM=m
CONFIG_USB_XHCI_HISTB=m
# CONFIG_USB_XHCI_MTK is not set
# CONFIG_USB_XHCI_MVEBU is not set
CONFIG_USB_XHCI_RCAR=m
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
@ -4891,7 +4893,17 @@ CONFIG_USB_STORAGE=y
# CONFIG_USBIP_CORE is not set
# CONFIG_USB_MTU3 is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
CONFIG_USB_DWC3=m
# CONFIG_USB_DWC3_HOST is not set
# CONFIG_USB_DWC3_GADGET is not set
CONFIG_USB_DWC3_DUAL_ROLE=y
#
# Platform Glue Driver Support
#
CONFIG_USB_DWC3_PCI=m
CONFIG_USB_DWC3_HAPS=m
CONFIG_USB_DWC3_KEYSTONE=m
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set
# CONFIG_USB_ISP1760 is not set