Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
# 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