diff options
author | Nikhil Badola <nikhil.badola@freescale.com> | 2014-08-25 15:10:05 +0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-09-04 03:50:11 +0400 |
commit | 7b0e6d6f6de5916aee2a972a4e3a622009b9743a (patch) | |
tree | 29a2af9277f9f26a92d97f801d1bb4a81644ad5a /arch/powerpc/configs/mpc85xx_smp_defconfig | |
parent | 26ae4980b5e4739af93543a147facb421fb78ae8 (diff) | |
download | linux-7b0e6d6f6de5916aee2a972a4e3a622009b9743a.tar.xz |
powerpc: configs: Add VFAT file-system configs
Add CONFIG_NLS_CODEPAGE_437, CONFIG_NLS_CODEPAGE_850,
CONFIG_NLS_ISO8859_1 in default configs for 85xx
and 86xx socs. Required for mounting vfat file-systems
on USB devices
Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/configs/mpc85xx_smp_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc85xx_smp_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc85xx_smp_defconfig b/arch/powerpc/configs/mpc85xx_smp_defconfig index 0b452ebd8b3d..a3003b2e29f8 100644 --- a/arch/powerpc/configs/mpc85xx_smp_defconfig +++ b/arch/powerpc/configs/mpc85xx_smp_defconfig @@ -228,6 +228,9 @@ CONFIG_UDF_FS=m CONFIG_MSDOS_FS=m CONFIG_VFAT_FS=y CONFIG_NTFS_FS=y +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_CODEPAGE_850=y +CONFIG_NLS_ISO8859_1=y CONFIG_PROC_KCORE=y CONFIG_TMPFS=y CONFIG_HUGETLBFS=y |