From ae358b84895b54990a5ffb4e4777028db84ef9ec Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Tue, 27 Jun 2023 10:26:06 +0200 Subject: [PATCH] mvebu: cortexa53: enable F2FS ZSTD compression support We would love to utilize ZSTD compression support in F2FS on the Methode euroDPU so lets enable the required kernel support. Signed-off-by: Robert Marko --- target/linux/mvebu/cortexa53/config-6.6 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/mvebu/cortexa53/config-6.6 b/target/linux/mvebu/cortexa53/config-6.6 index 3534537b54..9679d30ddf 100644 --- a/target/linux/mvebu/cortexa53/config-6.6 +++ b/target/linux/mvebu/cortexa53/config-6.6 @@ -42,6 +42,10 @@ CONFIG_CC_HAVE_SHADOW_CALL_STACK=y CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_DMA_DIRECT_REMAP=y +CONFIG_F2FS_FS_COMPRESSION=y +# CONFIG_F2FS_FS_LZ4 is not set +# CONFIG_F2FS_FS_LZO is not set +CONFIG_F2FS_FS_ZSTD=y CONFIG_FRAME_POINTER=y CONFIG_GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_REGS=y CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y -- 2.30.2