Skip to content
Snippets Groups Projects
Commit 90ce4ca6 authored by Aruna Balakrishnaiah's avatar Aruna Balakrishnaiah Committed by Tony Luck
Browse files

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: default avatarAruna Balakrishnaiah <aruna@linux.vnet.ibm.com>
Reviewed-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent b3b515bb
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment