prompt "GDB debugger Version"
        default BR2_GDB_VERSION_6_6 if BR2_bfin
        default BR2_GDB_VERSION_6_7_1_AVR32_2_1_5 if BR2_avr32
-       default BR2_GDB_VERSION_7_4
+       default BR2_GDB_VERSION_7_5
        depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_PACKAGE_GDB_HOST
        help
          Select the version of gdb you wish to use.
                depends on BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED
                select BR2_PTHREAD_DEBUG if (BR2_TOOLCHAIN_BUILDROOT && !BR2_PTHREADS_NONE)
 
+       config BR2_GDB_VERSION_7_5
+               bool "gdb 7.5.x"
+               depends on !BR2_bfin
+               depends on BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED
+               select BR2_PTHREAD_DEBUG if (BR2_TOOLCHAIN_BUILDROOT && !BR2_PTHREADS_NONE)
+
 endchoice
 
 comment "gdb support needs pthread debug support in toolchain"
        default "7.2a"     if BR2_GDB_VERSION_7_2
        default "7.3.1"    if BR2_GDB_VERSION_7_3
        default "7.4.1"    if BR2_GDB_VERSION_7_4
+       default "7.5.1"    if BR2_GDB_VERSION_7_5