diff options
-rw-r--r-- | src/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig index 74b892e15a..cdc0a4426f 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -673,11 +673,12 @@ config GDB_STUB See src/arch/x86/lib/c_start.S for details. config GDB_WAIT - bool "Wait for a GDB connection" + bool "Wait for a GDB connection in the ramstage" default n depends on GDB_STUB help - If enabled, coreboot will wait for a GDB connection. + If enabled, coreboot will wait for a GDB connection in the ramstage. + config FATAL_ASSERTS bool "Halt when hitting a BUG() or assertion error" |