Kconfig (62ed948cb1405fe95d61d8c6445c102e0c9da0a6) | Kconfig (a813ce432f27c4f5011c7b5ac9d2bbbfeb41d9a7) |
---|---|
1config AGP 2 tristate "/dev/agpgart (AGP Support)" 3 depends on ALPHA || IA64 || PPC || X86 4 ---help--- 5 AGP (Accelerated Graphics Port) is a bus system mainly used to 6 connect graphics cards to the rest of the system. 7 8 If you have an AGP system and you say Y here, it will be possible to --- 41 unchanged lines hidden (view full) --- 50config AGP_AMD 51 tristate "AMD Irongate, 761, and 762 chipset support" 52 depends on AGP && X86_32 53 help 54 This option gives you AGP support for the GLX component of 55 X on AMD Irongate, 761, and 762 chipsets. 56 57config AGP_AMD64 | 1config AGP 2 tristate "/dev/agpgart (AGP Support)" 3 depends on ALPHA || IA64 || PPC || X86 4 ---help--- 5 AGP (Accelerated Graphics Port) is a bus system mainly used to 6 connect graphics cards to the rest of the system. 7 8 If you have an AGP system and you say Y here, it will be possible to --- 41 unchanged lines hidden (view full) --- 50config AGP_AMD 51 tristate "AMD Irongate, 761, and 762 chipset support" 52 depends on AGP && X86_32 53 help 54 This option gives you AGP support for the GLX component of 55 X on AMD Irongate, 761, and 762 chipsets. 56 57config AGP_AMD64 |
58 tristate "AMD Opteron/Athlon64 on-CPU GART support" if !GART_IOMMU | 58 tristate "AMD Opteron/Athlon64 on-CPU GART support" if !IOMMU |
59 depends on AGP && X86 | 59 depends on AGP && X86 |
60 default y if GART_IOMMU | 60 default y if IOMMU |
61 help 62 This option gives you AGP support for the GLX component of 63 X using the on-CPU northbridge of the AMD Athlon64/Opteron CPUs. 64 You still need an external AGP bridge like the AMD 8151, VIA 65 K8T400M, SiS755. It may also support other AGP bridges when loaded 66 with agp_try_unsupported=1. 67 68config AGP_INTEL --- 81 unchanged lines hidden --- | 61 help 62 This option gives you AGP support for the GLX component of 63 X using the on-CPU northbridge of the AMD Athlon64/Opteron CPUs. 64 You still need an external AGP bridge like the AMD 8151, VIA 65 K8T400M, SiS755. It may also support other AGP bridges when loaded 66 with agp_try_unsupported=1. 67 68config AGP_INTEL --- 81 unchanged lines hidden --- |