projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4280370
)
[AGPGART] Make AGP depend on PCI
author
Dave Jones
<davej@redhat.com>
Wed, 28 Jun 2006 17:38:43 +0000
(13:38 -0400)
committer
Dave Jones
<davej@redhat.com>
Wed, 28 Jun 2006 17:38:43 +0000
(13:38 -0400)
Fixes possible compile error in amd64 with pci=n
pointed out by Adrian Bunk.
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/char/agp/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/agp/Kconfig
b/drivers/char/agp/Kconfig
index 7c88c060a9e6b3ab908660b6676aef4423488a35..3dbbb9544ae8c7a80c9c710b3781d6ace14b9169 100644
(file)
--- 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