diff options
author | Luc Verhaegen <libv@skynet.be> | 2014-08-02 15:06:30 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-08-18 17:51:18 +0200 |
commit | 9524fa523e10c75750962c4079e6d002d7487280 (patch) | |
tree | 20caba112abbcf86c6755c956bd13b18c5300707 /arch/arm/configs/sunxi_defconfig | |
parent | ARM: sunxi: Add A31 RTC driver to multi_v7_defconfig (diff) | |
download | linux-9524fa523e10c75750962c4079e6d002d7487280.tar.xz linux-9524fa523e10c75750962c4079e6d002d7487280.zip |
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_defconfig | 2 |
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 |