summaryrefslogtreecommitdiffstats
path: root/fs/fat/Kconfig
diff options
context:
space:
mode:
authorAlan Cox2009-04-17 13:22:35 +0200
committerLinus Torvalds2009-04-17 18:32:11 +0200
commitd29a2e943867bfa48f72ee6e99723a1b29fe6f7e (patch)
tree55dc18a37c89d1912e28532b03b8c7063a1f55eb /fs/fat/Kconfig
parentsplice: fix new kernel-doc warnings (diff)
downloadkernel-qcow2-linux-d29a2e943867bfa48f72ee6e99723a1b29fe6f7e.tar.gz
kernel-qcow2-linux-d29a2e943867bfa48f72ee6e99723a1b29fe6f7e.tar.xz
kernel-qcow2-linux-d29a2e943867bfa48f72ee6e99723a1b29fe6f7e.zip
vfat: Note the NLS requirement
Close bug #4754. Stop people getting into a situation where they can't get their FAT filesystems to mount as they expect. Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/fat/Kconfig')
-rw-r--r--fs/fat/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/fat/Kconfig b/fs/fat/Kconfig
index d0a69ff25375..182f9ffe2b51 100644
--- a/fs/fat/Kconfig
+++ b/fs/fat/Kconfig
@@ -95,3 +95,6 @@ config FAT_DEFAULT_IOCHARSET
Note that "utf8" is not recommended for FAT filesystems.
If unsure, you shouldn't set "utf8" here.
See <file:Documentation/filesystems/vfat.txt> for more information.
+
+ Enable any character sets you need in File Systems/Native Language
+ Support.