X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib%2FKconfig;h=868de3bf3b813aff6cf75d95c760986be05d23d1;hb=16ad946f41d3dc3e475d8313f4acbba0df527a2a;hp=ab6aff710dd6e430ab41e17f0a889275208415bc;hpb=1611235b858abe08f9267f1fa95bc7553aa8e644;p=oweals%2Fu-boot.git diff --git a/lib/Kconfig b/lib/Kconfig index ab6aff710d..868de3bf3b 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -409,6 +409,11 @@ config GZIP help This enables support for GZIP compression algorithm. +config BZIP2 + bool "Enable bzip2 decompression support" + help + This enables support for BZIP2 compression algorithm. + config ZLIB bool default y @@ -429,6 +434,11 @@ config SPL_LZ4 fast compression and decompression speed. It belongs to the LZ77 family of byte-oriented compression schemes. +config SPL_LZMA + bool "Enable LZMA decompression support for SPL build" + help + This enables support for LZMA compression altorithm for SPL boot. + config SPL_LZO bool "Enable LZO decompression support in SPL" help @@ -602,4 +612,10 @@ config TEST_FDTDEC config LIB_DATE bool +config LIB_ELF + bool + help + Supoort basic elf loading/validating functions. + This supports fir 32 bit and 64 bit versions. + endmenu