mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
[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>
This commit is contained in:
parent
75e7766680
commit
d5a784b371
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue