summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2020-07-03 08:09:44 -0500
committerTom Rini <trini@konsulko.com>2020-07-28 16:18:10 -0400
commit0c4a63438cf78b3c9a971347435ce34edbe1658d (patch)
tree41d17d1b8f47f50f4860d87c39732c096ad9b3b4 /common
parente91907a1464e5b79673c37f46dcb76d3c5b7c0c7 (diff)
Convert CONFIG_SPL_NAND_DRIVERS et al to Kconfig
This converts the following to Kconfig: CONFIG_SPL_NAND_DRIVERS CONFIG_SPL_NAND_ECC CONFIG_SPL_NAND_SIMPLE Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index d09e52e88b..1a5cf13d9d 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -738,6 +738,20 @@ config SPL_NAND_SUPPORT
This enables the drivers in drivers/mtd/nand/raw as part of an SPL
build.
+config SPL_NAND_DRIVERS
+ bool "Use standard NAND driver"
+ help
+ SPL uses normal NAND drivers, not minimal drivers.
+
+config SPL_NAND_ECC
+ bool "Include standard software ECC in the SPL"
+
+config SPL_NAND_SIMPLE
+ bool "Support simple NAND drivers in SPL"
+ help
+ Support for NAND boot using simple NAND drivers that
+ expose the cmd_ctrl() interface.
+
config SPL_UBI
bool "Support UBI"
help