diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2011-06-14 09:51:54 -0400 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2011-06-21 04:49:30 -0400 |
commit | 68255b628776dfafa7f67ca3afd66bd4ba377307 (patch) | |
tree | f95ca74fd3249f18783f30a71a0a4c4114b496d3 | |
parent | 166e9278a3f98bab29ebb3d685a81cfb11b98be0 (diff) |
iommu: Move iommu Kconfig entries to submenu
For better navigation this patch moves the drivers/iommu
drivers into its own submenu in Kconfig.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
-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 | ||