diff options
| -rw-r--r-- | drivers/iommu/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index e2a5f141ae2d..b57b3fa492f3 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig | |||
| @@ -2,6 +2,17 @@ | |||
| 2 | config IOMMU_API | 2 | config IOMMU_API |
| 3 | bool | 3 | bool |
| 4 | 4 | ||
| 5 | menuconfig IOMMU_SUPPORT | ||
| 6 | bool "IOMMU Hardware Support" | ||
| 7 | default y | ||
| 8 | ---help--- | ||
| 9 | Say Y here if you want to compile device drivers for IO Memory | ||
| 10 | Management Units into the kernel. These devices usually allow to | ||
| 11 | remap DMA requests and/or remap interrupts from other devices on the | ||
| 12 | system. | ||
| 13 | |||
| 14 | if IOMMU_SUPPORT | ||
| 15 | |||
| 5 | # MSM IOMMU support | 16 | # MSM IOMMU support |
| 6 | config MSM_IOMMU | 17 | config MSM_IOMMU |
| 7 | bool "MSM IOMMU Support" | 18 | bool "MSM IOMMU Support" |
| @@ -95,3 +106,5 @@ config INTR_REMAP | |||
| 95 | Supports Interrupt remapping for IO-APIC and MSI devices. | 106 | Supports Interrupt remapping for IO-APIC and MSI devices. |
| 96 | 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 |
| 97 | 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 | |||
| 110 | endif # IOMMU_SUPPORT | ||
