kernel/drivers/mtd/nand/spi/Kconfig
.. .. @@ -1,7 +1,9 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 menuconfig MTD_SPI_NAND 2 3 tristate "SPI NAND device Support" 3 4 select MTD_NAND_CORE 4 5 depends on SPI_MASTER 5 6 select SPI_MEM 7 + select MTD_NAND_BBT_USING_FLASH6 8 help 7 9 This is the framework for the SPI NAND device drivers.