xref: /rk3399_rockchip-uboot/drivers/mtd/nand/spi/Kconfig (revision d1ffb5dd4317afb75fe2c8f8c0bfe2b996bb28f7)
1menuconfig MTD_SPI_NAND
2	bool "SPI NAND device Support"
3	depends on MTD && DM_SPI
4	select MTD_NAND_CORE
5	select SPI_MEM
6	help
7	  This is the framework for the SPI NAND device drivers.
8