From 8519210e0be848a983b7fdf30cda7223178a59c8 Mon Sep 17 00:00:00 2001 From: aaronk6 Date: Sat, 12 Apr 2025 21:38:58 +0200 Subject: [PATCH] coreos-modules: Add CONFIG_FUSE_DAX=m and CONFIG_ZONE_DEVICE=m --- .../sys-kernel/coreos-modules/files/commonconfig-6.6 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 index 29913acab7..a9ceedcfc2 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 @@ -208,6 +208,7 @@ CONFIG_FSCACHE=m CONFIG_FSCACHE_STATS=y CONFIG_FS_ENCRYPTION=y CONFIG_FUSE_FS=m +CONFIG_FUSE_DAX=m CONFIG_FUSION=y CONFIG_FUSION_CTL=m CONFIG_FUSION_LOGGING=y @@ -1036,5 +1037,6 @@ CONFIG_XFS_QUOTA=y # CONFIG_XZ_DEC_POWERPC is not set # CONFIG_XZ_DEC_SPARC is not set CONFIG_ZISOFS=y +CONFIG_ZONE_DEVICE=m CONFIG_ZRAM=m CONFIG_ZSMALLOC=m