From d6b9bd892338357ba8cca41cc971eccccf5dcf4d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:48 -0600 Subject: Convert CONFIG_SPL_NAND_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/omap3/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/cpu/armv7/omap3') diff --git a/arch/arm/cpu/armv7/omap3/Kconfig b/arch/arm/cpu/armv7/omap3/Kconfig index 48b596a898..98056b1543 100644 --- a/arch/arm/cpu/armv7/omap3/Kconfig +++ b/arch/arm/cpu/armv7/omap3/Kconfig @@ -24,6 +24,9 @@ config SPL_LIBGENERIC_SUPPORT config SPL_MMC_SUPPORT default y +config SPL_NAND_SUPPORT + default y + choice prompt "OMAP3 board select" optional -- cgit