summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2023-06-27 10:26:06 +0200
committerRobert Marko <robert.marko@sartura.hr>2024-06-17 20:16:19 +0200
commitae358b84895b54990a5ffb4e4777028db84ef9ec (patch)
tree05a3fcc6e39bc7a961c5094765b4515673c32fba /target/linux/mvebu
parent29b98a019270da41ca7b4cb9c0a69b3dee48893d (diff)
downloadopenwrt-ae358b84895b54990a5ffb4e4777028db84ef9ec.tar.gz
openwrt-ae358b84895b54990a5ffb4e4777028db84ef9ec.tar.bz2
openwrt-ae358b84895b54990a5ffb4e4777028db84ef9ec.zip
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 <robert.marko@sartura.hr>
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r--target/linux/mvebu/cortexa53/config-6.64
1 files changed, 4 insertions, 0 deletions
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