Kconfig (026477c1141b67e98e3bd8bdedb7d4b88a3ecd09) Kconfig (08a6436816f7a16113c73be767ee8d50440e494e)
1config AGP
2 tristate "/dev/agpgart (AGP Support)"
1config AGP
2 tristate "/dev/agpgart (AGP Support)"
3 depends on ALPHA || IA64 || PPC || X86
3 depends on ALPHA || IA64 || PARISC || PPC || X86
4 depends on PCI
5 ---help---
6 AGP (Accelerated Graphics Port) is a bus system mainly used to
7 connect graphics cards to the rest of the system.
8
9 If you have an AGP system and you say Y here, it will be possible to
10 use the AGP features of your 3D rendering video card. This code acts
11 as a sort of "AGP driver" for the motherboard's chipset.

--- 105 unchanged lines hidden (view full) ---

117
118config AGP_HP_ZX1
119 tristate "HP ZX1 chipset AGP support"
120 depends on AGP && (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC)
121 help
122 This option gives you AGP GART support for the HP ZX1 chipset
123 for IA64 processors.
124
4 depends on PCI
5 ---help---
6 AGP (Accelerated Graphics Port) is a bus system mainly used to
7 connect graphics cards to the rest of the system.
8
9 If you have an AGP system and you say Y here, it will be possible to
10 use the AGP features of your 3D rendering video card. This code acts
11 as a sort of "AGP driver" for the motherboard's chipset.

--- 105 unchanged lines hidden (view full) ---

117
118config AGP_HP_ZX1
119 tristate "HP ZX1 chipset AGP support"
120 depends on AGP && (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC)
121 help
122 This option gives you AGP GART support for the HP ZX1 chipset
123 for IA64 processors.
124
125config AGP_PARISC
126 tristate "HP Quicksilver AGP support"
127 depends on AGP && PARISC && 64BIT
128 help
129 This option gives you AGP GART support for the HP Quicksilver
130 AGP bus adapter on HP PA-RISC machines (Ok, just on the C8000
131 workstation...)
132
125config AGP_ALPHA_CORE
126 tristate "Alpha AGP support"
127 depends on AGP && (ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL)
128 default AGP
129
130config AGP_UNINORTH
131 tristate "Apple UniNorth & U3 AGP support"
132 depends on AGP && PPC_PMAC

--- 18 unchanged lines hidden ---
133config AGP_ALPHA_CORE
134 tristate "Alpha AGP support"
135 depends on AGP && (ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL)
136 default AGP
137
138config AGP_UNINORTH
139 tristate "Apple UniNorth & U3 AGP support"
140 depends on AGP && PPC_PMAC

--- 18 unchanged lines hidden ---