aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/upstream-arm-kasan.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-arm-kasan.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-arm-kasan.config')
-rw-r--r--dashboard/config/linux/upstream-arm-kasan.config9
1 files changed, 8 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-arm-kasan.config b/dashboard/config/linux/upstream-arm-kasan.config
index bf86869b8..5f9fe73fb 100644
--- a/dashboard/config/linux/upstream-arm-kasan.config
+++ b/dashboard/config/linux/upstream-arm-kasan.config
@@ -7275,7 +7275,13 @@ CONFIG_FS_IOMAP=y
CONFIG_BUFFER_HEAD=y
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
-# CONFIG_EXT4_FS is not set
+CONFIG_EXT4_FS=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
@@ -7289,6 +7295,7 @@ CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y
CONFIG_FS_ENCRYPTION=y
+CONFIG_FS_ENCRYPTION_ALGS=y
# CONFIG_FS_ENCRYPTION_INLINE_CRYPT is not set
CONFIG_FS_VERITY=y
CONFIG_FS_VERITY_BUILTIN_SIGNATURES=y