Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) Kconfig (0c1bc6b84525b96aa9fb8f6fbe8c5cb26a5c0ead)
1# SPDX-License-Identifier: GPL-2.0-only
2config ROMFS_FS
3 tristate "ROM file system support"
4 depends on BLOCK || MTD
5 ---help---
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
1# SPDX-License-Identifier: GPL-2.0-only
2config ROMFS_FS
3 tristate "ROM file system support"
4 depends on BLOCK || MTD
5 ---help---
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
9 <file:Documentation/filesystems/romfs.txt> for details.
9 <file:Documentation/filesystems/romfs.rst> for details.
10
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
13 root partition (the one containing the directory /) cannot be a
14 module.
15
16 If you don't know whether you need it, then you don't need it:
17 answer N.

--- 46 unchanged lines hidden ---
10
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
13 root partition (the one containing the directory /) cannot be a
14 module.
15
16 If you don't know whether you need it, then you don't need it:
17 answer N.

--- 46 unchanged lines hidden ---