X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Frxrpc%2FKconfig;h=91b3d52f6f1a45b7194c6bf7fb648cd12e3686d8;hb=7e20ef030dde0e52dd5a57220ee82fa9facbea4e;hp=d72380e304aee34f66fbeecb0e79255da91ceda4;hpb=17926a79320afa9b95df6b977b40cca6d8713cea;p=linux-2.6 diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig index d72380e304..91b3d52f6f 100644 --- a/net/rxrpc/Kconfig +++ b/net/rxrpc/Kconfig @@ -5,6 +5,7 @@ config AF_RXRPC tristate "RxRPC session sockets" depends on EXPERIMENTAL + select KEYS help Say Y or M here to include support for RxRPC session sockets (just the transport part, not the presentation part: (un)marshalling is @@ -29,7 +30,12 @@ config AF_RXRPC_DEBUG config RXKAD tristate "RxRPC Kerberos security" - depends on AF_RXRPC && KEYS + depends on AF_RXRPC + select CRYPTO + select CRYPTO_MANAGER + select CRYPTO_BLKCIPHER + select CRYPTO_PCBC + select CRYPTO_FCRYPT help Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC through the use of the key retention service.