forked from ~ljy/RK356X_SDK_RELEASE

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