Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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 && MMU
  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. select FB_CFB_FILLRECT
  61. select FB_CFB_COPYAREA
  62. select FB_CFB_IMAGEBLIT
  63. select I2C_ALGOBIT
  64. depends on FB
  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 is used by the Intel driver in X.org 6.8 and
  71. XFree86 4.4 and above. If unsure, build this and i830 as modules and
  72. the X server will load the correct one.
  73. endchoice
  74. config DRM_I915_KMS
  75. bool "Enable modesetting on intel by default"
  76. depends on DRM_I915
  77. help
  78. Choose this option if you want kernel modesetting enabled by default,
  79. and you have a new enough userspace to support this. Running old
  80. userspaces with this enabled will cause pain. Note that this causes
  81. the driver to bind to PCI devices, which precludes loading things
  82. like intelfb.
  83. config DRM_MGA
  84. tristate "Matrox g200/g400"
  85. depends on DRM
  86. help
  87. Choose this option if you have a Matrox G200, G400 or G450 graphics
  88. card. If M is selected, the module will be called mga. AGP
  89. support is required for this driver to work.
  90. config DRM_SIS
  91. tristate "SiS video cards"
  92. depends on DRM && AGP
  93. depends on FB_SIS || FB_SIS=n
  94. help
  95. Choose this option if you have a SiS 630 or compatible video
  96. chipset. If M is selected the module will be called sis. AGP
  97. support is required for this driver to work.
  98. config DRM_VIA
  99. tristate "Via unichrome video cards"
  100. depends on DRM
  101. help
  102. Choose this option if you have a Via unichrome or compatible video
  103. chipset. If M is selected the module will be called via.
  104. config DRM_SAVAGE
  105. tristate "Savage video cards"
  106. depends on DRM
  107. help
  108. Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
  109. chipset. If M is selected the module will be called savage.