summarylogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLuca Stefani2020-08-04 09:26:52 +0200
committerLuca Stefani2020-08-04 09:26:52 +0200
commit98f94925cdfb7515a89762c7656cb2e399c743ea (patch)
tree396efc21d99312fc49f5a49f57cccf0449f2dccc /config
parentf7a325954662d4fdc8deb3c36a9a36f73cc403b7 (diff)
downloadaur-98f94925cdfb7515a89762c7656cb2e399c743ea.tar.gz
Default ZSWAP compressor to zstd
Diffstat (limited to 'config')
-rw-r--r--config6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index 56da4388f1cc..522aaf41736c 100644
--- a/config
+++ b/config
@@ -1069,10 +1069,10 @@ CONFIG_ZSWAP=y
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set
-CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4=y
+# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4 is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4HC is not set
-# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD is not set
-CONFIG_ZSWAP_COMPRESSOR_DEFAULT="lz4"
+CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD=y
+CONFIG_ZSWAP_COMPRESSOR_DEFAULT="zstd"
# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD is not set
CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD=y
# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC is not set