summaryrefslogtreecommitdiff
path: root/include/configs/tam3517-common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-05-12 22:33:22 -0400
committerTom Rini <trini@konsulko.com>2017-05-15 10:40:00 -0400
commit68ccab51936d92551e3e65944af172ad64ca2ca9 (patch)
tree4bb901cdbaefe589f71e79c1677147826a620b8a /include/configs/tam3517-common.h
parent29cb2b3b903ce12e7abc2fc9a8cfb12a0be36852 (diff)
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 <trini@konsulko.com>
Diffstat (limited to 'include/configs/tam3517-common.h')
-rw-r--r--include/configs/tam3517-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h
index 84d59077ed..9dfda1e038 100644
--- a/include/configs/tam3517-common.h
+++ b/include/configs/tam3517-common.h
@@ -67,8 +67,6 @@
#define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\
115200}
/* EHCI */
-#define CONFIG_OMAP3_GPIO_5
-#define CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_OMAP
#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 25
#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3