From: Masahiro Yamada Date: Tue, 13 Sep 2016 16:06:02 +0000 (+0900) Subject: ARM: uniphier: enable Generic EHCI driver for Pro4 SoC X-Git-Tag: v2016.11-rc1~129^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=375241f39ba2f79890e7e424f24b99b7369eac91;p=platform%2Fkernel%2Fu-boot.git 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 --- 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