Kconfig 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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. select I2C
  11. select I2C_ALGOBIT
  12. help
  13. Kernel-level support for the Direct Rendering Infrastructure (DRI)
  14. introduced in XFree86 4.0. If you say Y here, you need to select
  15. the module that's right for your graphics card from the list below.
  16. These modules provide support for synchronization, security, and
  17. DMA transfers. Please see <http://dri.sourceforge.net/> for more
  18. details. You should also select and configure AGP
  19. (/dev/agpgart) support.
  20. config DRM_TTM
  21. tristate
  22. depends on DRM
  23. help
  24. GPU memory management subsystem for devices with multiple
  25. GPU memory types. Will be enabled automatically if a device driver
  26. uses it.
  27. config DRM_TDFX
  28. tristate "3dfx Banshee/Voodoo3+"
  29. depends on DRM && PCI
  30. help
  31. Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
  32. graphics card. If M is selected, the module will be called tdfx.
  33. config DRM_R128
  34. tristate "ATI Rage 128"
  35. depends on DRM && PCI
  36. select FW_LOADER
  37. help
  38. Choose this option if you have an ATI Rage 128 graphics card. If M
  39. is selected, the module will be called r128. AGP support for
  40. this card is strongly suggested (unless you have a PCI version).
  41. config DRM_RADEON
  42. tristate "ATI Radeon"
  43. depends on DRM && PCI
  44. select FB_CFB_FILLRECT
  45. select FB_CFB_COPYAREA
  46. select FB_CFB_IMAGEBLIT
  47. select FB
  48. select FRAMEBUFFER_CONSOLE if !EMBEDDED
  49. select FW_LOADER
  50. help
  51. Choose this option if you have an ATI Radeon graphics card. There
  52. are both PCI and AGP versions. You don't need to choose this to
  53. run the Radeon in plain VGA mode.
  54. If M is selected, the module will be called radeon.
  55. config DRM_I810
  56. tristate "Intel I810"
  57. depends on DRM && AGP && AGP_INTEL
  58. help
  59. Choose this option if you have an Intel I810 graphics card. If M is
  60. selected, the module will be called i810. AGP support is required
  61. for this driver to work.
  62. choice
  63. prompt "Intel 830M, 845G, 852GM, 855GM, 865G"
  64. depends on DRM && AGP && AGP_INTEL
  65. optional
  66. config DRM_I830
  67. tristate "i830 driver"
  68. help
  69. Choose this option if you have a system that has Intel 830M, 845G,
  70. 852GM, 855GM or 865G integrated graphics. If M is selected, the
  71. module will be called i830. AGP support is required for this driver
  72. to work. This driver is used by the older X releases X.org 6.7 and
  73. XFree86 4.3. If unsure, build this and i915 as modules and the X server
  74. will load the correct one.
  75. config DRM_I915
  76. tristate "i915 driver"
  77. depends on AGP_INTEL
  78. select FB_CFB_FILLRECT
  79. select FB_CFB_COPYAREA
  80. select FB_CFB_IMAGEBLIT
  81. select FB
  82. select FRAMEBUFFER_CONSOLE if !EMBEDDED
  83. # i915 depends on ACPI_VIDEO when ACPI is enabled
  84. # but for select to work, need to select ACPI_VIDEO's dependencies, ick
  85. select VIDEO_OUTPUT_CONTROL if ACPI
  86. select BACKLIGHT_CLASS_DEVICE if ACPI
  87. select INPUT if ACPI
  88. select ACPI_VIDEO if ACPI
  89. help
  90. Choose this option if you have a system that has Intel 830M, 845G,
  91. 852GM, 855GM 865G or 915G integrated graphics. If M is selected, the
  92. module will be called i915. AGP support is required for this driver
  93. to work. This driver is used by the Intel driver in X.org 6.8 and
  94. XFree86 4.4 and above. If unsure, build this and i830 as modules and
  95. the X server will load the correct one.
  96. config DRM_I915_KMS
  97. bool "Enable modesetting on intel by default"
  98. depends on DRM_I915
  99. help
  100. Choose this option if you want kernel modesetting enabled by default,
  101. and you have a new enough userspace to support this. Running old
  102. userspaces with this enabled will cause pain. Note that this causes
  103. the driver to bind to PCI devices, which precludes loading things
  104. like intelfb.
  105. endchoice
  106. config DRM_MGA
  107. tristate "Matrox g200/g400"
  108. depends on DRM
  109. select FW_LOADER
  110. help
  111. Choose this option if you have a Matrox G200, G400 or G450 graphics
  112. card. If M is selected, the module will be called mga. AGP
  113. support is required for this driver to work.
  114. config DRM_SIS
  115. tristate "SiS video cards"
  116. depends on DRM && AGP
  117. depends on FB_SIS || FB_SIS=n
  118. help
  119. Choose this option if you have a SiS 630 or compatible video
  120. chipset. If M is selected the module will be called sis. AGP
  121. support is required for this driver to work.
  122. config DRM_VIA
  123. tristate "Via unichrome video cards"
  124. depends on DRM
  125. help
  126. Choose this option if you have a Via unichrome or compatible video
  127. chipset. If M is selected the module will be called via.
  128. config DRM_SAVAGE
  129. tristate "Savage video cards"
  130. depends on DRM
  131. help
  132. Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
  133. chipset. If M is selected the module will be called savage.