Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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_TDFX
  21. tristate "3dfx Banshee/Voodoo3+"
  22. depends on DRM && PCI
  23. help
  24. Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
  25. graphics card. If M is selected, the module will be called tdfx.
  26. config DRM_R128
  27. tristate "ATI Rage 128"
  28. depends on DRM && PCI
  29. help
  30. Choose this option if you have an ATI Rage 128 graphics card. If M
  31. is selected, the module will be called r128. AGP support for
  32. this card is strongly suggested (unless you have a PCI version).
  33. config DRM_RADEON
  34. tristate "ATI Radeon"
  35. depends on DRM && PCI
  36. help
  37. Choose this option if you have an ATI Radeon graphics card. There
  38. are both PCI and AGP versions. You don't need to choose this to
  39. run the Radeon in plain VGA mode.
  40. If M is selected, the module will be called radeon.
  41. config DRM_I810
  42. tristate "Intel I810"
  43. depends on DRM && AGP && AGP_INTEL
  44. help
  45. Choose this option if you have an Intel I810 graphics card. If M is
  46. selected, the module will be called i810. AGP support is required
  47. for this driver to work.
  48. choice
  49. prompt "Intel 830M, 845G, 852GM, 855GM, 865G"
  50. depends on DRM && AGP && AGP_INTEL
  51. optional
  52. config DRM_I830
  53. tristate "i830 driver"
  54. help
  55. Choose this option if you have a system that has Intel 830M, 845G,
  56. 852GM, 855GM or 865G integrated graphics. If M is selected, the
  57. module will be called i830. AGP support is required for this driver
  58. to work. This driver is used by the older X releases X.org 6.7 and
  59. XFree86 4.3. If unsure, build this and i915 as modules and the X server
  60. will load the correct one.
  61. config DRM_I915
  62. select FB_CFB_FILLRECT
  63. select FB_CFB_COPYAREA
  64. select FB_CFB_IMAGEBLIT
  65. depends on FB
  66. tristate "i915 driver"
  67. help
  68. Choose this option if you have a system that has Intel 830M, 845G,
  69. 852GM, 855GM 865G or 915G integrated graphics. If M is selected, the
  70. module will be called i915. AGP support is required for this driver
  71. to work. This driver is used by the Intel driver in X.org 6.8 and
  72. XFree86 4.4 and above. If unsure, build this and i830 as modules and
  73. the X server will load the correct one.
  74. endchoice
  75. config DRM_I915_KMS
  76. bool "Enable modesetting on intel by default"
  77. depends on DRM_I915
  78. help
  79. Choose this option if you want kernel modesetting enabled by default,
  80. and you have a new enough userspace to support this. Running old
  81. userspaces with this enabled will cause pain. Note that this causes
  82. the driver to bind to PCI devices, which precludes loading things
  83. like intelfb.
  84. config DRM_MGA
  85. tristate "Matrox g200/g400"
  86. depends on DRM
  87. help
  88. Choose this option if you have a Matrox G200, G400 or G450 graphics
  89. card. If M is selected, the module will be called mga. AGP
  90. support is required for this driver to work.
  91. config DRM_SIS
  92. tristate "SiS video cards"
  93. depends on DRM && AGP
  94. depends on FB_SIS || FB_SIS=n
  95. help
  96. Choose this option if you have a SiS 630 or compatible video
  97. chipset. If M is selected the module will be called sis. AGP
  98. support is required for this driver to work.
  99. config DRM_VIA
  100. tristate "Via unichrome video cards"
  101. depends on DRM
  102. help
  103. Choose this option if you have a Via unichrome or compatible video
  104. chipset. If M is selected the module will be called via.
  105. config DRM_SAVAGE
  106. tristate "Savage video cards"
  107. depends on DRM
  108. help
  109. Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
  110. chipset. If M is selected the module will be called savage.