aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/Kconfig
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2007-11-30 23:06:40 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2007-11-30 23:30:40 +1100
commitd5a784b3719ae364f49ecff12a0248f6e4252720 (patch)
tree22d4dae3111045389bf887aaeefd7651bfdb13b6 /net/rxrpc/Kconfig
parentMerge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 (diff)
downloadlinux-dev-d5a784b3719ae364f49ecff12a0248f6e4252720.tar.xz
linux-dev-d5a784b3719ae364f49ecff12a0248f6e4252720.zip
[RXRPC]: Add missing select on CRYPTO
AF_RXRPC uses the crypto services, so should depend on or select CRYPTO. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'net/rxrpc/Kconfig')
-rw-r--r--net/rxrpc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig
index e662f1d07664..0d3103c4f11c 100644
--- a/net/rxrpc/Kconfig
+++ b/net/rxrpc/Kconfig
@@ -5,6 +5,7 @@
config AF_RXRPC
tristate "RxRPC session sockets"
depends on INET && EXPERIMENTAL
+ select CRYPTO
select KEYS
help
Say Y or M here to include support for RxRPC session sockets (just