xref: /OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyunmenuconfig MTD_SPI_NAND
3*4882a593Smuzhiyun	tristate "SPI NAND device Support"
4*4882a593Smuzhiyun	select MTD_NAND_CORE
5*4882a593Smuzhiyun	depends on SPI_MASTER
6*4882a593Smuzhiyun	select SPI_MEM
7*4882a593Smuzhiyun	select MTD_NAND_BBT_USING_FLASH
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  This is the framework for the SPI NAND device drivers.
10