From 78f0cdd00cd8b7e603eb15ec5a1e7901bfe01b3c Mon Sep 17 00:00:00 2001 From: Thierry STRUDEL Date: Mon, 28 Jun 2010 18:07:09 +0200 Subject: SVP: enabling support for EXT3 FS Enabling EXT3 FS support for both u8500 and u5500 simulation platforms. Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2044 Reviewed-by: Jonas ABERG Tested-by: Thierry STRUDEL Signed-off-by: Mian Yousaf Kaukab Change-Id: Ibcb42684f003b9535d7317840cce598a6b2e9a36 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2641 Reviewed-by: Thierry STRUDEL --- arch/arm/configs/sim5500_defconfig | 5 ++++- arch/arm/configs/sim8500_defconfig | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/arm/configs/sim5500_defconfig b/arch/arm/configs/sim5500_defconfig index 186e725f714..96077887d96 100755 --- a/arch/arm/configs/sim5500_defconfig +++ b/arch/arm/configs/sim5500_defconfig @@ -937,7 +937,10 @@ CONFIG_RTC_LIB=y CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set -# CONFIG_EXT3_FS is not set +CONFIG_EXT3_FS=y +CONFIG_EXT3_FS_XATTR=y +CONFIG_EXT3_FS_POSIX_ACL=y +# CONFIG_EXT3_FS_SECURITY is not set # CONFIG_EXT4_FS is not set # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set diff --git a/arch/arm/configs/sim8500_defconfig b/arch/arm/configs/sim8500_defconfig index 0d929e9bc53..f7d7c2f0c52 100755 --- a/arch/arm/configs/sim8500_defconfig +++ b/arch/arm/configs/sim8500_defconfig @@ -914,7 +914,10 @@ CONFIG_RTC_LIB=y CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set -# CONFIG_EXT3_FS is not set +CONFIG_EXT3_FS=y +CONFIG_EXT3_FS_XATTR=y +CONFIG_EXT3_FS_POSIX_ACL=y +# CONFIG_EXT3_FS_SECURITY is not set # CONFIG_EXT4_FS is not set # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set -- cgit v1.2.3