forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
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