9c5560bfce
Support storing ram BBT into flash. Change-Id: I42c2e91779e5385d959a4ce3807006074ae17483 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
29 lines
545 B
Plaintext
29 lines
545 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
menu "NAND"
|
|
|
|
config MTD_NAND_CORE
|
|
tristate
|
|
|
|
source "drivers/mtd/nand/onenand/Kconfig"
|
|
source "drivers/mtd/nand/raw/Kconfig"
|
|
source "drivers/mtd/nand/spi/Kconfig"
|
|
|
|
menu "ECC engine support"
|
|
|
|
config MTD_NAND_ECC
|
|
bool
|
|
depends on MTD_NAND_CORE
|
|
|
|
config MTD_NAND_BBT_USING_FLASH
|
|
bool "Mtd Nand BBT using flash management strategy"
|
|
depends on MTD_NAND_CORE
|
|
help
|
|
This is a simple flash BBT management strategy for Nand devices.
|
|
|
|
Say Y when you want to use BBT in flash.
|
|
|
|
endmenu
|
|
|
|
endmenu
|