aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r--drivers/iommu/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index b57b3fa492f..d901930a8f8 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -107,4 +107,23 @@ config INTR_REMAP
107 To use x2apic mode in the CPU's which support x2APIC enhancements or 107 To use x2apic mode in the CPU's which support x2APIC enhancements or
108 to support platforms with CPU's having > 8 bit APIC ID, say Y. 108 to support platforms with CPU's having > 8 bit APIC ID, say Y.
109 109
110# OMAP IOMMU support
111config OMAP_IOMMU
112 bool "OMAP IOMMU Support"
113 depends on ARCH_OMAP
114 select IOMMU_API
115
116config OMAP_IOVMM
117 tristate
118 select OMAP_IOMMU
119
120config OMAP_IOMMU_DEBUG
121 tristate "Export OMAP IOMMU/IOVMM internals in DebugFS"
122 depends on OMAP_IOVMM && DEBUG_FS
123 help
124 Select this to see extensive information about
125 the internal state of OMAP IOMMU/IOVMM in debugfs.
126
127 Say N unless you know you need this.
128
110endif # IOMMU_SUPPORT 129endif # IOMMU_SUPPORT