From a9efffcdab4ce403c69bc1e6354b026aaa641212 Mon Sep 17 00:00:00 2001 From: Arnaldo Garcia Rincon Date: Fri, 22 Jul 2022 22:54:41 +0000 Subject: [PATCH] kernel-5.4: enable ZSTD compression for kernel modules Signed-off-by: Arnaldo Garcia Rincon --- packages/kernel-5.4/config-bottlerocket | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/kernel-5.4/config-bottlerocket b/packages/kernel-5.4/config-bottlerocket index 91442915ef6..5ec5be67590 100644 --- a/packages/kernel-5.4/config-bottlerocket +++ b/packages/kernel-5.4/config-bottlerocket @@ -77,6 +77,10 @@ CONFIG_ZSTD_COMPRESS=y CONFIG_ZSTD_DECOMPRESS=y CONFIG_DECOMPRESS_ZSTD=y +# Enable ZSTD modules compression +CONFIG_MODULE_COMPRESS=y +CONFIG_MODULE_COMPRESS_ZSTD=y + # Load i8042 controller, keyboard, and mouse as modules, to avoid waiting for # them before mounting the root device. CONFIG_SERIO_I8042=m