From d3d078f17149b3f37390d0be0ba62bf39dae29c0 Mon Sep 17 00:00:00 2001 From: Inki Dae Date: Wed, 27 Sep 2017 17:41:16 +0900 Subject: [PATCH] ARM64: tizen_bcmrpi3_defconfig: support Western european languages Add Western european language support. This language support is required for mounting vfat filesystem with default language set on USB storage. Change-Id: Ibf479d540a0df8502cae5af0dc242b1cdce3d6c8 Signed-off-by: Inki Dae --- arch/arm64/configs/tizen_bcmrpi3_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index 1320b34..d5b383c 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -3543,7 +3543,7 @@ CONFIG_NLS_CODEPAGE_437=y # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set CONFIG_NLS_ASCII=y -# CONFIG_NLS_ISO8859_1 is not set +CONFIG_NLS_ISO8859_1=y # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set -- 2.7.4