summary refs log tree commit diff
path: root/os/etc/kernel/config.d/00-monolith.config
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2023-11-02 06:45:24 +0100
committerRobert Günzler <r@gnzler.io>2023-11-02 06:45:24 +0100
commitd7c3c89263a25b18dbe25277c451b10621b2bc04 (patch)
treed450eb3e2bad4c20a274f94e04c0b49713fc3bf8 /os/etc/kernel/config.d/00-monolith.config
parentde2930126ed9cfcf0b3c6ca1a405bef501f897b7 (diff)
update os-conf
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'os/etc/kernel/config.d/00-monolith.config')
-rw-r--r--os/etc/kernel/config.d/00-monolith.config14
1 files changed, 7 insertions, 7 deletions
diff --git a/os/etc/kernel/config.d/00-monolith.config b/os/etc/kernel/config.d/00-monolith.config
index bdf623e..64387be 100644
--- a/os/etc/kernel/config.d/00-monolith.config
+++ b/os/etc/kernel/config.d/00-monolith.config
@@ -967,12 +967,12 @@ CONFIG_SWAP=y
 CONFIG_ZSWAP=y
 # CONFIG_ZSWAP_DEFAULT_ON is not set
 # CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set
-CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
+# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set
 # CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set
 # 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="lzo"
+CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD=y
+CONFIG_ZSWAP_COMPRESSOR_DEFAULT="zstd"
 CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
 # CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD is not set
 # CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC is not set
@@ -8504,8 +8504,8 @@ CONFIG_PSTORE_DEFLATE_COMPRESS=y
 CONFIG_PSTORE_LZO_COMPRESS=m
 CONFIG_PSTORE_LZ4_COMPRESS=m
 CONFIG_PSTORE_LZ4HC_COMPRESS=m
-CONFIG_PSTORE_842_COMPRESS=y
-# CONFIG_PSTORE_ZSTD_COMPRESS is not set
+CONFIG_PSTORE_842_COMPRESS=m
+CONFIG_PSTORE_ZSTD_COMPRESS=y
 CONFIG_PSTORE_COMPRESS=y
 CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
 # CONFIG_PSTORE_LZO_COMPRESS_DEFAULT is not set
@@ -8913,10 +8913,10 @@ CONFIG_CRYPTO_CRC64_ROCKSOFT=y
 #
 CONFIG_CRYPTO_DEFLATE=y
 CONFIG_CRYPTO_LZO=y
-CONFIG_CRYPTO_842=y
+CONFIG_CRYPTO_842=m
 CONFIG_CRYPTO_LZ4=m
 CONFIG_CRYPTO_LZ4HC=m
-CONFIG_CRYPTO_ZSTD=m
+CONFIG_CRYPTO_ZSTD=y
 # end of Compression
 
 #