diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-12 22:33:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-15 10:40:05 -0400 |
commit | 8850c5d57c10aa6431d138d426e6e105c99cc7ba (patch) | |
tree | 6f1e76b3b38dd2e2ff780a4919db43d3ab645867 /include/configs/omap5_uevm.h | |
parent | 86a030791822d4ccc3ea3779b4af68bced555977 (diff) | |
download | u-boot-8850c5d57c10aa6431d138d426e6e105c99cc7ba.tar.gz |
Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD
In order to be able to migrate the various SoC EHCI CONFIG options we
first need to finish the switch from CONFIG_USB_EHCI to
CONFIG_USB_EHCI_HCD.
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/omap5_uevm.h')
-rw-r--r-- | include/configs/omap5_uevm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 6ac5d506f6..522df942c3 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -52,7 +52,7 @@ #define CONFIG_SYS_I2C_TCA642X_ADDR 0x22 /* USB UHH support options */ -#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_HCD #define CONFIG_USB_EHCI_OMAP #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET |