summaryrefslogtreecommitdiff
path: root/arch/arm/configs/sunxi_defconfig
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2014-08-02 15:06:30 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-08-18 17:51:18 +0200
commit9524fa523e10c75750962c4079e6d002d7487280 (patch)
tree20caba112abbcf86c6755c956bd13b18c5300707 /arch/arm/configs/sunxi_defconfig
parent60fbce7f29ec8106c86e7ef74dacd5c9be3d4284 (diff)
ARM: sunxi_defconfig: add NLS_CODEPAGE_437 and NLS_ISO8859_1
Otherwise CONFIG_VFAT_FS is useless as mounting vfat fails. Signed-off-by: Luc Verhaegen <libv@skynet.be> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/configs/sunxi_defconfig')
-rw-r--r--arch/arm/configs/sunxi_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 0abc2abb316d..6c037f956e36 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -104,5 +104,7 @@ CONFIG_NFS_FS=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_ROOT_NFS=y
+CONFIG_NLS_CODEPAGE_437=y
+CONFIG_NLS_ISO8859_1=y
CONFIG_PRINTK_TIME=y
CONFIG_DEBUG_FS=y