diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index 5fc8d0b3191da4d1b79c32a5ed127bb994b27b0c..ac1e31ba4795cb0f067a280826da257432f93f33 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -257,6 +257,7 @@ config CPA_DEBUG
 
 config OPTIMIZE_INLINING
 	bool "Allow gcc to uninline functions marked 'inline'"
+	depends on BROKEN
 	help
 	  This option determines if the kernel forces gcc to inline the functions
 	  developers have marked 'inline'. Doing so takes away freedom from gcc to