diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:48 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:14 -0400 |
commit | d6b9bd892338357ba8cca41cc971eccccf5dcf4d (patch) | |
tree | 03a369d947a67986b036f3fbc3b37ef78c2c597f /arch/arm/cpu/armv7/omap3 | |
parent | 2fa08508773a1aada8025333b009fe5fde80d831 (diff) |
Convert CONFIG_SPL_NAND_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/cpu/armv7/omap3')
-rw-r--r-- | arch/arm/cpu/armv7/omap3/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |