Enable the generic EFI decompressor

configname: CONFIG_EFI_ZBOOT

Linux Kernel Configuration
└─>Device Drivers
└─>Firmware Drivers
└─>EFI (Extensible Firmware Interface) Support
└─>Enable the generic EFI decompressor
In linux kernel since version 4.14.326 (release Date: 2023-09-23)  
Create the bootable image as an EFI application that carries the
actual kernel image in compressed form, and decompresses it into
memory before executing it. For compatibility with non-EFI loaders,
the payload can be decompressed and executed by the loader as well,
provided that the loader implements the decompression algorithm.
(The compression algorithm used is described in the zboot header)

selects
CONFIG_HAVE_KERNEL_GZIP
CONFIG_HAVE_KERNEL_ZSTD