From 6002141caca2483014f337aa618d920cbba21574 Mon Sep 17 00:00:00 2001 From: Gratian Crisan Date: Wed, 14 Jan 2026 10:55:17 -0600 Subject: [PATCH] nati_x86_64_defconfig: switch kernel compression to xz Switch the kernel compression algorithm to xz from previous gzip default. In testing, cRIO-903x and cRIO-904x show a 2.5MB (27.2%) kernel image size decrease. This also improves the boot time by - 4.8 seconds (12.8%) on cRIO-903x - 2.9 seconds (10%) on cRIO-9043 Signed-off-by: Gratian Crisan --- arch/x86/configs/nati_x86_64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/nati_x86_64_defconfig b/arch/x86/configs/nati_x86_64_defconfig index 56fdf3828fd4e..e72f30fd5c64b 100644 --- a/arch/x86/configs/nati_x86_64_defconfig +++ b/arch/x86/configs/nati_x86_64_defconfig @@ -1,3 +1,4 @@ +CONFIG_KERNEL_XZ=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_AUDIT=y