diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-12 22:33:28 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-15 13:00:21 -0400 |
commit | 64d6ac5bc4a9bf8839e516959b35150ac8a0eb84 (patch) | |
tree | 64d463e3c3fee97a9fdb34778cac85cea7f723cd /include/configs/novena.h | |
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 'include/configs/novena.h')
-rw-r--r-- | include/configs/novena.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/novena.h b/include/configs/novena.h index 590c1211f2a..b57ef30f942 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -135,7 +135,6 @@ /* USB Configs */ #ifdef CONFIG_CMD_USB -#define CONFIG_USB_EHCI_HCD #define CONFIG_USB_EHCI_MX6 #define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP #define CONFIG_USB_HOST_ETHER |