hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/mtd/nand/spi/Kconfig
....@@ -1,7 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menuconfig MTD_SPI_NAND
23 tristate "SPI NAND device Support"
34 select MTD_NAND_CORE
45 depends on SPI_MASTER
56 select SPI_MEM
7
+ select MTD_NAND_BBT_USING_FLASH
68 help
79 This is the framework for the SPI NAND device drivers.