blob: 1124dada950644c1d4ee03438f66fb78c59f878a (
plain)
1
2
3
4
5
6
7
8
|
menuconfig MTD_SPI_NAND
bool "SPI NAND device Support"
depends on DM_MTD && DM_SPI
select DEVRES
select MTD_NAND_CORE
select SPI_MEM
help
This is the framework for the SPI NAND device drivers.
|