diff --git a/config/Config-build.in b/config/Config-build.in
index 8e12199cbd118825cbfecf067242b2695af02f52..bae1552096af1f1aae15a15b78cb83c86a2ad00b 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -282,11 +282,11 @@ menu "Global build settings"
 			bool "Strong"
 	endchoice
 
-	config  KERNEL_STACKPROTECTOR
+	config KERNEL_STACKPROTECTOR
 		bool
 		default KERNEL_CC_STACKPROTECTOR_REGULAR || KERNEL_CC_STACKPROTECTOR_STRONG
 
-	config  KERNEL_STACKPROTECTOR_STRONG
+	config KERNEL_STACKPROTECTOR_STRONG
 		bool
 		default KERNEL_CC_STACKPROTECTOR_STRONG