diff -r 04cf91f13430 -r 68af6b83ff7e config/debug/gdb.in --- a/config/debug/gdb.in Thu Sep 18 09:22:25 2008 +0000 +++ b/config/debug/gdb.in Fri Oct 10 14:30:44 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