1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 08:12:06 +02:00

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>
This commit is contained in:
Adam Ford
2020-07-03 08:09:44 -05:00
committed by Tom Rini
parent e91907a146
commit 0c4a63438c
87 changed files with 142 additions and 72 deletions

View File

@@ -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