Kconfig 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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_R128
  25. tristate "ATI Rage 128"
  26. depends on DRM && PCI
  27. help
  28. Choose this option if you have an ATI Rage 128 graphics card. If M
  29. is selected, the module will be called r128. AGP support for
  30. this card is strongly suggested (unless you have a PCI version).
  31. config DRM_RADEON
  32. tristate "ATI Radeon"
  33. depends on DRM && PCI
  34. help
  35. Choose this option if you have an ATI Radeon graphics card. There
  36. are both PCI and AGP versions. You don't need to choose this to
  37. run the Radeon in plain VGA mode. There is a product page at
  38. <http://www.ati.com/na/pages/products/pc/radeon32/index.html>.
  39. If M is selected, the module will be called radeon.
  40. config DRM_I810
  41. tristate "Intel I810"
  42. depends on DRM && AGP && AGP_INTEL
  43. help
  44. Choose this option if you have an Intel I810 graphics card. If M is
  45. selected, the module will be called i810. AGP support is required
  46. for this driver to work.
  47. choice
  48. prompt "Intel 830M, 845G, 852GM, 855GM, 865G"
  49. depends on DRM && AGP && AGP_INTEL
  50. optional
  51. config DRM_I830
  52. tristate "i830 driver"
  53. help
  54. Choose this option if you have a system that has Intel 830M, 845G,
  55. 852GM, 855GM or 865G integrated graphics. If M is selected, the
  56. module will be called i830. AGP support is required for this driver
  57. to work. This driver will eventually be replaced by the i915 one.
  58. config DRM_I915
  59. tristate "i915 driver"
  60. help
  61. Choose this option if you have a system that has Intel 830M, 845G,
  62. 852GM, 855GM 865G or 915G integrated graphics. If M is selected, the
  63. module will be called i915. AGP support is required for this driver
  64. to work. This driver will eventually replace the I830 driver, when
  65. later release of X start to use the new DDX and DRI.
  66. endchoice
  67. config DRM_MGA
  68. tristate "Matrox g200/g400"
  69. depends on DRM
  70. help
  71. Choose this option if you have a Matrox G200, G400 or G450 graphics
  72. card. If M is selected, the module will be called mga. AGP
  73. support is required for this driver to work.
  74. config DRM_SIS
  75. tristate "SiS video cards"
  76. depends on DRM && AGP
  77. help
  78. Choose this option if you have a SiS 630 or compatible video
  79. chipset. If M is selected the module will be called sis. AGP
  80. support is required for this driver to work.
  81. config DRM_VIA
  82. tristate "Via unichrome video cards"
  83. depends on DRM
  84. help
  85. Choose this option if you have a Via unichrome or compatible video
  86. chipset. If M is selected the module will be called via.
  87. config DRM_SAVAGE
  88. tristate "Savage video cards"
  89. depends on DRM
  90. help
  91. Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
  92. chipset. If M is selected the module will be called savage.