From: Lucas Stach <l.stach@pengutronix.de>
To: distrokit@pengutronix.de
Subject: [DistroKit] [PATCH v4 2/5] platform-x86_64: switch to ZSTD kernel compression
Date: Mon, 11 May 2026 12:22:19 +0200 [thread overview]
Message-ID: <20260511102222.2031940-2-l.stach@pengutronix.de> (raw)
In-Reply-To: <20260511102222.2031940-1-l.stach@pengutronix.de>
The new x86_64 kernel configuration prefers ZSTD over LZOP
for better compression performance.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
v3: new patch
---
configs/platform-x86_64/platformconfig | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/configs/platform-x86_64/platformconfig b/configs/platform-x86_64/platformconfig
index 7fe00f002209..50b0a7ddf77c 100644
--- a/configs/platform-x86_64/platformconfig
+++ b/configs/platform-x86_64/platformconfig
@@ -140,9 +140,9 @@ PTXCONF_KERNEL_IMAGE="bzImage"
# PTXCONF_KERNEL_DTB is not set
# PTXCONF_KERNEL_DTBO is not set
# PTXCONF_KERNEL_CODE_SIGNING is not set
-# PTXCONF_KERNEL_ZSTD is not set
+PTXCONF_KERNEL_ZSTD=y
# PTXCONF_KERNEL_XZ is not set
-PTXCONF_KERNEL_LZOP=y
+# PTXCONF_KERNEL_LZOP is not set
# PTXCONF_KERNEL_LZ4 is not set
# PTXCONF_KERNEL_OPENSSL is not set
PTXCONF_KERNEL_LIBELF=y
@@ -253,10 +253,8 @@ PTXCONF_HOST_LIBCONFUSE=y
PTXCONF_HOST_LIBELF=y
PTXCONF_HOST_LIBFFI=y
PTXCONF_HOST_LIBKMOD=y
-PTXCONF_HOST_LIBLZO=y
PTXCONF_HOST_LIBP11=y
PTXCONF_HOST_LIBTASN1=y
-PTXCONF_HOST_LZOP=y
PTXCONF_HOST_MESON=y
PTXCONF_HOST_NINJA=y
PTXCONF_HOST_OPENSC=y
@@ -276,6 +274,7 @@ PTXCONF_HOST_SYSTEM_PYTHON3_WHEEL=y
PTXCONF_HOST_SYSTEM_PYTHON3=y
PTXCONF_HOST_UTIL_LINUX=y
PTXCONF_HOST_ZLIB=y
+PTXCONF_HOST_ZSTD=y
#
# non-free firmware blobs
--
2.47.3
next prev parent reply other threads:[~2026-05-11 10:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-11 10:22 [DistroKit] [PATCH v4 1/5] x86_64: kernel: update config Lucas Stach
2026-05-11 10:22 ` Lucas Stach [this message]
2026-05-11 10:22 ` [DistroKit] [PATCH v4 3/5] reason: allow kernel initrd support for all platforms Lucas Stach
2026-05-11 10:22 ` [DistroKit] [PATCH v4 4/5] v8a: kernel: update config Lucas Stach
2026-05-11 10:22 ` [DistroKit] [PATCH v4 5/5] v7a: kernel: disable INITRAMFS_PRESERVE_MTIME Lucas Stach
2026-05-11 14:23 ` [DistroKit] [PATCH v4 1/5] x86_64: kernel: update config Robert Schwebel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260511102222.2031940-2-l.stach@pengutronix.de \
--to=l.stach@pengutronix.de \
--cc=distrokit@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox