From edd1653f04b3fae7e377be5f89e592f2b6266426 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 11 Aug 2017 08:51:20 -0500 Subject: Convert CONFIG_SPL_OMAP3_ID_NAND to Kconfig This converts the following to Kconfig: CONFIG_SPL_OMAP3_ID_NAND Signed-off-by: Adam Ford Reviewed-by: Simon Glass --- arch/arm/mach-omap2/omap3/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/arm/mach-omap2/omap3/Kconfig') diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig index 7b298d6..b90cade 100644 --- a/arch/arm/mach-omap2/omap3/Kconfig +++ b/arch/arm/mach-omap2/omap3/Kconfig @@ -149,6 +149,12 @@ config TARGET_SNIPER endchoice +config SPL_OMAP3_ID_NAND + bool "Support OMAP3-specific ID and MFR function" + help + Support for an OMAP3-specific set of functions to return the + ID and MFR of the first attached NAND chip, if present. + config SYS_SOC default "omap3" -- cgit v1.1