Kconfig: Have GDB_STUB depend on DRIVERS_UART

There is no reason to hide the GDB_STUB option when CONSOLE_SERIAL is
not set.

Change-Id: Icbf9a1ac0e617939cafa3d66774bbd467dc01cbc
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36604
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Arthur Heymans 2019-11-04 09:33:04 +01:00 committed by Patrick Georgi
parent 2f3c37bd62
commit 8e9801380b
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ comment "General Debug Settings"
config GDB_STUB
bool "GDB debugging support"
default n
depends on CONSOLE_SERIAL
depends on DRIVERS_UART
help
If enabled, you will be able to set breakpoints for gdb debugging.
See src/arch/x86/lib/c_start.S for details.