forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/fs/fat/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config FAT_FS
23 tristate
34 select NLS
....@@ -40,7 +41,7 @@
4041 they are compressed; to access compressed MSDOS partitions under
4142 Linux, you can either use the DOS emulator DOSEMU, described in the
4243 DOSEMU-HOWTO, available from
43
- <http://www.tldp.org/docs.html#howto>, or try dmsdosfs in
44
+ <https://www.tldp.org/docs.html#howto>, or try dmsdosfs in
4445 <ftp://ibiblio.org/pub/Linux/system/filesystems/dosfs/>. If you
4546 intend to use dosemu with a non-compressed MSDOS partition, say Y
4647 here) and MSDOS floppies. This means that file access becomes
....@@ -68,7 +69,7 @@
6869
6970 The VFAT support enlarges your kernel by about 10 KB and it only
7071 works if you said Y to the "DOS FAT fs support" above. Please read
71
- the file <file:Documentation/filesystems/vfat.txt> for details. If
72
+ the file <file:Documentation/filesystems/vfat.rst> for details. If
7273 unsure, say Y.
7374
7475 To compile this as a module, choose M here: the module will be called
....@@ -81,7 +82,7 @@
8182 help
8283 This option should be set to the codepage of your FAT filesystems.
8384 It can be overridden with the "codepage" mount option.
84
- See <file:Documentation/filesystems/vfat.txt> for more information.
85
+ See <file:Documentation/filesystems/vfat.rst> for more information.
8586
8687 config FAT_DEFAULT_IOCHARSET
8788 string "Default iocharset for FAT"
....@@ -95,7 +96,7 @@
9596 Note that "utf8" is not recommended for FAT filesystems.
9697 If unsure, you shouldn't set "utf8" here - select the next option
9798 instead if you would like to use UTF-8 encoded file names by default.
98
- See <file:Documentation/filesystems/vfat.txt> for more information.
99
+ See <file:Documentation/filesystems/vfat.rst> for more information.
99100
100101 Enable any character sets you need in File Systems/Native Language
101102 Support.
....@@ -113,4 +114,4 @@
113114
114115 Say Y if you use UTF-8 encoding for file names, N otherwise.
115116
116
- See <file:Documentation/filesystems/vfat.txt> for more information.
117
+ See <file:Documentation/filesystems/vfat.rst> for more information.