summaryrefslogtreecommitdiff
path: root/common/spl/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/spl/Kconfig')
-rw-r--r--common/spl/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index d8086bd9e8..33bf9bb450 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -778,6 +778,12 @@ config SPL_NAND_IDENT
help
SPL uses the chip ID list to identify the NAND flash.
+config SPL_NAND_SPI_SUPPORT
+ bool "Support loading from SPI NAND flash"
+ depends on SPL_MTD_LOAD
+ help
+ Enable support for SPI NAND Flash in SPL.
+
config SPL_UBI
bool "Support UBI"
help