]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm: imx_v6_v7_defconfig: enable ext4 directly
authorAndreas Kemnade <andreas@kemnade.info>
Mon, 13 Oct 2025 12:17:09 +0000 (14:17 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 05:52:29 +0000 (13:52 +0800)
In former times, ext4 was enabled implicitely by enabling ext3 but with
the ext3 fs gone, it does not get enabled, which lets devices fail to
mount root on non-initrd based boots with an ext4 root.

Fixes: d6ace46c82fd ("ext4: remove obsolete EXT3 config options")
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/configs/imx_v6_v7_defconfig

index 9a57763a8d38a0d35f24cef6655aa9c9a3bfcc48..0d55056c6f8216dbc74845cc77ae6488cd43e3d3 100644 (file)
@@ -436,9 +436,9 @@ CONFIG_EXT2_FS=y
 CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT2_FS_POSIX_ACL=y
 CONFIG_EXT2_FS_SECURITY=y
-CONFIG_EXT3_FS=y
-CONFIG_EXT3_FS_POSIX_ACL=y
-CONFIG_EXT3_FS_SECURITY=y
+CONFIG_EXT4_FS=y
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
 CONFIG_QUOTA=y
 CONFIG_QUOTA_NETLINK_INTERFACE=y
 CONFIG_AUTOFS_FS=y