Skip to content

Commit

Permalink
x86/gart: Do not select AGP for GART_IOMMU
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pavel Vasilyev authored and Joerg Roedel committed Sep 3, 2009
1 parent 37d0892 commit 6ac162d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ config GART_IOMMU
bool "GART IOMMU support" if EMBEDDED
default y
select SWIOTLB
select AGP
depends on X86_64 && PCI
---help---
Support for full DMA access of devices with 32bit memory access only
Expand Down

0 comments on commit 6ac162d

Please sign in to comment.