Lines Matching +full:system +full:- +full:on +full:- +full:module
1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "ROM file system support"
4 depends on BLOCK || MTD
6 This is a very small read-only file system mainly intended for
8 other read-only media as well. Read
11 To compile this file system support as a module, choose M here: the
12 module will be called romfs. Note that the file system of your
14 module.
24 depends on ROMFS_FS
30 bool "Block device-backed ROM file system support"
31 depends on BLOCK
40 bool "MTD-backed ROM file system support"
41 depends on MTD=y || (ROMFS_FS=m && MTD)
53 depends on BLOCK && (MTD=y || (ROMFS_FS=m && MTD))