commit | 162efc3b75dc25af44ab7ba80758dbfb0926c9ad | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri May 12 22:33:22 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon May 15 10:40:00 2017 -0400 |
tree | 4bb901cdbaefe589f71e79c1677147826a620b8a | |
parent | fd36c1940408ac9cce3dc58ecb581cd8c3380cea [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>