summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2020-07-03 08:09:45 -0500
committerTom Rini <trini@konsulko.com>2020-07-28 16:18:10 -0400
commit38791064142776c635fa3279dde4990eaed5fe35 (patch)
tree569ca467d43f06cc15f72584c338a5fef0d3e66c /common
parent0c4a63438cf78b3c9a971347435ce34edbe1658d (diff)
downloadu-boot-38791064142776c635fa3279dde4990eaed5fe35.tar.gz
u-boot-38791064142776c635fa3279dde4990eaed5fe35.tar.xz
u-boot-38791064142776c635fa3279dde4990eaed5fe35.zip
Convert CONFIG_SPL_NAND_BASE et al to Kconfig
This converts the following to Kconfig: CONFIG_SPL_NAND_BASE CONFIG_SPL_NAND_IDENT Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 1a5cf13d9d..dcc1a95139 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -752,6 +752,18 @@ config SPL_NAND_SIMPLE
Support for NAND boot using simple NAND drivers that
expose the cmd_ctrl() interface.
+config SPL_NAND_BASE
+ depends on SPL_NAND_DRIVERS
+ bool "Use Base NAND Driver"
+ help
+ Include nand_base.c in the SPL.
+
+config SPL_NAND_IDENT
+ depends on SPL_NAND_BASE
+ bool "Use chip ID to identify NAND flash"
+ help
+ SPL uses the chip ID list to identify the NAND flash.
+
config SPL_UBI
bool "Support UBI"
help