mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
lib: kconfig: Add option to set BZIP2 compression method
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>
This commit is contained in:
@@ -409,6 +409,11 @@ config GZIP
|
|||||||
help
|
help
|
||||||
This enables support for GZIP compression algorithm.
|
This enables support for GZIP compression algorithm.
|
||||||
|
|
||||||
|
config BZIP2
|
||||||
|
bool "Enable bzip2 decompression support"
|
||||||
|
help
|
||||||
|
This enables support for BZIP2 compression algorithm.
|
||||||
|
|
||||||
config ZLIB
|
config ZLIB
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
Reference in New Issue
Block a user