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/embestmx6boards.h | |
parent | 64d6ac5bc4a9bf8839e516959b35150ac8a0eb84 (diff) | |
download | u-boot-80f1f3204a6e1bacede4b80d23470200872ed438.tar.gz |
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/embestmx6boards.h')
-rw-r--r-- | include/configs/embestmx6boards.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h index 6b53c008c5..749a9e3bc1 100644 --- a/include/configs/embestmx6boards.h +++ b/include/configs/embestmx6boards.h @@ -35,7 +35,6 @@ #define CONFIG_SYS_I2C_SPEED 100000 /* USB Configs */ -#define CONFIG_USB_EHCI_MX6 #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |