From 8850c5d57c10aa6431d138d426e6e105c99cc7ba Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 12 May 2017 22:33:27 -0400 Subject: 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 Signed-off-by: Tom Rini Reviewed-by: Marek Vasut --- include/configs/colibri_t20.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/colibri_t20.h') diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index 023e75cf33..5c9df55828 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -25,7 +25,7 @@ #define CONFIG_SYS_I2C_TEGRA /* USB host support */ -#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_HCD #define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_MAX_CONTROLLER_COUNT 3 -- cgit v1.2.1