diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-12 22:33:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-15 10:40:00 -0400 |
commit | 68ccab51936d92551e3e65944af172ad64ca2ca9 (patch) | |
tree | 4bb901cdbaefe589f71e79c1677147826a620b8a /configs/mcx_defconfig | |
parent | 29cb2b3b903ce12e7abc2fc9a8cfb12a0be36852 (diff) | |
download | u-boot-68ccab51936d92551e3e65944af172ad64ca2ca9.tar.gz |
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 'configs/mcx_defconfig')
-rw-r--r-- | configs/mcx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mcx_defconfig b/configs/mcx_defconfig index 3cc1a2ba14..349df80f05 100644 --- a/configs/mcx_defconfig +++ b/configs/mcx_defconfig @@ -33,6 +33,7 @@ CONFIG_CMD_UBI=y CONFIG_MMC_OMAP_HS=y CONFIG_SYS_NS16550=y CONFIG_USB=y +CONFIG_USB_EHCI_HCD=y CONFIG_USB_ULPI_VIEWPORT_OMAP=y CONFIG_USB_ULPI=y CONFIG_USB_STORAGE=y |