xref: /rk3399_rockchip-uboot/drivers/mtd/nand/spi/Kconfig (revision d079c1a5ed50ce9f1e3b37be5ce4e13edec90bd0)
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	select MTD_NAND_BBT_USING_FLASH
7	help
8	  This is the framework for the SPI NAND device drivers.
9