diff options
author | Dave Jones <davej@redhat.com> | 2006-06-28 13:38:43 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-06-28 13:38:43 -0400 |
commit | adf8a287150667feb5747f8beade62acacc17d4e (patch) | |
tree | b7f86f4f52d27a7785e3113480f52c1698f71678 /drivers/char/agp | |
parent | 4280370efe0e9c527ccd6188d6211a10bcb22b1e (diff) |
[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>
Diffstat (limited to 'drivers/char/agp')
-rw-r--r-- | drivers/char/agp/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/agp/Kconfig b/drivers/char/agp/Kconfig index 7c88c060a9e..3dbbb9544ae 100644 --- a/drivers/char/agp/Kconfig +++ b/drivers/char/agp/Kconfig @@ -1,6 +1,7 @@ config AGP tristate "/dev/agpgart (AGP Support)" if !GART_IOMMU depends on ALPHA || IA64 || PPC || X86 + depends on PCI default y if GART_IOMMU ---help--- AGP (Accelerated Graphics Port) is a bus system mainly used to |