diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-images.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index 2921cd5bca..957d3af18f 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -42,6 +42,10 @@ menu "Target Images" config TARGET_INITRAMFS_COMPRESSION_XZ bool "xz" + + config TARGET_INITRAMFS_COMPRESSION_ZSTD + depends on !LINUX_5_4 && !LINUX_4_19 + bool "zstd" endchoice config EXTERNAL_CPIO |