aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r--arch/x86/Kconfig.debug11
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index c1665a8989da..78d91afb8e50 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -112,7 +112,6 @@ config DEBUG_NX_TEST
112config DOUBLEFAULT 112config DOUBLEFAULT
113 default y 113 default y
114 bool "Enable doublefault exception handler" if EXPERT 114 bool "Enable doublefault exception handler" if EXPERT
115 depends on X86_32
116 ---help--- 115 ---help---
117 This option allows trapping of rare doublefault exceptions that 116 This option allows trapping of rare doublefault exceptions that
118 would otherwise cause a system to silently reboot. Disabling this 117 would otherwise cause a system to silently reboot. Disabling this
@@ -294,4 +293,14 @@ config DEBUG_NMI_SELFTEST
294 293
295 If unsure, say N. 294 If unsure, say N.
296 295
296config X86_DEBUG_STATIC_CPU_HAS
297 bool "Debug alternatives"
298 depends on DEBUG_KERNEL
299 ---help---
300 This option causes additional code to be generated which
301 fails if static_cpu_has() is used before alternatives have
302 run.
303
304 If unsure, say N.
305
297endmenu 306endmenu