mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
ARM: uniphier: enable DWC3 xHCI driver really
I thought commit d37d31849c
("ARM: uniphier: enable DWC3 xHCI
driver") enabled CONFIG_USB_DWC3_UNIPHIER, but CONFIG_USB_XHCI_DWC3
was missing in uniphier_v7_defconfig. Re-add.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
23d51bef94
commit
0b55abd34a
1 changed files with 2 additions and 0 deletions
|
@ -49,7 +49,9 @@ CONFIG_SMC911X_BASE=0x0
|
|||
CONFIG_SMC911X_32_BIT=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
CONFIG_USB_XHCI_DWC3=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_EHCI_GENERIC=y
|
||||
CONFIG_USB_DWC3=y
|
||||
CONFIG_USB_DWC3_UNIPHIER=y
|
||||
CONFIG_USB_STORAGE=y
|
||||
|
|
Loading…
Reference in a new issue