10 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menuconfig MTD_SPI_NAND3 tristate "SPI NAND device Support"4 select MTD_NAND_CORE5 select MTD_NAND_ECC6 depends on SPI_MASTER7 select SPI_MEM8 help9 This is the framework for the SPI NAND device drivers.10