config/debug/gdb.in
changeset 916 68af6b83ff7e
parent 865 04cf91f13430
child 1198 5b6539923eea
     1.1 --- a/config/debug/gdb.in	Thu Sep 18 09:22:25 2008 +0000
     1.2 +++ b/config/debug/gdb.in	Fri Oct 10 14:30:44 2008 +0000
     1.3 @@ -1,14 +1,9 @@
     1.4  # GDB menu
     1.5  
     1.6 -menuconfig GDB
     1.7 -    bool
     1.8 -    prompt "gdb"
     1.9 -    default n
    1.10 +config DEBUG_gdb
    1.11      help
    1.12        Enable gdb for the target
    1.13  
    1.14 -if GDB
    1.15 -
    1.16  config GDB_CROSS
    1.17      bool
    1.18      prompt "Cross-gdb"
    1.19 @@ -167,5 +162,3 @@
    1.20      default "5.6" if NCURSES_V_5_6
    1.21  
    1.22  endif # GDB_NATIVE --> ncurses
    1.23 -
    1.24 -endif