summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyong Bin Kim <hyongbink@nvidia.com>2013-12-20 20:30:54 +0900
committerHarry Hong <hhong@nvidia.com>2013-12-23 20:26:04 -0800
commit1aedb7a6d53bc80f741310b062f6aea72a03d197 (patch)
tree195ca7e74e41221b48a1152635b1d9772f8036ad
parent9c67a22f15e06b1126fed48362e3b79f3d025729 (diff)
tegratab: config: set nls default to utf8daily-2014.01.08.0_rel-tegranote-r3-partner
For support Unicode file name with NTFS filesystem format, add NLS UTF8 defconfig. Bug 1425034 Change-Id: I5e50778cbd39b858a28ad3a95b5ab025d13e2076 Signed-off-by: Hyong Bin Kim <hyongbink@nvidia.com> (cherry picked from commit c102a66583fb30b4c7f1c1bba950dafa26cca49c) Reviewed-on: http://git-master/r/348669 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: David Pu <dpu@nvidia.com> Reviewed-by: Harry Hong <hhong@nvidia.com>
-rw-r--r--arch/arm/configs/tegra_tegratab_android_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_tegratab_android_defconfig b/arch/arm/configs/tegra_tegratab_android_defconfig
index 5d241522bfff..e381568cb428 100644
--- a/arch/arm/configs/tegra_tegratab_android_defconfig
+++ b/arch/arm/configs/tegra_tegratab_android_defconfig
@@ -552,8 +552,10 @@ CONFIG_NTFS_FS=y
CONFIG_TMPFS=y
CONFIG_NFS_FS=y
CONFIG_ROOT_NFS=y
+CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
+CONFIG_NLS_UTF8=y
CONFIG_PRINTK_TIME=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_SECTION_MISMATCH=y