summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 3c2af453ab..f6e4bcc6b2 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -916,6 +916,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