]> git.sur5r.net Git - u-boot/blobdiff - lib/Kconfig
spl: fit: Eanble GZIP support for image decompression
[u-boot] / lib / Kconfig
index fe337acaeb0bc15d6b762ca7722aa3c66879b9ad..628ef8ddb642d3721d3dd83e010f3b2e4dcb5ba4 100644 (file)
@@ -176,6 +176,18 @@ config LZO
        bool "Enable LZO decompression support"
        help
          This enables support for LZO compression algorithm.r
+
+config SPL_GZIP
+       bool "Enable gzip decompression support for SPL build"
+       select SPL_ZLIB
+       help
+         This enables support for GZIP compression altorithm for SPL boot.
+
+config SPL_ZLIB
+       bool
+       help
+         This enables compression lib for SPL boot.
+
 endmenu
 
 config ERRNO_STR