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