Kconfig: Organize debugging options per file extensions
Change-Id: Ia4553fb4cd95d2f1fa86eecbf382e6e6dec52b92 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36616 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
55f01326cc
commit
aae81906b9
|
@ -738,7 +738,7 @@ source "payloads/Kconfig"
|
||||||
menu "Debugging"
|
menu "Debugging"
|
||||||
|
|
||||||
comment "CPU Debug Settings"
|
comment "CPU Debug Settings"
|
||||||
source "src/cpu/*/Kconfig.debug"
|
source "src/cpu/*/Kconfig.debug_cpu"
|
||||||
|
|
||||||
comment "General Debug Settings"
|
comment "General Debug Settings"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue