Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kconfig « nand « mtd « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9033215e62ea001b1b39ef02b5e0258115b7875f (plain)
1
2
3
4
5
6
7
config MTD_NAND_CORE
	tristate

source "drivers/mtd/nand/onenand/Kconfig"

source "drivers/mtd/nand/raw/Kconfig"
source "drivers/mtd/nand/spi/Kconfig"