mtd: nand: spi: select MTD_NAND_BBT_USING_FLASH
Change-Id: I41a287ab79886982a5f12815afce0641fa641b45 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
parent
53bfae0392
commit
29f0ea3bb6
|
|
@ -3,5 +3,6 @@ menuconfig MTD_SPI_NAND
|
||||||
depends on MTD && DM_SPI
|
depends on MTD && DM_SPI
|
||||||
select MTD_NAND_CORE
|
select MTD_NAND_CORE
|
||||||
select SPI_MEM
|
select SPI_MEM
|
||||||
|
select MTD_NAND_BBT_USING_FLASH
|
||||||
help
|
help
|
||||||
This is the framework for the SPI NAND device drivers.
|
This is the framework for the SPI NAND device drivers.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue