aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>2009-03-04 02:15:49 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2009-03-04 02:16:19 -0500
commitbf68e65ec9ea61e32ab71bef59aa5d24d255241f (patch)
treeead13a824617ee21e137eb3e75336891e30ed508 /crypto/Kconfig
parent8064efb8740b8a0141d99a181cb5b9a430b1836c (diff)
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 1676f171c54b..be5d3128f8a8 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -748,6 +748,15 @@ config CRYPTO_DEFLATE
748 748
749 You will most probably want this if using IPSec. 749 You will most probably want this if using IPSec.
750 750
751config CRYPTO_ZLIB
752 tristate "Zlib compression algorithm"
753 select CRYPTO_PCOMP
754 select ZLIB_INFLATE
755 select ZLIB_DEFLATE
756 select NLATTR
757 help
758 This is the zlib algorithm.
759
751config CRYPTO_LZO 760config CRYPTO_LZO
752 tristate "LZO compression algorithm" 761 tristate "LZO compression algorithm"
753 select CRYPTO_ALGAPI 762 select CRYPTO_ALGAPI