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.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 0d01583..41702bf 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -1,14 +1,9 @@
# GDB menu
-menuconfig GDB
- bool
- prompt "gdb"
- default n
+config DEBUG_gdb
help
Enable gdb for the target
-if GDB
-
config GDB_CROSS
bool
prompt "Cross-gdb"
@@ -167,5 +162,3 @@ config NCURSES_VERSION
default "5.6" if NCURSES_V_5_6
endif # GDB_NATIVE --> ncurses
-
-endif