Kconfig 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. menuconfig AGP
  2. tristate "/dev/agpgart (AGP Support)"
  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. If you have an AGP system and you say Y here, it will be possible to
  9. use the AGP features of your 3D rendering video card. This code acts
  10. as a sort of "AGP driver" for the motherboard's chipset.
  11. If you need more texture memory than you can get with the AGP GART
  12. (theoretically up to 256 MB, but in practice usually 64 or 128 MB
  13. due to kernel allocation issues), you could use PCI accesses
  14. and have up to a couple gigs of texture space.
  15. Note that this is the only means to have X/GLX use
  16. write-combining with MTRR support on the AGP bus. Without it, OpenGL
  17. direct rendering will be a lot slower but still faster than PIO.
  18. To compile this driver as a module, choose M here: the
  19. module will be called agpgart.
  20. You should say Y here if you want to use GLX or DRI.
  21. If unsure, say N.
  22. config AGP_ALI
  23. tristate "ALI chipset support"
  24. depends on AGP && X86_32
  25. ---help---
  26. This option gives you AGP support for the GLX component of
  27. X on the following ALi chipsets. The supported chipsets
  28. include M1541, M1621, M1631, M1632, M1641,M1647,and M1651.
  29. For the ALi-chipset question, ALi suggests you refer to
  30. <http://www.ali.com.tw/>.
  31. The M1541 chipset can do AGP 1x and 2x, but note that there is an
  32. acknowledged incompatibility with Matrox G200 cards. Due to
  33. timing issues, this chipset cannot do AGP 2x with the G200.
  34. This is a hardware limitation. AGP 1x seems to be fine, though.
  35. config AGP_ATI
  36. tristate "ATI chipset support"
  37. depends on AGP && X86_32
  38. ---help---
  39. This option gives you AGP support for the GLX component of
  40. X on the ATI RadeonIGP family of chipsets.
  41. config AGP_AMD
  42. tristate "AMD Irongate, 761, and 762 chipset support"
  43. depends on AGP && X86_32
  44. help
  45. This option gives you AGP support for the GLX component of
  46. X on AMD Irongate, 761, and 762 chipsets.
  47. config AGP_AMD64
  48. tristate "AMD Opteron/Athlon64 on-CPU GART support"
  49. depends on AGP && X86 && AMD_NB
  50. help
  51. This option gives you AGP support for the GLX component of
  52. X using the on-CPU northbridge of the AMD Athlon64/Opteron CPUs.
  53. You still need an external AGP bridge like the AMD 8151, VIA
  54. K8T400M, SiS755. It may also support other AGP bridges when loaded
  55. with agp_try_unsupported=1.
  56. config AGP_INTEL
  57. tristate "Intel 440LX/BX/GX, I8xx and E7x05 chipset support"
  58. depends on AGP && X86
  59. help
  60. This option gives you AGP support for the GLX component of X
  61. on Intel 440LX/BX/GX, 815, 820, 830, 840, 845, 850, 860, 875,
  62. E7205 and E7505 chipsets and full support for the 810, 815, 830M,
  63. 845G, 852GM, 855GM, 865G and I915 integrated graphics chipsets.
  64. config AGP_NVIDIA
  65. tristate "NVIDIA nForce/nForce2 chipset support"
  66. depends on AGP && X86_32
  67. help
  68. This option gives you AGP support for the GLX component of
  69. X on NVIDIA chipsets including nForce and nForce2
  70. config AGP_SIS
  71. tristate "SiS chipset support"
  72. depends on AGP && X86
  73. help
  74. This option gives you AGP support for the GLX component of
  75. X on Silicon Integrated Systems [SiS] chipsets.
  76. Note that 5591/5592 AGP chipsets are NOT supported.
  77. config AGP_SWORKS
  78. tristate "Serverworks LE/HE chipset support"
  79. depends on AGP && X86_32
  80. help
  81. Say Y here to support the Serverworks AGP card. See
  82. <http://www.serverworks.com/> for product descriptions and images.
  83. config AGP_VIA
  84. tristate "VIA chipset support"
  85. depends on AGP && X86
  86. help
  87. This option gives you AGP support for the GLX component of
  88. X on VIA MVP3/Apollo Pro chipsets.
  89. config AGP_I460
  90. tristate "Intel 460GX chipset support"
  91. depends on AGP && (IA64_DIG || IA64_GENERIC)
  92. help
  93. This option gives you AGP GART support for the Intel 460GX chipset
  94. for IA64 processors.
  95. config AGP_HP_ZX1
  96. tristate "HP ZX1 chipset AGP support"
  97. depends on AGP && (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC)
  98. help
  99. This option gives you AGP GART support for the HP ZX1 chipset
  100. for IA64 processors.
  101. config AGP_PARISC
  102. tristate "HP Quicksilver AGP support"
  103. depends on AGP && PARISC && 64BIT
  104. help
  105. This option gives you AGP GART support for the HP Quicksilver
  106. AGP bus adapter on HP PA-RISC machines (Ok, just on the C8000
  107. workstation...)
  108. config AGP_ALPHA_CORE
  109. tristate "Alpha AGP support"
  110. depends on AGP && (ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL)
  111. default AGP
  112. config AGP_UNINORTH
  113. tristate "Apple UniNorth & U3 AGP support"
  114. depends on AGP && PPC_PMAC
  115. help
  116. This option gives you AGP support for Apple machines with a
  117. UniNorth or U3 (Apple G5) bridge.
  118. config AGP_EFFICEON
  119. tristate "Transmeta Efficeon support"
  120. depends on AGP && X86_32
  121. help
  122. This option gives you AGP support for the Transmeta Efficeon
  123. series processors with integrated northbridges.
  124. config AGP_SGI_TIOCA
  125. tristate "SGI TIO chipset AGP support"
  126. depends on AGP && (IA64_SGI_SN2 || IA64_GENERIC)
  127. help
  128. This option gives you AGP GART support for the SGI TIO chipset
  129. for IA64 processors.