[PATCH 3/3] ARM: vexpress_defconfig: Enable ext4 filesystem
Fathi Boudra
fathi.boudra at linaro.org
Tue Aug 20 17:02:43 EDT 2013
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 at linaro.org>
---
arch/arm/configs/vexpress_defconfig | 1 +
1 file changed, 1 insertion(+)
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
--
1.8.1.2
More information about the linux-arm-kernel
mailing list