[AGPGART] Make AGP depend on PCI
Fixes possible compile error in amd64 with pci=n pointed out by Adrian Bunk. Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
config AGP
|
config AGP
|
||||||
tristate "/dev/agpgart (AGP Support)" if !GART_IOMMU
|
tristate "/dev/agpgart (AGP Support)" if !GART_IOMMU
|
||||||
depends on ALPHA || IA64 || PPC || X86
|
depends on ALPHA || IA64 || PPC || X86
|
||||||
|
depends on PCI
|
||||||
default y if GART_IOMMU
|
default y if GART_IOMMU
|
||||||
---help---
|
---help---
|
||||||
AGP (Accelerated Graphics Port) is a bus system mainly used to
|
AGP (Accelerated Graphics Port) is a bus system mainly used to
|
||||||
|
Reference in New Issue
Block a user