diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
commit | 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch) | |
tree | 6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /toolchain/gdb | |
parent | ac653c53d6ef59e45f0236a0e05a4225439d281d (diff) | |
download | buildroot-novena-4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee.tar.gz buildroot-novena-4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee.zip |
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'toolchain/gdb')
-rw-r--r-- | toolchain/gdb/Config.in | 3 | ||||
-rw-r--r-- | toolchain/gdb/Config.in.2 | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 6bcbfdab4..ffa437168 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -2,21 +2,18 @@ comment "Gdb Options" config BR2_PACKAGE_GDB bool "Build gdb debugger for the Target" - default n select BR2_PACKAGE_NCURSES help Build the full gdb debugger to run on the target. config BR2_PACKAGE_GDB_SERVER bool "Build gdb server for the Target" - default n help Build the gdbserver stub to run on the target. A full gdb is needed to debug the progam. config BR2_PACKAGE_GDB_HOST bool "Build gdb for the Host" - default n help Build gdb to run on the host to debug programs run on the target. diff --git a/toolchain/gdb/Config.in.2 b/toolchain/gdb/Config.in.2 index b5645ef0c..6eafa6079 100644 --- a/toolchain/gdb/Config.in.2 +++ b/toolchain/gdb/Config.in.2 @@ -5,21 +5,18 @@ comment "Gdb Options" config BR2_PACKAGE_GDB bool "Build gdb debugger for the Target" - default n select BR2_PACKAGE_NCURSES help Build the full gdb debugger to run on the target. config BR2_PACKAGE_GDB_SERVER bool "Build gdb server for the Target" - default n help Build the gdbserver stub to run on the target. A full gdb is needed to debug the progam. config BR2_PACKAGE_GDB_HOST bool "Build gdb for the Host" - default n help Build gdb to run on the host to debug programs run on the target. |