]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: uniphier: enable generic EHCI driver for uniphier_v8_defconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 7 Feb 2017 12:25:13 +0000 (21:25 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Feb 2017 23:37:56 +0000 (08:37 +0900)
The LD11 SoC is equipped with USB EHCI controllers.

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

index a8f2816f1bafca2b29c575cadb27953788ac9edd..9554ae077b978004efb747d2801192fa2dfd8a42 100644 (file)
@@ -31,4 +31,6 @@ CONFIG_MTD_NOR_FLASH=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_STORAGE=y