Lines Matching +full:mtd +full:- +full:ram
1 # SPDX-License-Identifier: GPL-2.0-only
4 depends on BLOCK || MTD
6 This is a very small read-only file system mainly intended for
7 initial ram disks of installation disks, but it could be used for
8 other read-only media as well. Read
30 bool "Block device-backed ROM file system support"
40 bool "MTD-backed ROM file system support"
41 depends on MTD=y || (ROMFS_FS=m && MTD)
43 This permits ROMFS to use MTD based devices directly, without the
45 also allows direct mapping of MTD devices through romfs files under
53 depends on BLOCK && (MTD=y || (ROMFS_FS=m && MTD))