diff options
author | Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com> | 2013-08-16 16:52:57 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2013-08-19 13:18:10 -0400 |
commit | 90ce4ca66864ee2de189b666e4e4230f452238a8 (patch) | |
tree | 3c940579419356c905c4419cb7f15e998eafb6f9 /fs/pstore/Kconfig | |
parent | b3b515bbd689ba3937cac2dd3fc55057f8c50329 (diff) |
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 <aruna@linux.vnet.ibm.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'fs/pstore/Kconfig')
-rw-r--r-- | fs/pstore/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/pstore/Kconfig b/fs/pstore/Kconfig index ca71db69da07..983d9510becc 100644 --- a/fs/pstore/Kconfig +++ b/fs/pstore/Kconfig | |||
@@ -1,6 +1,8 @@ | |||
1 | config PSTORE | 1 | config PSTORE |
2 | bool "Persistent store support" | 2 | bool "Persistent store support" |
3 | default n | 3 | default n |
4 | select ZLIB_DEFLATE | ||
5 | select ZLIB_INFLATE | ||
4 | help | 6 | help |
5 | This option enables generic access to platform level | 7 | This option enables generic access to platform level |
6 | persistent storage via "pstore" filesystem that can | 8 | persistent storage via "pstore" filesystem that can |