aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/upstream-riscv64-kasan-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-riscv64-kasan-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-riscv64-kasan-base.config')
-rw-r--r--dashboard/config/linux/upstream-riscv64-kasan-base.config11
1 files changed, 10 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-riscv64-kasan-base.config b/dashboard/config/linux/upstream-riscv64-kasan-base.config
index d4da0fa1c..178a7b6e6 100644
--- a/dashboard/config/linux/upstream-riscv64-kasan-base.config
+++ b/dashboard/config/linux/upstream-riscv64-kasan-base.config
@@ -5139,8 +5139,16 @@ CONFIG_PM_OPP=y
#
# CONFIG_VALIDATE_FS_PARSER is not set
CONFIG_FS_IOMAP=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
@@ -5623,6 +5631,7 @@ CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_ARCH_USE_SYM_ANNOTATIONS=y
CONFIG_CRC7=y
+CONFIG_CRC16=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
CONFIG_CRC32_ARCH=y