From: l1rox3 Date: Wed, 20 May 2026 08:12:54 +0000 (+0200) Subject: PM: hibernate: make LZ4 available for hibernation compression X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2068d7715e947f0321bc676a44215d3983af4bbc;p=thirdparty%2Flinux.git PM: hibernate: make LZ4 available for hibernation compression Without this, CRYPTO_LZ4 had to be manually enabled in the config to use LZ4 for hibernation compression. Add the select so it gets pulled in automatically when hibernation is enabled, just like CRYPTO_LZO already does. Tested-by: l1rox3 Signed-off-by: l1rox3 Link: https://patch.msgid.link/20260520081254.13493-1-l1rox3.developer@gmail.com Signed-off-by: Rafael J. Wysocki --- diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 05337f437cca2..530c897311d44 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -42,6 +42,7 @@ config HIBERNATION select CRC32 select CRYPTO select CRYPTO_LZO + select CRYPTO_LZ4 help Enable the suspend to disk (STD) functionality, which is usually called "hibernation" in user interfaces. STD checkpoints the