summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Kconfig
blob: 23dff48f081eb99ca109ebac49330dbebed4f8e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
menu "MTD Support"

config MTD
	bool "Enable Driver Model for MTD drivers"
	depends on DM
	help
	  Enable driver model for Memory Technology Devices (MTD), such as
	  flash, RAM and similar chips, often used for solid state file
	  systems on embedded devices.

endmenu

source "drivers/mtd/nand/Kconfig"

source "drivers/mtd/spi/Kconfig"
OpenPOWER on IntegriCloud