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/wandboard.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/wandboard.h')
-rw-r--r-- | include/configs/wandboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 6a96653702..3e0ea71e69 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -50,7 +50,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 /* USB Configs */ -#define CONFIG_USB_EHCI_MX6 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 |