diff options
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index d8359e73317f..22b752e09487 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -167,6 +167,15 @@ config IOMMU_LEAK | |||
167 | Add a simple leak tracer to the IOMMU code. This is useful when you | 167 | Add a simple leak tracer to the IOMMU code. This is useful when you |
168 | are debugging a buggy device driver that leaks IOMMU mappings. | 168 | are debugging a buggy device driver that leaks IOMMU mappings. |
169 | 169 | ||
170 | config X86_DS_SELFTEST | ||
171 | bool "DS selftest" | ||
172 | default y | ||
173 | depends on DEBUG_KERNEL | ||
174 | depends on X86_DS | ||
175 | ---help--- | ||
176 | Perform Debug Store selftests at boot time. | ||
177 | If in doubt, say "N". | ||
178 | |||
170 | config HAVE_MMIOTRACE_SUPPORT | 179 | config HAVE_MMIOTRACE_SUPPORT |
171 | def_bool y | 180 | def_bool y |
172 | 181 | ||