Commit 6ac162d6c01ac7626f46c68c0770556cf682ce34

Authored by Pavel Vasilyev
Committed by Joerg Roedel
1 parent 37d0892c5a

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

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