]> git.sur5r.net Git - u-boot/blob - drivers/mtd/Kconfig
dm: implement a MTD uclass
[u-boot] / 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"