2 # RxRPC session sockets
6 tristate "RxRPC session sockets"
7 depends on INET && EXPERIMENTAL
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).
14 These are used for AFS kernel filesystem and userspace utilities.
16 This module at the moment only supports client operations and is
19 See Documentation/networking/rxrpc.txt.
23 bool "RxRPC dynamic debugging"
26 Say Y here to make runtime controllable debugging messages appear.
28 See Documentation/networking/rxrpc.txt.
32 tristate "RxRPC Kerberos security"
36 select CRYPTO_BLKCIPHER
40 Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC
41 through the use of the key retention service.
43 See Documentation/networking/rxrpc.txt.