lib: enable lzma decompression support for SPL build
[oweals/u-boot.git] / lib / Kconfig
index 452f390c8024845c6e7be9bda8ffa1c4bb206425..868de3bf3b813aff6cf75d95c760986be05d23d1 100644 (file)
@@ -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