Skip to content

Commit 295739c

Browse files
committed
net: RxRPC: make dependent Kconfig symbols be shown indented
jira LE-1907 Rebuild_History Non-Buildable kernel-rt-5.14.0-284.30.1.rt14.315.el9_2 commit-author Randy Dunlap <[email protected]> commit 95d5e67 Make all dependent RxRPC kconfig entries be dependent on AF_RXRPC so that they are presented (indented) after AF_RXRPC instead of being presented at the same level on indentation. Signed-off-by: Randy Dunlap <[email protected]> Cc: David Howells <[email protected]> Cc: Marc Dionne <[email protected]> Cc: [email protected] Cc: "David S. Miller" <[email protected]> Cc: Jakub Kicinski <[email protected]> Cc: [email protected] Signed-off-by: David S. Miller <[email protected]> (cherry picked from commit 95d5e67) Signed-off-by: Jonathan Maple <[email protected]>
1 parent 31a7e54 commit 295739c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

net/rxrpc/Kconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ config AF_RXRPC
2121

2222
See Documentation/networking/rxrpc.rst.
2323

24+
if AF_RXRPC
25+
2426
config AF_RXRPC_IPV6
2527
bool "IPv6 support for RxRPC"
2628
depends on (IPV6 = m && AF_RXRPC = m) || (IPV6 = y && AF_RXRPC)
@@ -30,15 +32,13 @@ config AF_RXRPC_IPV6
3032

3133
config AF_RXRPC_INJECT_LOSS
3234
bool "Inject packet loss into RxRPC packet stream"
33-
depends on AF_RXRPC
3435
help
3536
Say Y here to inject packet loss by discarding some received and some
3637
transmitted packets.
3738

3839

3940
config AF_RXRPC_DEBUG
4041
bool "RxRPC dynamic debugging"
41-
depends on AF_RXRPC
4242
help
4343
Say Y here to make runtime controllable debugging messages appear.
4444

@@ -47,7 +47,6 @@ config AF_RXRPC_DEBUG
4747

4848
config RXKAD
4949
bool "RxRPC Kerberos security"
50-
depends on AF_RXRPC
5150
select CRYPTO
5251
select CRYPTO_MANAGER
5352
select CRYPTO_SKCIPHER
@@ -58,3 +57,5 @@ config RXKAD
5857
through the use of the key retention service.
5958

6059
See Documentation/networking/rxrpc.rst.
60+
61+
endif

0 commit comments

Comments
 (0)