From ca2130873fed011402948014d1fcabebecca9a7d Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Thu, 27 Feb 2020 12:52:46 -0800 Subject: [PATCH] ANDROID: gki_defconfig: Enable CONFIG_RD_LZ4 Support future decompression of LZ4-compressed ramdisk images. This support is in addition to the default support for gzip. Bug: 150391496 Test: TreeHugger Change-Id: I8c07e9363333c53cd6ff9c7e16fc42cbe318fe83 Signed-off-by: Alistair Delva --- arch/arm64/configs/gki_defconfig | 1 - arch/x86/configs/gki_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 6901cf495460..0d4ab6e4c935 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -28,7 +28,6 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_RD_LZMA is not set # CONFIG_RD_XZ is not set # CONFIG_RD_LZO is not set -# CONFIG_RD_LZ4 is not set # CONFIG_SYSFS_SYSCALL is not set # CONFIG_FHANDLE is not set CONFIG_KALLSYMS_ALL=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 0ea23426f0f1..a04b9ed277a2 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -29,7 +29,6 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_RD_LZMA is not set # CONFIG_RD_XZ is not set # CONFIG_RD_LZO is not set -# CONFIG_RD_LZ4 is not set # CONFIG_SYSFS_SYSCALL is not set # CONFIG_FHANDLE is not set CONFIG_KALLSYMS_ALL=y