From 20e1e0857a7d0cf05983998df3160fe0607d5075 Mon Sep 17 00:00:00 2001 From: blablu Date: Tue, 5 Nov 2024 14:30:19 +0100 Subject: [PATCH] feat: enable CONFIG_DM_CACHE Enable dm-cache as a kernel module. Signed-off-by: blablu Signed-off-by: Andrey Smirnov --- kernel/build/config-amd64 | 3 ++- kernel/build/config-arm64 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kernel/build/config-amd64 b/kernel/build/config-amd64 index 4c63fb141..c6f2dab2c 100644 --- a/kernel/build/config-amd64 +++ b/kernel/build/config-amd64 @@ -2383,7 +2383,8 @@ CONFIG_DM_PERSISTENT_DATA=m CONFIG_DM_CRYPT=y CONFIG_DM_SNAPSHOT=y CONFIG_DM_THIN_PROVISIONING=m -# CONFIG_DM_CACHE is not set +CONFIG_DM_CACHE=m +CONFIG_DM_CACHE_SMQ=m # CONFIG_DM_WRITECACHE is not set # CONFIG_DM_EBS is not set # CONFIG_DM_ERA is not set diff --git a/kernel/build/config-arm64 b/kernel/build/config-arm64 index 938a7b896..122b751c4 100644 --- a/kernel/build/config-arm64 +++ b/kernel/build/config-arm64 @@ -2645,7 +2645,8 @@ CONFIG_DM_PERSISTENT_DATA=m CONFIG_DM_CRYPT=y CONFIG_DM_SNAPSHOT=y CONFIG_DM_THIN_PROVISIONING=m -# CONFIG_DM_CACHE is not set +CONFIG_DM_CACHE=m +CONFIG_DM_CACHE_SMQ=m # CONFIG_DM_WRITECACHE is not set # CONFIG_DM_EBS is not set # CONFIG_DM_ERA is not set