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

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>
This commit is contained in:
Adam Ford
2020-07-03 08:09:45 -05:00
committed by Tom Rini
parent 0c4a63438c
commit 3879106414
85 changed files with 69 additions and 40 deletions

View File

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