diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 46349c5f99..6fbc1f0b10 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -728,6 +728,7 @@ menu "Debugging" config GDB_STUB bool "GDB debugging support" default n + depends on CONSOLE_SERIAL help If enabled, you will be able to set breakpoints for gdb debugging. See src/arch/x86/lib/c_start.S for details. |