lib: kconfig: Add option to set BZIP2 compression method
authorAtish Patra <atish.patra@wdc.com>
Fri, 6 Mar 2020 00:24:21 +0000 (16:24 -0800)
committerTom Rini <trini@konsulko.com>
Fri, 17 Apr 2020 16:32:36 +0000 (12:32 -0400)
There is no way to select BZIP2 compression method.
Add it under library/compression config where all other
compression related configs are present.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
lib/Kconfig

index 452f390c8024845c6e7be9bda8ffa1c4bb206425..144a54da2804de60a42aaa25aea2df0211fba63c 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