diff options
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r-- | toolchain/gdb/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 28606bab4..0e17ff673 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -27,12 +27,12 @@ choice config BR2_GDB_VERSION_6_4 bool "gdb 6.4" - depends on !BR2_avr32 && !BR2_nios2 + depends on !BR2_avr32 depends on BR2_DEPRECATED config BR2_GDB_VERSION_6_5 bool "gdb 6.5" - depends on !BR2_avr32 && !BR2_nios2 + depends on !BR2_avr32 depends on BR2_DEPRECATED config BR2_GDB_VERSION_6_6 |