xref: /openbmc/linux/drivers/mtd/nand/spi/Kconfig (revision 2e6ae11dd0d1c37f44cec51a58fb2092e55ed0f5)
1menuconfig MTD_SPI_NAND
2	tristate "SPI NAND device Support"
3	select MTD_NAND_CORE
4	depends on SPI_MASTER
5	select SPI_MEM
6	help
7	  This is the framework for the SPI NAND device drivers.
8