Kconfig (bc95f3669f5e6f63cf0b84fe4922c3c6dd4aa775) | Kconfig (80c72fe415698049a477314ac82790c1af0fa7e3) |
---|---|
1# 2# RxRPC session sockets 3# 4 5config AF_RXRPC 6 tristate "RxRPC session sockets" 7 depends on EXPERIMENTAL | 1# 2# RxRPC session sockets 3# 4 5config AF_RXRPC 6 tristate "RxRPC session sockets" 7 depends on EXPERIMENTAL |
8 select KEYS |
|
8 help 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). 12 13 These are used for AFS kernel filesystem and userspace utilities. 14 15 This module at the moment only supports client operations and is --- 8 unchanged lines hidden (view full) --- 24 help 25 Say Y here to make runtime controllable debugging messages appear. 26 27 See Documentation/networking/rxrpc.txt. 28 29 30config RXKAD 31 tristate "RxRPC Kerberos security" | 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 --- 8 unchanged lines hidden (view full) --- 25 help 26 Say Y here to make runtime controllable debugging messages appear. 27 28 See Documentation/networking/rxrpc.txt. 29 30 31config RXKAD 32 tristate "RxRPC Kerberos security" |
32 depends on AF_RXRPC && KEYS | 33 depends on AF_RXRPC |
33 select CRYPTO 34 select CRYPTO_MANAGER 35 select CRYPTO_BLKCIPHER 36 select CRYPTO_PCBC 37 select CRYPTO_FCRYPT 38 help 39 Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC 40 through the use of the key retention service. 41 42 See Documentation/networking/rxrpc.txt. | 34 select CRYPTO 35 select CRYPTO_MANAGER 36 select CRYPTO_BLKCIPHER 37 select CRYPTO_PCBC 38 select CRYPTO_FCRYPT 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. |