diff options
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r-- | arch/powerpc/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug index e5f26890a69e..5416e28a7538 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug | |||
@@ -331,4 +331,13 @@ config STRICT_DEVMEM | |||
331 | 331 | ||
332 | If you are unsure, say Y. | 332 | If you are unsure, say Y. |
333 | 333 | ||
334 | config FAIL_IOMMU | ||
335 | bool "Fault-injection capability for IOMMU" | ||
336 | depends on FAULT_INJECTION | ||
337 | help | ||
338 | Provide fault-injection capability for IOMMU. Each device can | ||
339 | be selectively enabled via the fail_iommu property. | ||
340 | |||
341 | If you are unsure, say N. | ||
342 | |||
334 | endmenu | 343 | endmenu |