summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap5/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-03-03 15:33:31 -0500
committerTom Rini <trini@konsulko.com>2017-03-09 19:52:15 -0500
commit9d4f7a311fe9e072d1f9b82e6cf092bf75bf70f5 (patch)
treea9b31c599b4fcc474803ef0efe01336a4f847c46 /arch/arm/mach-omap2/omap5/Kconfig
parent48dce3bfd93f1cd9766bc6afe3c403bef0254bbc (diff)
downloadu-boot-imx-9d4f7a311fe9e072d1f9b82e6cf092bf75bf70f5.zip
u-boot-imx-9d4f7a311fe9e072d1f9b82e6cf092bf75bf70f5.tar.gz
u-boot-imx-9d4f7a311fe9e072d1f9b82e6cf092bf75bf70f5.tar.bz2
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 <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap5/Kconfig')
-rw-r--r--arch/arm/mach-omap2/omap5/Kconfig36
1 files changed, 0 insertions, 36 deletions
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