aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2013-10-06 05:45:20 -0400
committerIngo Molnar <mingo@kernel.org>2013-10-06 09:58:41 -0400
commitced3c42c9fcba049ec9c76c8461ac194cafb20ba (patch)
treea8f59774bfdf6b2af4c2e14eb6454e46e5c91706 /arch/x86/Kconfig
parent38901f1c1cae241fd4e3c5e63fcc690b921734b1 (diff)
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
760 select SWIOTLB 760 select SWIOTLB
761 depends on X86_64 && PCI && AMD_NB 761 depends on X86_64 && PCI && AMD_NB
762 ---help--- 762 ---help---
763 Support for full DMA access of devices with 32bit memory access only 763 Provides a driver for older AMD Athlon64/Opteron/Turion/Sempron
764 on systems with more than 3GB. This is usually needed for USB, 764 GART based hardware IOMMUs.
765 sound, many IDE/SATA chipsets and some other devices. 765
766 Provides a driver for the older AMD Athlon64/Opteron/Turion/Sempron GART 766 The GART supports full DMA access for devices with 32-bit access
767 based hardware IOMMU. 767 limitations, on systems with more than 3 GB. This is usually needed
768 Newer systems typically have a better AMD IOMMU. 768 for USB, sound, many IDE/SATA chipsets and some other devices.
769 The code is only active when needed (enough memory and limited 769
770 device) unless CONFIG_IOMMU_DEBUG or iommu=force is specified 770 Newer systems typically have a modern AMD IOMMU, supported via
771 too. 771 the CONFIG_AMD_IOMMU=y config option.
772
773 In normal configurations this driver is only active when needed:
774 there's more than 3 GB of memory and the system contains a
775 32-bit limited device.
776
777 If unsure, say Y.
772 778
773config CALGARY_IOMMU 779config CALGARY_IOMMU
774 bool "IBM Calgary IOMMU support" 780 bool "IBM Calgary IOMMU support"