Skip to content

Commit 90ce4ca

Browse files
arunabalaegl
authored andcommitted
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: Aruna Balakrishnaiah <[email protected]> Reviewed-by: Kees Cook <[email protected]> Signed-off-by: Tony Luck <[email protected]>
1 parent b3b515b commit 90ce4ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fs/pstore/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
config PSTORE
22
bool "Persistent store support"
33
default n
4+
select ZLIB_DEFLATE
5+
select ZLIB_INFLATE
46
help
57
This option enables generic access to platform level
68
persistent storage via "pstore" filesystem that can

0 commit comments

Comments
 (0)