diff options
author | Tom Rini <trini@konsulko.com> | 2017-03-03 15:33:33 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-09 19:52:16 -0500 |
commit | 0f12f10117fe48a50da2ececa53dc7e3bac44d8d (patch) | |
tree | 5b0dc6344c971f6d71760e01ed8b5329c760cb36 /arch/arm/Kconfig | |
parent | 7551dcf980f09751fe00cc19cbd21c5da73b0ad6 (diff) |
omap4: Migrate to using imply
Move the default y options under arch/arm/mach-omap2/omap4/Kconfig to be
using imply instead in arch/arm/Kconfig
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index afb49fe5e5..7022e2af84 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -586,6 +586,18 @@ config OMAP44XX bool "OMAP44XX SoC" select ARCH_OMAP2 select USE_TINY_PRINTF + imply SPL_DISPLAY_PRINT + imply SPL_EXT_SUPPORT + imply SPL_FAT_SUPPORT + imply SPL_GPIO_SUPPORT + imply SPL_I2C_SUPPORT + imply SPL_LIBCOMMON_SUPPORT + imply SPL_LIBDISK_SUPPORT + imply SPL_LIBGENERIC_SUPPORT + imply SPL_MMC_SUPPORT + imply SPL_NAND_SUPPORT + imply SPL_POWER_SUPPORT + imply SPL_SERIAL_SUPPORT config OMAP54XX bool "OMAP54XX SoC" |