Kconfig 5.0 KB

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