From 68ccab51936d92551e3e65944af172ad64ca2ca9 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 12 May 2017 22:33:22 -0400 Subject: omap3: Migrate CONFIG_OMAP3_GPIO_X to Kconfig The symbols CONFIG_OMAP3_GPIO_X control if we enable the clocks for a given GPIO bank in U-Boot. select the required banks for each target. In some cases we need to also migrate from CONFIG_USB_EHCI (deprecated, in include/configs/) to CONFIG_USB_EHCI_HCD as we only require the GPIO bank to be enabled if USB is also enabled. Signed-off-by: Tom Rini --- include/configs/cm_t3517.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/configs/cm_t3517.h') diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h index 2fed3124f7..d157f24056 100644 --- a/include/configs/cm_t3517.h +++ b/include/configs/cm_t3517.h @@ -247,14 +247,7 @@ /* Status LED */ #define GREEN_LED_GPIO 186 /* CM-T3517 Green LED is GPIO186 */ -/* GPIO banks */ -#ifdef CONFIG_LED_STATUS -#define CONFIG_OMAP3_GPIO_6 /* GPIO186 is in GPIO bank 6 */ -#endif - /* Display Configuration */ -#define CONFIG_OMAP3_GPIO_2 -#define CONFIG_OMAP3_GPIO_5 #define CONFIG_VIDEO_OMAP3 #define LCD_BPP LCD_COLOR16 -- cgit v1.2.1