Message ID | 20200306002423.3954-2-atish.patra@wdc.com |
---|---|
State | Accepted |
Commit | 2a2119e10ca364d7c1539a9103b9fd3839dbe6ac |
Headers | show |
Series | Add compressed Image booting support | expand |
diff --git a/lib/Kconfig b/lib/Kconfig index ab6aff710dd6..ff8e955f899a 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