summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 43239ac..b65a71b 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -13,7 +13,7 @@ config GDB_CROSS
bool
prompt "Cross-gdb"
default y
- select GDB_GDBSERVER
+ select GDB_GDBSERVER if ! BARE_METAL
help
Build and install a cross-gdb for the target, to run on host.
@@ -45,6 +45,7 @@ config GDB_NATIVE
bool
prompt "Native gdb"
default n
+ depends on ! BARE_METAL
help
Build and install a native gdb for the target, to run on the target.
@@ -78,6 +79,7 @@ config GDB_GDBSERVER
bool
prompt "gdbserver"
default n
+ depends on ! BARE_METAL
help
Build and install a gdbserver for the target, to run on the target.