diff options
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 18363374d51a..f395fd537c5c 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -172,6 +172,14 @@ config IOMMU_LEAK | |||
172 | Add a simple leak tracer to the IOMMU code. This is useful when you | 172 | Add a simple leak tracer to the IOMMU code. This is useful when you |
173 | are debugging a buggy device driver that leaks IOMMU mappings. | 173 | are debugging a buggy device driver that leaks IOMMU mappings. |
174 | 174 | ||
175 | config PAGE_FAULT_HANDLERS | ||
176 | bool "Custom page fault handlers" | ||
177 | depends on DEBUG_KERNEL | ||
178 | help | ||
179 | Allow the use of custom page fault handlers. A kernel module may | ||
180 | register a function that is called on every page fault. Custom | ||
181 | handlers are used by some debugging and reverse engineering tools. | ||
182 | |||
175 | # | 183 | # |
176 | # IO delay types: | 184 | # IO delay types: |
177 | # | 185 | # |