xref: /openbmc/linux/drivers/mtd/nand/spi/Kconfig (revision f97cee494dc92395a668445bcd24d34c89f4ff8c)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig MTD_SPI_NAND
3	tristate "SPI NAND device Support"
4	select MTD_NAND_CORE
5	depends on SPI_MASTER
6	select SPI_MEM
7	help
8	  This is the framework for the SPI NAND device drivers.
9