pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selected
authorAruna Balakrishnaiah <aruna@linux.vnet.ibm.com>
Fri, 16 Aug 2013 20:52:57 +0000 (13:52 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 19 Aug 2013 17:18:10 +0000 (10:18 -0700)
commit90ce4ca66864ee2de189b666e4e4230f452238a8
tree3c940579419356c905c4419cb7f15e998eafb6f9
parentb3b515bbd689ba3937cac2dd3fc55057f8c50329
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>
fs/pstore/Kconfig