summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-01-19 16:19:56 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-05-17 09:35:14 +0530
commit465436299b62cfeea4f795715b1e0a91efd9671c (patch)
tree7ea280d8890e3e8d42b2bb7b9b8c6569167e318d
parent733cec6129950f3d1dba78db153e1c4f97e8f931 (diff)
downloadlinux-topics-465436299b62cfeea4f795715b1e0a91efd9671c.tar.gz
CONFIG: ORIGEN: Enable ext3 and ext4 filesystem support
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/configs/exynos4_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/exynos4_defconfig b/arch/arm/configs/exynos4_defconfig
index 48ed5ab0073..bf84b362e36 100644
--- a/arch/arm/configs/exynos4_defconfig
+++ b/arch/arm/configs/exynos4_defconfig
@@ -42,6 +42,8 @@ CONFIG_I2C=y
# CONFIG_HID_SUPPORT is not set
# CONFIG_USB_SUPPORT is not set
CONFIG_EXT2_FS=y
+CONFIG_EXT3_FS=y
+CONFIG_EXT4_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_TMPFS=y