2 # RxRPC session sockets
6 tristate "RxRPC session sockets"
7 depends on EXPERIMENTAL
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).
13 These are used for AFS kernel filesystem and userspace utilities.
15 This module at the moment only supports client operations and is
18 See Documentation/networking/rxrpc.txt.
22 bool "RxRPC dynamic debugging"
25 Say Y here to make runtime controllable debugging messages appear.
27 See Documentation/networking/rxrpc.txt.
31 tristate "RxRPC Kerberos security"
32 depends on AF_RXRPC && KEYS
35 select CRYPTO_BLKCIPHER
39 Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC
40 through the use of the key retention service.
42 See Documentation/networking/rxrpc.txt.