|
@@ -186,14 +186,10 @@ config IOMMU_LEAK
|
|
Add a simple leak tracer to the IOMMU code. This is useful when you
|
|
Add a simple leak tracer to the IOMMU code. This is useful when you
|
|
are debugging a buggy device driver that leaks IOMMU mappings.
|
|
are debugging a buggy device driver that leaks IOMMU mappings.
|
|
|
|
|
|
-config MMIOTRACE_HOOKS
|
|
|
|
- bool
|
|
|
|
-
|
|
|
|
config MMIOTRACE
|
|
config MMIOTRACE
|
|
bool "Memory mapped IO tracing"
|
|
bool "Memory mapped IO tracing"
|
|
depends on DEBUG_KERNEL && PCI
|
|
depends on DEBUG_KERNEL && PCI
|
|
select TRACING
|
|
select TRACING
|
|
- select MMIOTRACE_HOOKS
|
|
|
|
help
|
|
help
|
|
Mmiotrace traces Memory Mapped I/O access and is meant for
|
|
Mmiotrace traces Memory Mapped I/O access and is meant for
|
|
debugging and reverse engineering. It is called from the ioremap
|
|
debugging and reverse engineering. It is called from the ioremap
|