Arthur Heymans has uploaded this change for review.

View Change

Kconfig: Have GDB_STUB depend on DRIVERS_UART

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

Change-Id: Icbf9a1ac0e617939cafa3d66774bbd467dc01cbc
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
---
M src/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/36604/1
diff --git a/src/Kconfig b/src/Kconfig
index 793927a..ad6c18a 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -746,7 +746,7 @@
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.

To view, visit change 36604. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Icbf9a1ac0e617939cafa3d66774bbd467dc01cbc
Gerrit-Change-Number: 36604
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-MessageType: newchange