aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2009-04-17 12:22:35 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-17 09:32:11 -0700
commitd29a2e943867bfa48f72ee6e99723a1b29fe6f7e (patch)
tree55dc18a37c89d1912e28532b03b8c7063a1f55eb /fs/fat
parentsplice: fix new kernel-doc warnings (diff)
downloadlinux-dev-d29a2e943867bfa48f72ee6e99723a1b29fe6f7e.tar.xz
linux-dev-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')
-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.