X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=net%2Frxrpc%2FKconfig;h=0d3103c4f11c64e6e61c9642fa4b33b98fdd7c24;hb=946e2ad040000a14b7316fae722e7e65fa09ffe5;hp=d72380e304aee34f66fbeecb0e79255da91ceda4;hpb=afc2e82c0851317931a9bfdb98271253371825c6;p=linux-2.6-omap-h63xx.git diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig index d72380e304a..0d3103c4f11 100644 --- a/net/rxrpc/Kconfig +++ b/net/rxrpc/Kconfig @@ -4,7 +4,9 @@ config AF_RXRPC tristate "RxRPC session sockets" - depends on EXPERIMENTAL + depends on INET && EXPERIMENTAL + select CRYPTO + 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 +31,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.