Kconfig 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. config 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. If you have an AGP system and you say Y here, it will be possible to
  8. use the AGP features of your 3D rendering video card. This code acts
  9. as a sort of "AGP driver" for the motherboard's chipset.
  10. If you need more texture memory than you can get with the AGP GART
  11. (theoretically up to 256 MB, but in practice usually 64 or 128 MB
  12. due to kernel allocation issues), you could use PCI accesses
  13. and have up to a couple gigs of texture space.
  14. Note that this is the only means to have X/GLX use
  15. write-combining with MTRR support on the AGP bus. Without it, OpenGL
  16. direct rendering will be a lot slower but still faster than PIO.
  17. To compile this driver as a module, choose M here: the
  18. module will be called agpgart.
  19. You should say Y here if you want to use GLX or DRI.
  20. If unsure, say N.
  21. config AGP_ALI
  22. tristate "ALI chipset support"
  23. depends on AGP && X86_32
  24. ---help---
  25. This option gives you AGP support for the GLX component of
  26. X on the following ALi chipsets. The supported chipsets
  27. include M1541, M1621, M1631, M1632, M1641,M1647,and M1651.
  28. For the ALi-chipset question, ALi suggests you refer to
  29. <http://www.ali.com.tw/eng/support/index.shtml>.
  30. The M1541 chipset can do AGP 1x and 2x, but note that there is an
  31. acknowledged incompatibility with Matrox G200 cards. Due to
  32. timing issues, this chipset cannot do AGP 2x with the G200.
  33. This is a hardware limitation. AGP 1x seems to be fine, though.
  34. config AGP_ATI
  35. tristate "ATI chipset support"
  36. depends on AGP && X86_32
  37. ---help---
  38. This option gives you AGP support for the GLX component of
  39. X on the ATI RadeonIGP family of chipsets.
  40. config AGP_AMD
  41. tristate "AMD Irongate, 761, and 762 chipset support"
  42. depends on AGP && X86_32
  43. help
  44. This option gives you AGP support for the GLX component of
  45. X on AMD Irongate, 761, and 762 chipsets.
  46. config AGP_AMD64
  47. tristate "AMD Opteron/Athlon64 on-CPU GART support" if !IOMMU
  48. depends on AGP && X86
  49. default y if IOMMU
  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
  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
  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_ALPHA_CORE
  102. tristate "Alpha AGP support"
  103. depends on AGP && (ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL)
  104. default AGP
  105. config AGP_UNINORTH
  106. tristate "Apple UniNorth & U3 AGP support"
  107. depends on AGP && PPC_PMAC
  108. help
  109. This option gives you AGP support for Apple machines with a
  110. UniNorth or U3 (Apple G5) bridge.
  111. config AGP_EFFICEON
  112. tristate "Transmeta Efficeon support"
  113. depends on AGP && X86_32
  114. help
  115. This option gives you AGP support for the Transmeta Efficeon
  116. series processors with integrated northbridges.
  117. config AGP_SGI_TIOCA
  118. tristate "SGI TIO chipset AGP support"
  119. depends on AGP && (IA64_SGI_SN2 || IA64_GENERIC)
  120. help
  121. This option gives you AGP GART support for the SGI TIO chipset
  122. for IA64 processors.