aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@fs.tum.de>2003-09-26 19:40:51 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-09-26 19:40:51 -0700
commitb04816f06d662aa5deca143fa2661bddbf481407 (patch)
tree28876d05a3e6009ba548c51ae8d8a8854c35a79a /crypto
parent0048edcded7ff5e7d93131565b6146c9417cc70f (diff)
downloadhistory-b04816f06d662aa5deca143fa2661bddbf481407.tar.gz
[PATCH] select ZLIB_{IN,DE}FLATE
Similar to the patch Brian Gerst sent for CRC32, this patch changes ZLIB_{IN,DE}FLATE to be select'ed. The dependencies are much better maintainable that way.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 4257a428e33601..5c90be225882c6 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -143,6 +143,8 @@ config CRYPTO_CAST6
config CRYPTO_DEFLATE
tristate "Deflate compression algorithm"
depends on CRYPTO
+ select ZLIB_INFLATE
+ select ZLIB_DEFLATE
help
This is the Deflate algorithm (RFC1951), specified for use in
IPSec with the IPCOMP protocol (RFC3173, RFC2394).