forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 958e46acc8e900e8569dd467c1af9b8d2d019394
kernel/fs/ufs/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config UFS_FS
23 tristate "UFS file system support (read only)"
34 depends on BLOCK
....@@ -8,7 +9,7 @@
89 this file system as well. Saying Y here will allow you to read from
910 these partitions; if you also want to write to them, say Y to the
1011 experimental "UFS file system write support", below. Please read the
11
- file <file:Documentation/filesystems/ufs.txt> for more information.
12
+ file <file:Documentation/admin-guide/ufs.rst> for more information.
1213
1314 The recently released UFS2 variant (used in FreeBSD 5.x) is
1415 READ-ONLY supported.