Disable the GDB stub by default
[coreboot.git] / src / Kconfig
index c165d932a7ee444fe3347567f5dc58e7533ad7d2..845d26f29181191faedd42fac72e76b33882d758 100644 (file)
@@ -570,7 +570,7 @@ menu "Debugging"
 # TODO: Better help text and detailed instructions.
 config GDB_STUB
        bool "GDB debugging support"
-       default y
+       default n
        help
          If enabled, you will be able to set breakpoints for gdb debugging.
          See src/arch/x86/lib/c_start.S for details.