diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 414b1d905a412c47009e79d1ecdcd29c1b9255cf..8c90597091527b729f185d22c27b9c5ec589aadd 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -2,9 +2,8 @@
 
 choice
 	prompt "Binutils Version" if TOOLCHAINOPTS
-	default BINUTILS_VERSION_2_19_1
 	default BINUTILS_VERSION_2_20_1 if avr32
-	default BINUTILS_VERSION_2_22
+	default BINUTILS_VERSION_2_22 if !avr32
 	help
 	  Select the version of binutils you wish to use.