diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-12 22:33:29 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-15 13:00:26 -0400 |
commit | 80f1f3204a6e1bacede4b80d23470200872ed438 (patch) | |
tree | e0f1e5a49c7121bdcad26fb6903df9dc07142a93 /include/configs/vinco.h | |
parent | 64d6ac5bc4a9bf8839e516959b35150ac8a0eb84 (diff) |
Kconfig: USB: Migrate existing USB_EHCI_xxx options
The following options are migrated over fully now:
- USB_EHCI_ATMEL
- USB_EHCI_MARVELL
- USB_EHCI_MX6
- USB_EHCI_MX7
- USB_EHCI_MSM
- USB_EHCI_ZYNQ
- USB_EHCI_GENERIC
This also requires fixing the depends on USB_EHCI_MARVELL as it's used
by Orion5X and Kirkwood 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/vinco.h')
-rw-r--r-- | include/configs/vinco.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vinco.h b/include/configs/vinco.h index 1651431cca..dc35b289d4 100644 --- a/include/configs/vinco.h +++ b/include/configs/vinco.h @@ -66,7 +66,6 @@ /* USB */ #ifdef CONFIG_CMD_USB -#define CONFIG_USB_EHCI_ATMEL #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 #endif |