Skip to content

Commit ff600a9

Browse files
changbindutorvalds
authored andcommitted
kernel-hacking: create submenu for arch special debugging options
The arch special options are a little long, so create a submenu for them. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Changbin Du <[email protected]> Acked-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 6210b64 commit ff600a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Kconfig.debug

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,8 +2158,12 @@ config IO_STRICT_DEVMEM
21582158

21592159
If in doubt, say Y.
21602160

2161+
menu "$(SRCARCH) Debugging"
2162+
21612163
source "arch/$(SRCARCH)/Kconfig.debug"
21622164

2165+
endmenu
2166+
21632167
config HYPERV_TESTING
21642168
bool "Microsoft Hyper-V driver testing"
21652169
default n

0 commit comments

Comments
 (0)