summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>2009-03-04 15:15:49 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2009-03-04 15:16:19 +0800
commitf097b4802f6e12969923b7ebf6b6792130153d4d (patch)
tree1a131bb4b9a029327e107e1fb80db81843881b94 /crypto/Kconfig
parent477f372c3f8748cb3f708aa143332b2c230018d8 (diff)
downloadlinux-crypto-f097b4802f6e12969923b7ebf6b6792130153d4d.tar.gz
linux-crypto-f097b4802f6e12969923b7ebf6b6792130153d4d.zip
crypto: zlib - New zlib crypto module, using pcomp
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Cc: James Morris <jmorris@namei.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 1676f171..be5d3128 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -748,6 +748,15 @@ config CRYPTO_DEFLATE
You will most probably want this if using IPSec.
+config CRYPTO_ZLIB
+ tristate "Zlib compression algorithm"
+ select CRYPTO_PCOMP
+ select ZLIB_INFLATE
+ select ZLIB_DEFLATE
+ select NLATTR
+ help
+ This is the zlib algorithm.
+
config CRYPTO_LZO
tristate "LZO compression algorithm"
select CRYPTO_ALGAPI