Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
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