diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-14 02:21:16 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-15 22:32:25 +0900 |
commit | d37d31849c6ad3c985e5fda69b8c92f147363424 (patch) | |
tree | 2af4f5371b212e0bdca1177c52e7f62679973f14 /configs/uniphier_v7_defconfig | |
parent | 5e5edca27c03b8d0d7155ebc550f7593677c8b64 (diff) | |
download | u-boot-d37d31849c6ad3c985e5fda69b8c92f147363424.tar.gz u-boot-d37d31849c6ad3c985e5fda69b8c92f147363424.tar.bz2 u-boot-d37d31849c6ad3c985e5fda69b8c92f147363424.zip |
ARM: uniphier: enable DWC3 xHCI driver
Enable CONFIGs for the DWC3 core and the UniPhier specific glue layer.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_v7_defconfig')
-rw-r--r-- | configs/uniphier_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/uniphier_v7_defconfig b/configs/uniphier_v7_defconfig index 12b24bcbd4..96e962da63 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 |