cmd: zip: automatically pull in gzip()
[oweals/u-boot.git] / cmd / Kconfig
index f4eb575b6e6f0e5a10f1fcd21f9bfe3e4b54ed3f..153864c58768246dcf17a20db0698587cf7db1b1 100644 (file)
@@ -816,6 +816,7 @@ config CMD_UNZIP
 
 config CMD_ZIP
        bool "zip"
+       select GZIP_COMPRESSED
        help
          Compress a memory region with zlib deflate method.