mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08: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
@ -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 New Issue
Block a user