repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
mtd
/
nand
/
spi
/
Kconfig
blob
3d7649a2dd7284e53e8491e83173b114cf31138f
1
# SPDX-License-Identifier: GPL-2.0-only
2
menuconfig MTD_SPI_NAND
3
tristate "SPI NAND device Support"
4
select MTD_NAND_CORE
5
select MTD_NAND_ECC
6
depends on SPI_MASTER
7
select SPI_MEM
8
help
9
This is the framework for the SPI NAND device drivers.