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.debug9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index fdb45df608b6..dfd74abc03f8 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -175,6 +175,15 @@ config IOMMU_LEAK
175 Add a simple leak tracer to the IOMMU code. This is useful when you 175 Add a simple leak tracer to the IOMMU code. This is useful when you
176 are debugging a buggy device driver that leaks IOMMU mappings. 176 are debugging a buggy device driver that leaks IOMMU mappings.
177 177
178config X86_DS_SELFTEST
179 bool "DS selftest"
180 default y
181 depends on DEBUG_KERNEL
182 depends on X86_DS
183 ---help---
184 Perform Debug Store selftests at boot time.
185 If in doubt, say "N".
186
178config HAVE_MMIOTRACE_SUPPORT 187config HAVE_MMIOTRACE_SUPPORT
179 def_bool y 188 def_bool y
180 189