aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuodong Xu <guodong.xu@linaro.org>2014-04-29 12:20:51 +0800
committerGuodong Xu <guodong.xu@linaro.org>2014-04-29 12:20:51 +0800
commit1bf0acd221920c81c3fde107bb8a7fc07ae89788 (patch)
treed10413690e990c40e102e758de2cdcabfac8e287
parent17a4007e1cfa02f19bc621ef3d246c122410b824 (diff)
CONFIG: enable VFAT supporttracking-hilt-efi-stub
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
-rw-r--r--arch/arm/configs/hip04_defconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/configs/hip04_defconfig b/arch/arm/configs/hip04_defconfig
index e65a0ac0d895..ce6617825a45 100644
--- a/arch/arm/configs/hip04_defconfig
+++ b/arch/arm/configs/hip04_defconfig
@@ -66,3 +66,18 @@ CONFIG_EFI_VARS=y
CONFIG_UEFI_PARAMS_FROM_FDT=y
CONFIG_EFI=y
CONFIG_EFI_STUB=y
+#
+# DOS/FAT/NT Filesystems
+#
+CONFIG_FAT_FS=y
+CONFIG_MSDOS_FS=y
+CONFIG_VFAT_FS=y
+CONFIG_FAT_DEFAULT_CODEPAGE=437
+CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
+CONFIG_NTFS_FS=y
+CONFIG_NTFS_DEBUG=y
+CONFIG_NTFS_RW=y
+CONFIG_NLS=y
+CONFIG_NLS_DEFAULT="iso8859-1"
+CONFIG_NLS_CODEPAGE_437=y
+CONFIG_NLS_ISO8859_1=y