xref: /openbmc/u-boot/drivers/mtd/Kconfig (revision d85879938d3fc3557f6ff74a60f95e0975a314ce)
1menu "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
13source "drivers/mtd/nand/Kconfig"
14
15source "drivers/mtd/spi/Kconfig"
16