From: Changbin Du Date: Sat, 7 Dec 2019 01:03:45 +0000 (-0800) Subject: kernel-hacking: create submenu for arch special debugging options X-Git-Tag: v5.10.7~3678^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff600a9a69be3733718dd9a126437631b7d31252;p=platform%2Fkernel%2Flinux-rpi.git 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/20190909144453.3520-3-changbin.du@gmail.com Signed-off-by: Changbin Du Acked-by: Randy Dunlap Tested-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 0dbb5b4..2493a03 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -2158,8 +2158,12 @@ config IO_STRICT_DEVMEM If in doubt, say Y. +menu "$(SRCARCH) Debugging" + source "arch/$(SRCARCH)/Kconfig.debug" +endmenu + config HYPERV_TESTING bool "Microsoft Hyper-V driver testing" default n