aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2013-10-06 11:45:20 +0200
committerIngo Molnar <mingo@kernel.org>2013-10-06 15:58:41 +0200
commitced3c42c9fcba049ec9c76c8461ac194cafb20ba (patch)
treea8f59774bfdf6b2af4c2e14eb6454e46e5c91706 /arch/x86/Kconfig
parentx86/iommu: Don't make AMD_GART depend on EXPERT and default y (diff)
downloadlinux-dev-ced3c42c9fcba049ec9c76c8461ac194cafb20ba.tar.xz
linux-dev-ced3c42c9fcba049ec9c76c8461ac194cafb20ba.zip
x86/iommu: Clean up the CONFIG_GART_IOMMU config option a bit
Improve the explanation of this config option. Cc: Andi Kleen <ak@linux.intel.com> Cc: Borislav Petkov <borislav.petkov@amd.com> Link: http://lkml.kernel.org/n/tip-gUMmysvsbl3mccbyf6olmxqg@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig24
1 files changed, 15 insertions, 9 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index c9d2b81ea310..7081958a32fb 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -760,15 +760,21 @@ config GART_IOMMU
select SWIOTLB
depends on X86_64 && PCI && AMD_NB
---help---
- Support for full DMA access of devices with 32bit memory access only
- on systems with more than 3GB. This is usually needed for USB,
- sound, many IDE/SATA chipsets and some other devices.
- Provides a driver for the older AMD Athlon64/Opteron/Turion/Sempron GART
- based hardware IOMMU.
- Newer systems typically have a better AMD IOMMU.
- The code is only active when needed (enough memory and limited
- device) unless CONFIG_IOMMU_DEBUG or iommu=force is specified
- too.
+ Provides a driver for older AMD Athlon64/Opteron/Turion/Sempron
+ GART based hardware IOMMUs.
+
+ The GART supports full DMA access for devices with 32-bit access
+ limitations, on systems with more than 3 GB. This is usually needed
+ for USB, sound, many IDE/SATA chipsets and some other devices.
+
+ Newer systems typically have a modern AMD IOMMU, supported via
+ the CONFIG_AMD_IOMMU=y config option.
+
+ In normal configurations this driver is only active when needed:
+ there's more than 3 GB of memory and the system contains a
+ 32-bit limited device.
+
+ If unsure, say Y.
config CALGARY_IOMMU
bool "IBM Calgary IOMMU support"