From: Robert Marko Date: Tue, 27 Jun 2023 08:26:06 +0000 (+0200) Subject: mvebu: cortexa53: enable F2FS ZSTD compression support X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ae358b84895b54990a5ffb4e4777028db84ef9ec;p=openwrt%2Fstaging%2Fneocturne.git 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 --- 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