imx: aristainetos: fix build breakage
[oweals/u-boot.git] / lib / Kconfig
index 366d164cd76064cebd29f507d7b037d2ac2a0379..8fe5d85a050643c512963402ac566d2ad9801848 100644 (file)
@@ -301,6 +301,19 @@ config LZO
        help
          This enables support for LZO compression algorithm.r
 
+config GZIP
+       bool "Enable gzip decompression support for SPL build"
+       select ZLIB
+       default y
+       help
+         This enables support for GZIP compression algorithm.
+
+config ZLIB
+       bool
+       default y
+       help
+         This enables ZLIB compression lib.
+
 config SPL_LZ4
        bool "Enable LZ4 decompression support in SPL"
        help