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 761ca7b5f120..40aba670fb37 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -112,4 +112,13 @@ config IOMMU_LEAK | |||
112 | Add a simple leak tracer to the IOMMU code. This is useful when you | 112 | Add a simple leak tracer to the IOMMU code. This is useful when you |
113 | are debugging a buggy device driver that leaks IOMMU mappings. | 113 | are debugging a buggy device driver that leaks IOMMU mappings. |
114 | 114 | ||
115 | config UDELAY_IO_DELAY | ||
116 | bool "Delay I/O through udelay instead of outb" | ||
117 | depends on DEBUG_KERNEL | ||
118 | help | ||
119 | Make inb_p/outb_p use udelay() based delays by default. Please note | ||
120 | that udelay() does not have the same bus-level side-effects that | ||
121 | the normal outb based delay does meaning this could cause drivers | ||
122 | to change behaviour and/or bugs to surface. | ||
123 | |||
115 | endmenu | 124 | endmenu |