Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
2a74930da57f6fbe3c24509f1d481f435acd2356
/
.
/
drivers
/
mtd
/
nand
/
spi
/
Kconfig
blob: 2197cb531f3def964ead98acd1cd2403f5d39eb7 [
file
] [
log
] [
blame
]
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
.