mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 11:46:44 +07:00
7529df4652
Add a SPI NAND framework based on the generic NAND framework and the spi-mem infrastructure. In its current state, this framework supports the following features: - single/dual/quad IO modes - on-die ECC Signed-off-by: Peter Pan <peterpandong@micron.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
menuconfig MTD_SPI_NAND
|
|
tristate "SPI NAND device Support"
|
|
select MTD_NAND_CORE
|
|
depends on SPI_MASTER
|
|
select SPI_MEM
|
|
help
|
|
This is the framework for the SPI NAND device drivers.
|