Kconfig 5.2 KB

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