From 64d6ac5bc4a9bf8839e516959b35150ac8a0eb84 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 12 May 2017 22:33:28 -0400 Subject: Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to Kconfig Migrate the rest of the users of CONFIG_USB_EHCI_HCD over to Kconfig. For a few SoCs, imply or default y this if USB is enabled. In some cases we had not already migrated to CONFIG_USB so do that as well. Cc: Marek Vasut Signed-off-by: Tom Rini Reviewed-by: Marek Vasut --- include/configs/mv-common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/mv-common.h') diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 5146f9b9f6..d000d7617a 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -121,7 +121,6 @@ * Common USB/EHCI configuration */ #if defined(CONFIG_CMD_USB) && !defined(CONFIG_DM) -#define CONFIG_USB_EHCI_HCD /* Enable EHCI USB support */ #define CONFIG_SUPPORT_VFAT #endif /* CONFIG_CMD_USB */ -- cgit v1.2.3