From: Alan Cox Date: Fri, 17 Apr 2009 11:22:35 +0000 (+0100) Subject: vfat: Note the NLS requirement X-Git-Tag: firefly_0821_release~14431 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d29a2e943867bfa48f72ee6e99723a1b29fe6f7e;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Linus Torvalds --- 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 for more information. + + Enable any character sets you need in File Systems/Native Language + Support.