Kconfig 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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) && !EMULATED_CMPXCHG && MMU && HAS_DMA
  10. select HDMI
  11. select I2C
  12. select I2C_ALGOBIT
  13. select DMA_SHARED_BUFFER
  14. help
  15. Kernel-level support for the Direct Rendering Infrastructure (DRI)
  16. introduced in XFree86 4.0. If you say Y here, you need to select
  17. the module that's right for your graphics card from the list below.
  18. These modules provide support for synchronization, security, and
  19. DMA transfers. Please see <http://dri.sourceforge.net/> for more
  20. details. You should also select and configure AGP
  21. (/dev/agpgart) support if it is available for your platform.
  22. config DRM_USB
  23. tristate
  24. depends on DRM
  25. depends on USB_SUPPORT && USB_ARCH_HAS_HCD
  26. select USB
  27. config DRM_KMS_HELPER
  28. tristate
  29. depends on DRM
  30. help
  31. CRTC helpers for KMS drivers.
  32. config DRM_KMS_FB_HELPER
  33. bool
  34. depends on DRM_KMS_HELPER
  35. select FB
  36. select FRAMEBUFFER_CONSOLE if !EXPERT
  37. select FRAMEBUFFER_CONSOLE_DETECT_PRIMARY if FRAMEBUFFER_CONSOLE
  38. help
  39. FBDEV helpers for KMS drivers.
  40. config DRM_LOAD_EDID_FIRMWARE
  41. bool "Allow to specify an EDID data set instead of probing for it"
  42. depends on DRM_KMS_HELPER
  43. help
  44. Say Y here, if you want to use EDID data to be loaded from the
  45. /lib/firmware directory or one of the provided built-in
  46. data sets. This may be necessary, if the graphics adapter or
  47. monitor are unable to provide appropriate EDID data. Since this
  48. feature is provided as a workaround for broken hardware, the
  49. default case is N. Details and instructions how to build your own
  50. EDID data are given in Documentation/EDID/HOWTO.txt.
  51. config DRM_TTM
  52. tristate
  53. depends on DRM
  54. help
  55. GPU memory management subsystem for devices with multiple
  56. GPU memory types. Will be enabled automatically if a device driver
  57. uses it.
  58. config DRM_GEM_CMA_HELPER
  59. bool
  60. depends on DRM
  61. help
  62. Choose this if you need the GEM CMA helper functions
  63. config DRM_KMS_CMA_HELPER
  64. bool
  65. select DRM_GEM_CMA_HELPER
  66. select DRM_KMS_FB_HELPER
  67. select FB_SYS_FILLRECT
  68. select FB_SYS_COPYAREA
  69. select FB_SYS_IMAGEBLIT
  70. help
  71. Choose this if you need the KMS CMA helper functions
  72. source "drivers/gpu/drm/i2c/Kconfig"
  73. config DRM_TDFX
  74. tristate "3dfx Banshee/Voodoo3+"
  75. depends on DRM && PCI
  76. help
  77. Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
  78. graphics card. If M is selected, the module will be called tdfx.
  79. config DRM_R128
  80. tristate "ATI Rage 128"
  81. depends on DRM && PCI
  82. select FW_LOADER
  83. help
  84. Choose this option if you have an ATI Rage 128 graphics card. If M
  85. is selected, the module will be called r128. AGP support for
  86. this card is strongly suggested (unless you have a PCI version).
  87. config DRM_RADEON
  88. tristate "ATI Radeon"
  89. depends on DRM && PCI
  90. select FB_CFB_FILLRECT
  91. select FB_CFB_COPYAREA
  92. select FB_CFB_IMAGEBLIT
  93. select FW_LOADER
  94. select DRM_KMS_HELPER
  95. select DRM_KMS_FB_HELPER
  96. select DRM_TTM
  97. select POWER_SUPPLY
  98. select HWMON
  99. select BACKLIGHT_CLASS_DEVICE
  100. help
  101. Choose this option if you have an ATI Radeon graphics card. There
  102. are both PCI and AGP versions. You don't need to choose this to
  103. run the Radeon in plain VGA mode.
  104. If M is selected, the module will be called radeon.
  105. source "drivers/gpu/drm/radeon/Kconfig"
  106. source "drivers/gpu/drm/nouveau/Kconfig"
  107. config DRM_I810
  108. tristate "Intel I810"
  109. # !PREEMPT because of missing ioctl locking
  110. depends on DRM && AGP && AGP_INTEL && (!PREEMPT || BROKEN)
  111. help
  112. Choose this option if you have an Intel I810 graphics card. If M is
  113. selected, the module will be called i810. AGP support is required
  114. for this driver to work.
  115. source "drivers/gpu/drm/i915/Kconfig"
  116. config DRM_MGA
  117. tristate "Matrox g200/g400"
  118. depends on DRM && PCI
  119. select FW_LOADER
  120. help
  121. Choose this option if you have a Matrox G200, G400 or G450 graphics
  122. card. If M is selected, the module will be called mga. AGP
  123. support is required for this driver to work.
  124. config DRM_SIS
  125. tristate "SiS video cards"
  126. depends on DRM && AGP
  127. depends on FB_SIS || FB_SIS=n
  128. help
  129. Choose this option if you have a SiS 630 or compatible video
  130. chipset. If M is selected the module will be called sis. AGP
  131. support is required for this driver to work.
  132. config DRM_VIA
  133. tristate "Via unichrome video cards"
  134. depends on DRM && PCI
  135. help
  136. Choose this option if you have a Via unichrome or compatible video
  137. chipset. If M is selected the module will be called via.
  138. config DRM_SAVAGE
  139. tristate "Savage video cards"
  140. depends on DRM && PCI
  141. help
  142. Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
  143. chipset. If M is selected the module will be called savage.
  144. source "drivers/gpu/drm/exynos/Kconfig"
  145. source "drivers/gpu/drm/vmwgfx/Kconfig"
  146. source "drivers/gpu/drm/gma500/Kconfig"
  147. source "drivers/gpu/drm/udl/Kconfig"
  148. source "drivers/gpu/drm/ast/Kconfig"
  149. source "drivers/gpu/drm/mgag200/Kconfig"
  150. source "drivers/gpu/drm/cirrus/Kconfig"
  151. source "drivers/gpu/drm/rcar-du/Kconfig"
  152. source "drivers/gpu/drm/shmobile/Kconfig"
  153. source "drivers/gpu/drm/omapdrm/Kconfig"
  154. source "drivers/gpu/drm/tilcdc/Kconfig"
  155. source "drivers/gpu/drm/qxl/Kconfig"
  156. source "drivers/gpu/drm/msm/Kconfig"