]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/Kconfig
crypto: zlib - New zlib crypto module, using pcomp
[linux-2.6-omap-h63xx.git] / crypto / Kconfig
index 1676f171c54ba15112f31c902d5fbfb105f26906..be5d3128f8a81f1063cc3834d824868afb48d77c 100644 (file)
@@ -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