diff -r 04cf91f13430 -r e2f4be0feb9d config/debug/gdb.in --- a/config/debug/gdb.in Thu Sep 18 09:22:25 2008 +0000 +++ b/config/debug/gdb.in Tue Oct 14 20:06:37 2008 +0000 @@ -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 @@ default "5.6" if NCURSES_V_5_6 endif # GDB_NATIVE --> ncurses - -endif