blob: 23dff48f081eb99ca109ebac49330dbebed4f8e6 [file] [log] [blame]
Thomas Choud8587992015-11-07 14:20:31 +08001menu "MTD Support"
2
3config MTD
4 bool "Enable Driver Model for MTD drivers"
5 depends on DM
6 help
7 Enable driver model for Memory Technology Devices (MTD), such as
8 flash, RAM and similar chips, often used for solid state file
9 systems on embedded devices.
10
11endmenu
12
Masahiro Yamada4b0abf92014-10-03 19:21:03 +090013source "drivers/mtd/nand/Kconfig"
Simon Glassf94a1be2015-02-05 21:41:35 -070014
15source "drivers/mtd/spi/Kconfig"