linux: add support for ZSTD compression

Add support for creating self-extractible kernels compressed with ZSTD.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Paul Cercueil
2020-09-01 15:48:49 +02:00
committed by Thomas Petazzoni
parent f4c89374ea
commit 88a268354d
2 changed files with 6 additions and 0 deletions

View File

@@ -321,6 +321,9 @@ config BR2_LINUX_KERNEL_LZO
config BR2_LINUX_KERNEL_XZ
bool "xz compression"
config BR2_LINUX_KERNEL_ZSTD
bool "zstd compression"
endchoice
config BR2_LINUX_KERNEL_IMAGE_TARGET_NAME