diff options
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r-- | toolchain/gdb/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index d3d2834c4..a17b736dc 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -7,12 +7,14 @@ comment "Gdb Options" config BR2_PACKAGE_GDB bool "Build gdb debugger for the Target" default n + select BR2_PACKAGE_NCURSES help Enable the gdb debugger. config BR2_PACKAGE_GDB_SERVER bool "Build gdb server for the Target" default n + select BR2_PACKAGE_NCURSES help Enable the gdb debugger. |