diff mbox

[3/3] ARM: vexpress_defconfig: Enable ext4 filesystem

Message ID 1377032563-4502-4-git-send-email-fathi.boudra@linaro.org
State New
Headers show

Commit Message

Fathi Boudra Aug. 20, 2013, 9:02 p.m. UTC
An ext4 partition could be used to store the root file system.
The kernel need to have built-in support for ext4 to be able to mount
the VFS root on boot.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
---
 arch/arm/configs/vexpress_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig
index c2f7ca1..e9ab454 100644
--- a/arch/arm/configs/vexpress_defconfig
+++ b/arch/arm/configs/vexpress_defconfig
@@ -119,6 +119,7 @@  CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
 # CONFIG_EXT3_FS_XATTR is not set
+CONFIG_EXT4_FS=y
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
 CONFIG_JFFS2_FS=y