David Howells | 17926a7 | 2007-04-26 15:48:28 -0700 | [diff] [blame] | 1 | # |
| 2 | # RxRPC session sockets |
| 3 | # |
| 4 | |
| 5 | config AF_RXRPC |
| 6 | tristate "RxRPC session sockets" |
| 7 | depends on EXPERIMENTAL |
| 8 | help |
| 9 | Say Y or M here to include support for RxRPC session sockets (just |
| 10 | the transport part, not the presentation part: (un)marshalling is |
| 11 | left to the application). |
| 12 | |
| 13 | These are used for AFS kernel filesystem and userspace utilities. |
| 14 | |
| 15 | This module at the moment only supports client operations and is |
| 16 | currently incomplete. |
| 17 | |
| 18 | See Documentation/networking/rxrpc.txt. |
| 19 | |
| 20 | |
| 21 | config AF_RXRPC_DEBUG |
| 22 | bool "RxRPC dynamic debugging" |
| 23 | depends on AF_RXRPC |
| 24 | help |
| 25 | Say Y here to make runtime controllable debugging messages appear. |
| 26 | |
| 27 | See Documentation/networking/rxrpc.txt. |
| 28 | |
| 29 | |
| 30 | config RXKAD |
| 31 | tristate "RxRPC Kerberos security" |
| 32 | depends on AF_RXRPC && KEYS |
David Howells | b1bdb69 | 2007-04-27 15:28:45 -0700 | [diff] [blame] | 33 | select CRYPTO |
| 34 | select CRYPTO_MANAGER |
| 35 | select CRYPTO_BLKCIPHER |
| 36 | select CRYPTO_PCBC |
| 37 | select CRYPTO_FCRYPT |
David Howells | 17926a7 | 2007-04-26 15:48:28 -0700 | [diff] [blame] | 38 | help |
| 39 | Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC |
| 40 | through the use of the key retention service. |
| 41 | |
| 42 | See Documentation/networking/rxrpc.txt. |