diff --git a/toolchain/glibc/Config.in b/toolchain/glibc/Config.in
index 50e44c831d29a78967021b880ce2a00886cfb281..00262dd40692f41b67b5a5707f491b36050079ad 100644
--- a/toolchain/glibc/Config.in
+++ b/toolchain/glibc/Config.in
@@ -1,7 +1,7 @@
 choice
 	prompt "(e)glibc version"
 	depends on TOOLCHAINOPTS && USE_GLIBC
-	default EGLIBC_USE_VERSION_2_19
+	default EGLIBC_USE_VERSION_2_22
 	help
 	  Select the version of glibc you wish to use.
 
diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version
index 39066d0c302408efb54c038863cf5c5d7a3429c0..060587461ba430391d532190ef059ad11a2106a4 100644
--- a/toolchain/glibc/Config.version
+++ b/toolchain/glibc/Config.version
@@ -7,13 +7,13 @@ config GLIBC_VERSION
 	default "2.22" if GLIBC_VERSION_2_22
 
 config EGLIBC_VERSION_2_19
-	default y if !TOOLCHAINOPTS
 	bool
 
 config GLIBC_VERSION_2_21
 	bool
 
 config GLIBC_VERSION_2_22
+	default y if !TOOLCHAINOPTS
 	bool
 
 config GLIBC_REVISION