aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/Kconfig
diff options
context:
space:
mode:
authorSebastian Siewior <sebastian@breakpoint.cc>2008-01-09 00:36:17 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:01:12 -0800
commit50dd79653e295ce40da38c03bbfb5966aa1c1598 (patch)
treec96cee5292a6d335978d578043a6c436d42e7ad3 /net/xfrm/Kconfig
parent[BRIDGE]: Remove unused macros from ebt_vlan.c (diff)
downloadlinux-dev-50dd79653e295ce40da38c03bbfb5966aa1c1598.tar.xz
linux-dev-50dd79653e295ce40da38c03bbfb5966aa1c1598.zip
[XFRM]: Remove ifdef crypto.
and select the crypto subsystem if neccessary Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/xfrm/Kconfig')
-rw-r--r--net/xfrm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig
index 6b5b50f427fc..8f9dbec319be 100644
--- a/net/xfrm/Kconfig
+++ b/net/xfrm/Kconfig
@@ -3,6 +3,7 @@
#
config XFRM
bool
+ select CRYPTO
depends on NET
config XFRM_USER