Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
61d32fb92c0ddef27fb169a2f5924af548a75d9e
/
.
/
drivers
/
mtd
/
nand
/
spi
/
Kconfig
blob: 0777dfdf0a7028fd815b57bedc539e153d47caa5 [
file
] [
log
] [
blame
]
menuconfig MTD_SPI_NAND
bool
"SPI NAND device Support"
depends on DM_MTD
&&
DM_SPI
select
MTD_NAND_CORE
select
SPI_MEM
help
This
is
the framework
for
the SPI NAND device drivers
.