xref: /OK3568_Linux_fs/u-boot/drivers/mtd/nand/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config MTD_NAND_CORE
2	tristate
3
4config MTD_NAND_BBT_USING_FLASH
5	bool "Mtd Nand BBT using flash management strategy"
6	default n
7	help
8	  This is a simple flash BBT management strategy for Nand devices.
9
10	  Say Y when you want to use BBT in flash.
11
12source "drivers/mtd/nand/raw/Kconfig"
13
14source "drivers/mtd/nand/spi/Kconfig"
15