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/mach-omap2/omap4 | |
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/mach-omap2/omap4')
-rw-r--r-- | arch/arm/mach-omap2/omap4/Kconfig | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/arch/arm/mach-omap2/omap4/Kconfig b/arch/arm/mach-omap2/omap4/Kconfig index 2091dd7815..49adb8ec5b 100644 --- a/arch/arm/mach-omap2/omap4/Kconfig +++ b/arch/arm/mach-omap2/omap4/Kconfig @@ -1,41 +1,5 @@ if OMAP44XX -config SPL_EXT_SUPPORT - default y - -config SPL_FAT_SUPPORT - default y - -config SPL_GPIO_SUPPORT - default y - -config SPL_I2C_SUPPORT - default y - -config SPL_LIBCOMMON_SUPPORT - default y - -config SPL_LIBDISK_SUPPORT - default y - -config SPL_LIBGENERIC_SUPPORT - default y - -config SPL_MMC_SUPPORT - default y - -config SPL_NAND_SUPPORT - default y - -config SPL_POWER_SUPPORT - default y - -config SPL_SERIAL_SUPPORT - default y - -config SPL_DISPLAY_PRINT - default y - choice prompt "OMAP4 board select" optional |