From 1d1ab61c326635ca1088dbd54e5bf023cac9bfc6 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 12 May 2017 22:33:30 -0400 Subject: Kconfig: OMAP: USB: Migrate CONFIG_USB_EHCI_OMAP to Kconfig Follow the exiting logic for the i.MX options when migrating this option. Cc: Marek Vasut Signed-off-by: Tom Rini Reviewed-by: Marek Vasut --- include/configs/omap4_panda.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/omap4_panda.h') diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index 51a3c8c409..e1263b68bc 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -17,7 +17,6 @@ */ /* USB UHH support options */ -#define CONFIG_USB_EHCI_OMAP #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1 -- cgit