xref: /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig (revision 258d2dcb26879538abc00fc64a8a34c45c046465)
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