diff options
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r-- | drivers/iommu/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index b57b3fa492f3..432463b2e78d 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig | |||
@@ -107,4 +107,22 @@ 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 | ||
111 | config OMAP_IOMMU | ||
112 | bool "OMAP IOMMU Support" | ||
113 | select IOMMU_API | ||
114 | |||
115 | config OMAP_IOVMM | ||
116 | tristate | ||
117 | select OMAP_IOMMU | ||
118 | |||
119 | config OMAP_IOMMU_DEBUG | ||
120 | tristate "Export OMAP IOMMU/IOVMM internals in DebugFS" | ||
121 | depends on OMAP_IOVMM && DEBUG_FS | ||
122 | help | ||
123 | Select this to see extensive information about | ||
124 | the internal state of OMAP IOMMU/IOVMM in debugfs. | ||
125 | |||
126 | Say N unless you know you need this. | ||
127 | |||
110 | endif # IOMMU_SUPPORT | 128 | endif # IOMMU_SUPPORT |