aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhasim Syed Mohammed <khasim.mohammed@linaro.org>2018-12-17 07:52:46 +0530
committerKhasim Syed Mohammed <khasim.mohammed@linaro.org>2018-12-17 07:52:46 +0530
commit19778d618daa4c2820cbcceb3c70b529e9465a6a (patch)
treef8602f548d60aeba299d734fd2d0c4bf7e8ab514
parent47ec655ca5dfb9086846e391a7f3841f0dc04546 (diff)
CHROMIUM: Enable LZ4 decompression
When booting chromium kernel using ramdisk it fails if the ramdisk image was compressed for LZ4, therefore the configs are enabled to add support for LZ4 decompression. Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@linaro.org>
-rw-r--r--chromeos/config/arm64/chromiumos-qualcomm.flavour.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromeos/config/arm64/chromiumos-qualcomm.flavour.config b/chromeos/config/arm64/chromiumos-qualcomm.flavour.config
index 487c9a8efd9e..b1c6eacbc66f 100644
--- a/chromeos/config/arm64/chromiumos-qualcomm.flavour.config
+++ b/chromeos/config/arm64/chromiumos-qualcomm.flavour.config
@@ -290,3 +290,8 @@ CONFIG_VIRTIO=y
# CONFIG_VIRTIO_WL is not set
CONFIG_MAC80211_MESH=y
CONFIG_LEDS_PCA9956=y
+CONFIG_DECOMPRESS_LZO=y
+CONFIG_DECOMPRESS_LZ4=y
+CONFIG_LZ4_DECOMPRESS=y
+CONFIG_RD_LZO=y
+CONFIG_RD_LZ4=y