提交 2a2119e1 编写于 作者: A Atish Patra 提交者: Tom Rini

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: NAtish Patra <atish.patra@wdc.com>
Reviewed-by: NTom Rini <trini@konsulko.com>
上级 8e434cb7
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册