浏览代码

x86/gart: Do not select AGP for GART_IOMMU

There is no dependency from the gart code to the agp code.
And since a lot of systems today do not have agp anymore
remove this dependency from the kernel configuration.

Signed-off-by: Pavel Vasilyev <pavel@pavlinux.ru>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Pavel Vasilyev 15 年之前
父节点
当前提交
6ac162d6c0
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/x86/Kconfig

+ 0 - 1
arch/x86/Kconfig

@@ -586,7 +586,6 @@ config GART_IOMMU
 	bool "GART IOMMU support" if EMBEDDED
 	bool "GART IOMMU support" if EMBEDDED
 	default y
 	default y
 	select SWIOTLB
 	select SWIOTLB
-	select AGP
 	depends on X86_64 && PCI
 	depends on X86_64 && PCI
 	---help---
 	---help---
 	  Support for full DMA access of devices with 32bit memory access only
 	  Support for full DMA access of devices with 32bit memory access only