Przeglądaj źródła

[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>
David Howells 17 lat temu
rodzic
commit
d5a784b371
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      net/rxrpc/Kconfig

+ 1 - 0
net/rxrpc/Kconfig

@@ -5,6 +5,7 @@
 config AF_RXRPC
 config AF_RXRPC
 	tristate "RxRPC session sockets"
 	tristate "RxRPC session sockets"
 	depends on INET && EXPERIMENTAL
 	depends on INET && EXPERIMENTAL
+	select CRYPTO
 	select KEYS
 	select KEYS
 	help
 	help
 	  Say Y or M here to include support for RxRPC session sockets (just
 	  Say Y or M here to include support for RxRPC session sockets (just