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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
mtd
/
nand
/
spi
/
Kconfig
blob
da89b250df7c43b44790384c7e1c96b37bff02d6
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
depends on SPI_MASTER
6
select SPI_MEM
7
help
8
This is the framework for the SPI NAND device drivers.