forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/fs/ntfs/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config NTFS_FS
23 tristate "NTFS file system support"
34 select NLS
....@@ -17,7 +18,7 @@
1718 the Linux 2.4 kernel series is separately available as a patch
1819 from the project web site.
1920
20
- For more information see <file:Documentation/filesystems/ntfs.txt>
21
+ For more information see <file:Documentation/filesystems/ntfs.rst>
2122 and <http://www.linux-ntfs.org/>.
2223
2324 To compile this file system support as a module, choose M here: the