| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config ROMFS_FS |
|---|
| 2 | 3 | tristate "ROM file system support" |
|---|
| 3 | 4 | depends on BLOCK || MTD |
|---|
| 4 | | - ---help--- |
|---|
| 5 | + help |
|---|
| 5 | 6 | This is a very small read-only file system mainly intended for |
|---|
| 6 | 7 | initial ram disks of installation disks, but it could be used for |
|---|
| 7 | 8 | other read-only media as well. Read |
|---|
| 8 | | - <file:Documentation/filesystems/romfs.txt> for details. |
|---|
| 9 | + <file:Documentation/filesystems/romfs.rst> for details. |
|---|
| 9 | 10 | |
|---|
| 10 | 11 | To compile this file system support as a module, choose M here: the |
|---|
| 11 | 12 | module will be called romfs. Note that the file system of your |
|---|