xref: /openbmc/u-boot/drivers/mtd/Kconfig (revision d85879938d3fc3557f6ff74a60f95e0975a314ce)
1*d8587993SThomas Choumenu "MTD Support"
2*d8587993SThomas Chou
3*d8587993SThomas Chouconfig MTD
4*d8587993SThomas Chou	bool "Enable Driver Model for MTD drivers"
5*d8587993SThomas Chou	depends on DM
6*d8587993SThomas Chou	help
7*d8587993SThomas Chou	  Enable driver model for Memory Technology Devices (MTD), such as
8*d8587993SThomas Chou	  flash, RAM and similar chips, often used for solid state file
9*d8587993SThomas Chou	  systems on embedded devices.
10*d8587993SThomas Chou
11*d8587993SThomas Chouendmenu
12*d8587993SThomas Chou
134b0abf9fSMasahiro Yamadasource "drivers/mtd/nand/Kconfig"
14f94a1bedSSimon Glass
15f94a1bedSSimon Glasssource "drivers/mtd/spi/Kconfig"
16