
6 Mar
2020
6 Mar
'20
1:24 a.m.
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 | 5 +++++ 1 file changed, 5 insertions(+)
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
--
2.24.0