From 2b9ea31a94d787cfabe986756260c91a8f5ee34f Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Wed, 17 Jun 2020 21:56:07 -0700 Subject: [PATCH] ANDROID: gki_defconfig: x86: Enable KERNEL_LZ4 Compress the kernel with lz4 instead of gzip. On x86 this must be controlled explicitly by kbuild, as decompressor code is prepended to the compressed kernel artifact. On arm64 this option is not needed as "make Image.lz4" can be used instead, or the Image can be compressed in a separate step. Bug: 150391496 Change-Id: I2d0ce7f937f2a952b4310f53c8b03dc8d721b050 Signed-off-by: Alistair Delva --- arch/x86/configs/gki_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index c0a5a2b11725..4a504f8cd2bb 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -1,3 +1,4 @@ +CONFIG_KERNEL_LZ4=y # CONFIG_USELIB is not set CONFIG_AUDIT=y CONFIG_NO_HZ=y