[linux-yocto] [PATCH 1/3] cfg/fs/vfat: Enable NLS defaults

Tom Zanussi tom.zanussi at linux.intel.com
Fri Jun 24 08:28:40 PDT 2016


VFAT_FS defaults to codepage 437 and iso8559-1, but doesn't enable
the NLS support, so have the feature do it.

Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
---
 cfg/fs/vfat.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cfg/fs/vfat.cfg b/cfg/fs/vfat.cfg
index 18979aa..f0da6af 100644
--- a/cfg/fs/vfat.cfg
+++ b/cfg/fs/vfat.cfg
@@ -1,2 +1,5 @@
 CONFIG_VFAT_FS=y
 
+# VFAT_FS selects these as the default, so they should be enabled
+CONFIG_NLS_CODEPAGE_437=y
+CONFIG_NLS_ISO8859_1=y
-- 
1.9.3



More information about the linux-yocto mailing list