diff mbox

ARM: sunxi_defconfig: add NLS_CODEPAGE_437 and NLS_ISO8859_1

Message ID 1406984790-16994-1-git-send-email-libv@skynet.be (mailing list archive)
State New, archived
Headers show

Commit Message

Luc Verhaegen Aug. 2, 2014, 1:06 p.m. UTC
Otherwise CONFIG_VFAT_FS is useless as mounting vfat fails.

Signed-off-by: Luc Verhaegen <libv@skynet.be>
---
 arch/arm/configs/sunxi_defconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Maxime Ripard Aug. 3, 2014, 11:56 a.m. UTC | #1
Hi

On Sat, Aug 02, 2014 at 03:06:30PM +0200, Luc Verhaegen wrote:
> Otherwise CONFIG_VFAT_FS is useless as mounting vfat fails.
> 
> Signed-off-by: Luc Verhaegen <libv@skynet.be>

Queued for 3.18.

Since we're pretty much at the beginning of the merge window, I'll
publish the branch whenever -rc1 will be out in order to avoid
rebasing.

Thanks!
Maxime
diff mbox

Patch

diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 7209bfd..4532059 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -103,5 +103,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