File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ config AF_RXRPC
21
21
22
22
See Documentation/networking/rxrpc.rst.
23
23
24
+ if AF_RXRPC
25
+
24
26
config AF_RXRPC_IPV6
25
27
bool "IPv6 support for RxRPC"
26
28
depends on (IPV6 = m && AF_RXRPC = m) || (IPV6 = y && AF_RXRPC)
@@ -30,15 +32,13 @@ config AF_RXRPC_IPV6
30
32
31
33
config AF_RXRPC_INJECT_LOSS
32
34
bool "Inject packet loss into RxRPC packet stream"
33
- depends on AF_RXRPC
34
35
help
35
36
Say Y here to inject packet loss by discarding some received and some
36
37
transmitted packets.
37
38
38
39
39
40
config AF_RXRPC_DEBUG
40
41
bool "RxRPC dynamic debugging"
41
- depends on AF_RXRPC
42
42
help
43
43
Say Y here to make runtime controllable debugging messages appear.
44
44
@@ -47,7 +47,6 @@ config AF_RXRPC_DEBUG
47
47
48
48
config RXKAD
49
49
bool "RxRPC Kerberos security"
50
- depends on AF_RXRPC
51
50
select CRYPTO
52
51
select CRYPTO_MANAGER
53
52
select CRYPTO_SKCIPHER
@@ -58,3 +57,5 @@ config RXKAD
58
57
through the use of the key retention service.
59
58
60
59
See Documentation/networking/rxrpc.rst.
60
+
61
+ endif
You can’t perform that action at this time.
0 commit comments