Kconfig 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. menuconfig DRM
  8. tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
  9. depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG
  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.
  38. If M is selected, the module will be called radeon.
  39. config DRM_I810
  40. tristate "Intel I810"
  41. depends on DRM && AGP && AGP_INTEL
  42. help
  43. Choose this option if you have an Intel I810 graphics card. If M is
  44. selected, the module will be called i810. AGP support is required
  45. for this driver to work.
  46. choice
  47. prompt "Intel 830M, 845G, 852GM, 855GM, 865G"
  48. depends on DRM && AGP && AGP_INTEL
  49. optional
  50. config DRM_I830
  51. tristate "i830 driver"
  52. help
  53. Choose this option if you have a system that has Intel 830M, 845G,
  54. 852GM, 855GM or 865G integrated graphics. If M is selected, the
  55. module will be called i830. AGP support is required for this driver
  56. to work. This driver is used by the older X releases X.org 6.7 and
  57. XFree86 4.3. If unsure, build this and i915 as modules and the X server
  58. will load the correct one.
  59. config DRM_I915
  60. tristate "i915 driver"
  61. help
  62. Choose this option if you have a system that has Intel 830M, 845G,
  63. 852GM, 855GM 865G or 915G integrated graphics. If M is selected, the
  64. module will be called i915. AGP support is required for this driver
  65. to work. This driver is used by the Intel driver in X.org 6.8 and
  66. XFree86 4.4 and above. If unsure, build this and i830 as modules and
  67. the X server will load the correct one.
  68. endchoice
  69. config DRM_MGA
  70. tristate "Matrox g200/g400"
  71. depends on DRM
  72. help
  73. Choose this option if you have a Matrox G200, G400 or G450 graphics
  74. card. If M is selected, the module will be called mga. AGP
  75. support is required for this driver to work.
  76. config DRM_SIS
  77. tristate "SiS video cards"
  78. depends on DRM && AGP
  79. help
  80. Choose this option if you have a SiS 630 or compatible video
  81. chipset. If M is selected the module will be called sis. AGP
  82. support is required for this driver to work.
  83. config DRM_VIA
  84. tristate "Via unichrome video cards"
  85. depends on DRM
  86. help
  87. Choose this option if you have a Via unichrome or compatible video
  88. chipset. If M is selected the module will be called via.
  89. config DRM_SAVAGE
  90. tristate "Savage video cards"
  91. depends on DRM
  92. help
  93. Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
  94. chipset. If M is selected the module will be called savage.