linux-stable/drivers/mtd/nand/Kconfig
Boris Brezillon 9c3736a3de mtd: nand: Add core infrastructure to deal with NAND devices
Add an intermediate layer to abstract NAND device interface so that
some logic can be shared between SPI NANDs, parallel/raw NANDs,
OneNANDs, ...

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
2018-02-16 10:10:53 +01:00

4 lines
70 B
Text

config MTD_NAND_CORE
tristate
source "drivers/mtd/nand/raw/Kconfig"