diff options
Diffstat (limited to 'fs/romfs/Kconfig')
-rw-r--r-- | fs/romfs/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/romfs/Kconfig b/fs/romfs/Kconfig index ad4c45788896..8eb87008b55a 100644 --- a/fs/romfs/Kconfig +++ b/fs/romfs/Kconfig @@ -2,11 +2,11 @@ config ROMFS_FS tristate "ROM file system support" depends on BLOCK || MTD - ---help--- + help This is a very small read-only file system mainly intended for initial ram disks of installation disks, but it could be used for other read-only media as well. Read - <file:Documentation/filesystems/romfs.txt> for details. + <file:Documentation/filesystems/romfs.rst> for details. To compile this file system support as a module, choose M here: the module will be called romfs. Note that the file system of your |