23dff48f081eb99ca109ebac49330dbebed4f8e6
[oweals/u-boot.git] / drivers / mtd / Kconfig
1 menu "MTD Support"
2
3 config 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
11 endmenu
12
13 source "drivers/mtd/nand/Kconfig"
14
15 source "drivers/mtd/spi/Kconfig"