diff options
author | Tom Rini | 2017-05-12 22:33:28 -0400 |
---|---|---|
committer | Tom Rini | 2017-05-15 13:00:21 -0400 |
commit | 64d6ac5bc4a9bf8839e516959b35150ac8a0eb84 (patch) | |
tree | 64d463e3c3fee97a9fdb34778cac85cea7f723cd /configs/spring_defconfig | |
parent | 8850c5d57c10aa6431d138d426e6e105c99cc7ba (diff) |
Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to Kconfig
Migrate the rest of the users of CONFIG_USB_EHCI_HCD over to Kconfig.
For a few SoCs, imply or default y this if USB is enabled. In some
cases we had not already migrated to CONFIG_USB so do that as well.
Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'configs/spring_defconfig')
-rw-r--r-- | configs/spring_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/spring_defconfig b/configs/spring_defconfig index d9fd8ca3626..716f8c00e6a 100644 --- a/configs/spring_defconfig +++ b/configs/spring_defconfig @@ -66,6 +66,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y CONFIG_VIDCONSOLE_AS_LCD=y |