blob: 0490fc0284bb18f59a51e29c9ff13ff69d7911e0 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001menu "Composite MTD device drivers"
2 depends on MTD!=n
3
4config MTD_VIRT_CONCAT
5 tristate "Virtual concat MTD device"
6 help
7 This driver allows creation of a virtual MTD concat device, which
8 concatenates multiple underlying MTD devices to a single device.
9 This is required by some SoC boards where multiple memory banks are
10 used as one device with partitions spanning across device boundaries.
11
12endmenu