Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
0a6d6bae03864938f073cc114992c40f2338a155
/
.
/
drivers
/
mtd
/
nand
/
spi
/
Kconfig
blob: 2197cb531f3def964ead98acd1cd2403f5d39eb7 [
file
] [
log
] [
blame
]
Peter Pan
0a6d6ba
2018-08-16 17:30:12 +0200
[
diff
] [
blame^
]
1
menuconfig MTD_SPI_NAND
2
bool
"SPI NAND device Support"
3
depends on MTD
&&
DM_SPI
4
select
MTD_NAND_CORE
5
select
SPI_MEM
6
help
7
This
is
the framework
for
the SPI NAND device drivers
.