diff mbox series

[1/4] ARM: uniphier: enable DWC3 xHCI driver

Message ID 1507915279-25058-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit d37d31849c6ad3c985e5fda69b8c92f147363424
Headers show
Series [1/4] ARM: uniphier: enable DWC3 xHCI driver | expand

Commit Message

Masahiro Yamada Oct. 13, 2017, 5:21 p.m. UTC
Enable CONFIGs for the DWC3 core and the UniPhier specific glue layer.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 configs/uniphier_v7_defconfig | 2 ++
 configs/uniphier_v8_defconfig | 2 ++
 2 files changed, 4 insertions(+)

Comments

Masahiro Yamada Oct. 15, 2017, 1:37 p.m. UTC | #1
2017-10-14 2:21 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Enable CONFIGs for the DWC3 core and the UniPhier specific glue layer.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---

Series, applied to u-boot-uniphier.
diff mbox series

Patch

diff --git a/configs/uniphier_v7_defconfig b/configs/uniphier_v7_defconfig
index 12b24bc..96e962d 100644
--- a/configs/uniphier_v7_defconfig
+++ b/configs/uniphier_v7_defconfig
@@ -48,4 +48,6 @@  CONFIG_USB=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_GENERIC=y
+CONFIG_USB_DWC3=y
+CONFIG_USB_DWC3_UNIPHIER=y
 CONFIG_USB_STORAGE=y
diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig
index 796839b..31dd9b3 100644
--- a/configs/uniphier_v8_defconfig
+++ b/configs/uniphier_v8_defconfig
@@ -45,4 +45,6 @@  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