forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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