tile: normalize global variables exported by vmlinux.lds
[firefly-linux-kernel-4.4.55.git] / arch / x86 / Kconfig.debug
index c198b7e13e7bba5be02fdd04db10681bdda97337..c963881de0d0bdac76923e8fa93e8cc02e6eaab4 100644 (file)
@@ -122,7 +122,6 @@ config DEBUG_NX_TEST
 config DOUBLEFAULT
        default y
        bool "Enable doublefault exception handler" if EXPERT
-       depends on X86_32
        ---help---
          This option allows trapping of rare doublefault exceptions that
          would otherwise cause a system to silently reboot. Disabling this
@@ -304,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