diff options
| -rw-r--r-- | arch/x86/Kconfig | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ee2fb9d37745..c9d2b81ea310 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
| @@ -756,17 +756,16 @@ config DMI | |||
| 756 | BIOS code. | 756 | BIOS code. |
| 757 | 757 | ||
| 758 | config GART_IOMMU | 758 | config GART_IOMMU |
| 759 | bool "GART IOMMU support" if EXPERT | 759 | bool "Old AMD GART IOMMU support" |
| 760 | default y | ||
| 761 | select SWIOTLB | 760 | select SWIOTLB |
| 762 | depends on X86_64 && PCI && AMD_NB | 761 | depends on X86_64 && PCI && AMD_NB |
| 763 | ---help--- | 762 | ---help--- |
| 764 | Support for full DMA access of devices with 32bit memory access only | 763 | Support for full DMA access of devices with 32bit memory access only |
| 765 | on systems with more than 3GB. This is usually needed for USB, | 764 | on systems with more than 3GB. This is usually needed for USB, |
| 766 | sound, many IDE/SATA chipsets and some other devices. | 765 | sound, many IDE/SATA chipsets and some other devices. |
| 767 | Provides a driver for the AMD Athlon64/Opteron/Turion/Sempron GART | 766 | Provides a driver for the older AMD Athlon64/Opteron/Turion/Sempron GART |
| 768 | based hardware IOMMU and a software bounce buffer based IOMMU used | 767 | based hardware IOMMU. |
| 769 | on Intel systems and as fallback. | 768 | Newer systems typically have a better AMD IOMMU. |
| 770 | The code is only active when needed (enough memory and limited | 769 | The code is only active when needed (enough memory and limited |
| 771 | device) unless CONFIG_IOMMU_DEBUG or iommu=force is specified | 770 | device) unless CONFIG_IOMMU_DEBUG or iommu=force is specified |
| 772 | too. | 771 | too. |
