From 80f1f3204a6e1bacede4b80d23470200872ed438 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 12 May 2017 22:33:29 -0400 Subject: 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 Signed-off-by: Tom Rini Reviewed-by: Marek Vasut --- include/configs/aristainetos-common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/aristainetos-common.h') diff --git a/include/configs/aristainetos-common.h b/include/configs/aristainetos-common.h index 3d5130405d..7360e11ff1 100644 --- a/include/configs/aristainetos-common.h +++ b/include/configs/aristainetos-common.h @@ -202,7 +202,6 @@ #define CONFIG_RTC_M41T11 /* USB Configs */ -#define CONFIG_USB_EHCI_MX6 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) -- cgit