Kconfig 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. #
  2. # Drm device configuration
  3. #
  4. # This driver provides support for the
  5. # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
  6. #
  7. config DRM
  8. tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
  9. depends on (AGP || AGP=n) && PCI
  10. help
  11. Kernel-level support for the Direct Rendering Infrastructure (DRI)
  12. introduced in XFree86 4.0. If you say Y here, you need to select
  13. the module that's right for your graphics card from the list below.
  14. These modules provide support for synchronization, security, and
  15. DMA transfers. Please see <http://dri.sourceforge.net/> for more
  16. details. You should also select and configure AGP
  17. (/dev/agpgart) support.
  18. config DRM_TDFX
  19. tristate "3dfx Banshee/Voodoo3+"
  20. depends on DRM && PCI
  21. help
  22. Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
  23. graphics card. If M is selected, the module will be called tdfx.
  24. config DRM_GAMMA
  25. tristate "3dlabs GMX 2000"
  26. depends on DRM && BROKEN
  27. help
  28. This is the old gamma driver, please tell me if it might actually
  29. work.
  30. config DRM_R128
  31. tristate "ATI Rage 128"
  32. depends on DRM && PCI
  33. help
  34. Choose this option if you have an ATI Rage 128 graphics card. If M
  35. is selected, the module will be called r128. AGP support for
  36. this card is strongly suggested (unless you have a PCI version).
  37. config DRM_RADEON
  38. tristate "ATI Radeon"
  39. depends on DRM && PCI
  40. help
  41. Choose this option if you have an ATI Radeon graphics card. There
  42. are both PCI and AGP versions. You don't need to choose this to
  43. run the Radeon in plain VGA mode. There is a product page at
  44. <http://www.ati.com/na/pages/products/pc/radeon32/index.html>.
  45. If M is selected, the module will be called radeon.
  46. config DRM_I810
  47. tristate "Intel I810"
  48. depends on DRM && AGP && AGP_INTEL
  49. help
  50. Choose this option if you have an Intel I810 graphics card. If M is
  51. selected, the module will be called i810. AGP support is required
  52. for this driver to work.
  53. choice
  54. prompt "Intel 830M, 845G, 852GM, 855GM, 865G"
  55. depends on DRM && AGP && AGP_INTEL
  56. optional
  57. config DRM_I830
  58. tristate "i830 driver"
  59. help
  60. Choose this option if you have a system that has Intel 830M, 845G,
  61. 852GM, 855GM or 865G integrated graphics. If M is selected, the
  62. module will be called i830. AGP support is required for this driver
  63. to work. This driver will eventually be replaced by the i915 one.
  64. config DRM_I915
  65. tristate "i915 driver"
  66. help
  67. Choose this option if you have a system that has Intel 830M, 845G,
  68. 852GM, 855GM 865G or 915G integrated graphics. If M is selected, the
  69. module will be called i915. AGP support is required for this driver
  70. to work. This driver will eventually replace the I830 driver, when
  71. later release of X start to use the new DDX and DRI.
  72. endchoice
  73. config DRM_MGA
  74. tristate "Matrox g200/g400"
  75. depends on DRM && AGP
  76. help
  77. Choose this option if you have a Matrox G200, G400 or G450 graphics
  78. card. If M is selected, the module will be called mga. AGP
  79. support is required for this driver to work.
  80. config DRM_SIS
  81. tristate "SiS video cards"
  82. depends on DRM && AGP
  83. help
  84. Choose this option if you have a SiS 630 or compatible video
  85. chipset. If M is selected the module will be called sis. AGP
  86. support is required for this driver to work.