aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/upstream-arm64-mte-base.config
diff options
context:
space:
mode:
authorPimyn Girgis <pimyn@google.com>2025-10-22 13:52:01 +0000
committerAleksandr Nogikh <nogikh@google.com>2025-10-22 14:20:29 +0000
commit5faec6871b587407d55b2ea1bbfe0dfa6d6ea77f (patch)
treea8b71c0e4cf50415eb9e77d96253eaa996342b49 /dashboard/config/linux/upstream-arm64-mte-base.config
parent252fbbadf10d41c4028958c2b430c1291c1f9201 (diff)
dashboard: enable ext4 in base config
Ext4 is necessary for normal boot, enable it unconditionally in base.
Diffstat (limited to 'dashboard/config/linux/upstream-arm64-mte-base.config')
-rw-r--r--dashboard/config/linux/upstream-arm64-mte-base.config9
1 files changed, 8 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-arm64-mte-base.config b/dashboard/config/linux/upstream-arm64-mte-base.config
index 46cc30798..fb8d5a668 100644
--- a/dashboard/config/linux/upstream-arm64-mte-base.config
+++ b/dashboard/config/linux/upstream-arm64-mte-base.config
@@ -5574,7 +5574,14 @@ CONFIG_FS_IOMAP=y
CONFIG_FS_STACK=y
CONFIG_BUFFER_HEAD=y
# CONFIG_EXT2_FS is not set
-# CONFIG_EXT4_FS is not set
+CONFIG_EXT4_FS=y
+CONFIG_EXT4_USE_FOR_EXT2=y
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
+# CONFIG_EXT4_DEBUG is not set
+CONFIG_JBD2=y
+# CONFIG_JBD2_DEBUG is not set
+CONFIG_FS_MBCACHE=y
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set