提交 90ce4ca6 编写于 作者: A Aruna Balakrishnaiah 提交者: Tony Luck

pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selected

Pstore will make use of deflate and inflate algorithm to compress and decompress
the data. So when Pstore is enabled select zlib_deflate and zlib_inflate.
Signed-off-by: NAruna Balakrishnaiah <aruna@linux.vnet.ibm.com>
Reviewed-by: NKees Cook <keescook@chromium.org>
Signed-off-by: NTony Luck <tony.luck@intel.com>
上级 b3b515bb
config PSTORE config PSTORE
bool "Persistent store support" bool "Persistent store support"
default n default n
select ZLIB_DEFLATE
select ZLIB_INFLATE
help help
This option enables generic access to platform level This option enables generic access to platform level
persistent storage via "pstore" filesystem that can persistent storage via "pstore" filesystem that can
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册