aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry STRUDEL <thierry.strudel@stericsson.com>2010-06-28 18:07:09 +0200
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:45:48 -0600
commit78f0cdd00cd8b7e603eb15ec5a1e7901bfe01b3c (patch)
tree7a2322f0182467e90db9f6003fc89a753b3b8be1
parent606bae5739781b03c48ea78937ba85889578bdb9 (diff)
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 <jonas.aberg@stericsson.com> Tested-by: Thierry STRUDEL <thierry.strudel@stericsson.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Change-Id: Ibcb42684f003b9535d7317840cce598a6b2e9a36 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2641 Reviewed-by: Thierry STRUDEL <thierry.strudel@stericsson.com>
-rwxr-xr-xarch/arm/configs/sim5500_defconfig5
-rwxr-xr-xarch/arm/configs/sim8500_defconfig5
2 files changed, 8 insertions, 2 deletions
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