2 # RxRPC session sockets
6 tristate "RxRPC session sockets"
7 depends on INET && EXPERIMENTAL
11 Say Y or M here to include support for RxRPC session sockets (just
12 the transport part, not the presentation part: (un)marshalling is
13 left to the application).
15 These are used for AFS kernel filesystem and userspace utilities.
17 This module at the moment only supports client operations and is
20 See Documentation/networking/rxrpc.txt.
24 bool "RxRPC dynamic debugging"
27 Say Y here to make runtime controllable debugging messages appear.
29 See Documentation/networking/rxrpc.txt.
33 tristate "RxRPC Kerberos security"
37 select CRYPTO_BLKCIPHER
41 Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC
42 through the use of the key retention service.
44 See Documentation/networking/rxrpc.txt.