mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
8 lines
184 B
Text
8 lines
184 B
Text
|
menuconfig MTD_SPI_NAND
|
||
|
bool "SPI NAND device Support"
|
||
|
depends on MTD && DM_SPI
|
||
|
select MTD_NAND_CORE
|
||
|
select SPI_MEM
|
||
|
help
|
||
|
This is the framework for the SPI NAND device drivers.
|