summaryrefslogtreecommitdiff
path: root/configs/uniphier_pro4_defconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-13 16:06:02 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-14 13:54:19 (GMT)
commit375241f39ba2f79890e7e424f24b99b7369eac91 (patch)
tree9c8f9e6b2178523156e5df2bed021a744c1aa41e /configs/uniphier_pro4_defconfig
parent025b62f30342240b94d84161cccc851962b25db0 (diff)
downloadu-boot-fsl-qoriq-375241f39ba2f79890e7e424f24b99b7369eac91.tar.xz
ARM: uniphier: enable Generic EHCI driver for Pro4 SoC
This SoC is equipped with two EHCI cores and two xHCI cores. Enable the generic EHCI driver for the former. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_pro4_defconfig')
-rw-r--r--configs/uniphier_pro4_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/uniphier_pro4_defconfig b/configs/uniphier_pro4_defconfig
index a7dcc56..ddc582d 100644
--- a/configs/uniphier_pro4_defconfig
+++ b/configs/uniphier_pro4_defconfig
@@ -32,4 +32,6 @@ CONFIG_PINCTRL=y
CONFIG_SPL_PINCTRL=y
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_GENERIC=y
CONFIG_USB_STORAGE=y