From 9d4f7a311fe9e072d1f9b82e6cf092bf75bf70f5 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 3 Mar 2017 15:33:31 -0500 Subject: TI: Migrate board/ti/common/Kconfig to imply The option that we had set in board/ti/common/Kconfig as default y are best done with imply under the appropriate main Kconfig option instead. Signed-off-by: Tom Rini --- arch/arm/mach-omap2/omap5/Kconfig | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'arch/arm/mach-omap2/omap5/Kconfig') diff --git a/arch/arm/mach-omap2/omap5/Kconfig b/arch/arm/mach-omap2/omap5/Kconfig index c5edc7c..4041adc 100644 --- a/arch/arm/mach-omap2/omap5/Kconfig +++ b/arch/arm/mach-omap2/omap5/Kconfig @@ -1,41 +1,5 @@ if OMAP54XX -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 "OMAP5 board select" optional -- cgit v1.1