xref: /linux/net/rxrpc/Kconfig (revision 71a904bf49582f1866e2d6f9ce0a186af9a50b39)
117926a79SDavid Howells#
217926a79SDavid Howells# RxRPC session sockets
317926a79SDavid Howells#
417926a79SDavid Howells
517926a79SDavid Howellsconfig AF_RXRPC
617926a79SDavid Howells	tristate "RxRPC session sockets"
7*71a904bfSDavid Howells	depends on INET && EXPERIMENTAL
880c72fe4SDavid Howells	select KEYS
917926a79SDavid Howells	help
1017926a79SDavid Howells	  Say Y or M here to include support for RxRPC session sockets (just
1117926a79SDavid Howells	  the transport part, not the presentation part: (un)marshalling is
1217926a79SDavid Howells	  left to the application).
1317926a79SDavid Howells
1417926a79SDavid Howells	  These are used for AFS kernel filesystem and userspace utilities.
1517926a79SDavid Howells
1617926a79SDavid Howells	  This module at the moment only supports client operations and is
1717926a79SDavid Howells	  currently incomplete.
1817926a79SDavid Howells
1917926a79SDavid Howells	  See Documentation/networking/rxrpc.txt.
2017926a79SDavid Howells
2117926a79SDavid Howells
2217926a79SDavid Howellsconfig AF_RXRPC_DEBUG
2317926a79SDavid Howells	bool "RxRPC dynamic debugging"
2417926a79SDavid Howells	depends on AF_RXRPC
2517926a79SDavid Howells	help
2617926a79SDavid Howells	  Say Y here to make runtime controllable debugging messages appear.
2717926a79SDavid Howells
2817926a79SDavid Howells	  See Documentation/networking/rxrpc.txt.
2917926a79SDavid Howells
3017926a79SDavid Howells
3117926a79SDavid Howellsconfig RXKAD
3217926a79SDavid Howells	tristate "RxRPC Kerberos security"
3380c72fe4SDavid Howells	depends on AF_RXRPC
34b1bdb691SDavid Howells	select CRYPTO
35b1bdb691SDavid Howells	select CRYPTO_MANAGER
36b1bdb691SDavid Howells	select CRYPTO_BLKCIPHER
37b1bdb691SDavid Howells	select CRYPTO_PCBC
38b1bdb691SDavid Howells	select CRYPTO_FCRYPT
3917926a79SDavid Howells	help
4017926a79SDavid Howells	  Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC
4117926a79SDavid Howells	  through the use of the key retention service.
4217926a79SDavid Howells
4317926a79SDavid Howells	  See Documentation/networking/rxrpc.txt.
44