projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75e7766
)
[RXRPC]: Add missing select on CRYPTO
author
David Howells
<dhowells@redhat.com>
Fri, 30 Nov 2007 12:06:40 +0000
(23:06 +1100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 30 Nov 2007 12:30:40 +0000
(23:30 +1100)
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>
net/rxrpc/Kconfig
patch
|
blob
|
history
diff --git
a/net/rxrpc/Kconfig
b/net/rxrpc/Kconfig
index
e662f1d
..
0d3103c
100644
(file)
--- 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