diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2008-07-09 20:50:50 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 04:43:27 -0400 |
commit | 18b743dc948aaddc46258b73f17bdec2ee4019ee (patch) | |
tree | 9bce3cb48dc1ab8939433d78707ef675f6d4e21c /arch/x86/Kconfig | |
parent | e93be88d7ec9d183c1cca51eabe040c051cdb687 (diff) |
x86, AMD IOMMU: clean up Kconfig entry
AMD_IOMMU should depend on IOMMU_HELPER since they are the IOMMU
helper functions. SWIOTLB requires IOMMU_HELPER so declaring that
AMD_IOMMU depends on SWIOTLB properly fixes the problems.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index bb0c0d0f6db7..c70d8867800f 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -575,7 +575,7 @@ config SWIOTLB | |||
575 | 3 GB of memory. If unsure, say Y. | 575 | 3 GB of memory. If unsure, say Y. |
576 | 576 | ||
577 | config IOMMU_HELPER | 577 | config IOMMU_HELPER |
578 | def_bool (CALGARY_IOMMU || GART_IOMMU || SWIOTLB) | 578 | def_bool (CALGARY_IOMMU || GART_IOMMU || SWIOTLB || AMD_IOMMU) |
579 | config MAXSMP | 579 | config MAXSMP |
580 | bool "Configure Maximum number of SMP Processors and NUMA Nodes" | 580 | bool "Configure Maximum number of SMP Processors and NUMA Nodes" |
581 | depends on X86_64 && SMP | 581 | depends on X86_64 && SMP |