diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index ce584f5311..83fcc29b1c 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -670,6 +670,11 @@ source "payloads/Kconfig" menu "Debugging" +comment "CPU Debug Settings" +source "src/cpu/*/Kconfig.debug" + +comment "General Debug Settings" + # TODO: Better help text and detailed instructions. config GDB_STUB bool "GDB debugging support" |