diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2009-04-17 12:22:35 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-17 09:32:11 -0700 |
commit | d29a2e943867bfa48f72ee6e99723a1b29fe6f7e (patch) | |
tree | 55dc18a37c89d1912e28532b03b8c7063a1f55eb /fs/fat | |
parent | b80901bbf599553f483b9509f2dce416b938aae8 (diff) | |
download | linux-3.10-d29a2e943867bfa48f72ee6e99723a1b29fe6f7e.tar.gz linux-3.10-d29a2e943867bfa48f72ee6e99723a1b29fe6f7e.tar.bz2 linux-3.10-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/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/fat/Kconfig b/fs/fat/Kconfig index d0a69ff2537..182f9ffe2b5 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. |