aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
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