]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/Kconfig.debug
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / arch / x86 / Kconfig.debug
index b6a770132b67315cc7d07b3da152f2027447e2d6..c963881de0d0bdac76923e8fa93e8cc02e6eaab4 100644 (file)
@@ -303,4 +303,14 @@ config DEBUG_NMI_SELFTEST
 
          If unsure, say N.
 
+config X86_DEBUG_STATIC_CPU_HAS
+       bool "Debug alternatives"
+       depends on DEBUG_KERNEL
+       ---help---
+         This option causes additional code to be generated which
+         fails if static_cpu_has() is used before alternatives have
+         run.
+
+         If unsure, say N.
+
 endmenu