1c0e09200SDave Airlie# 2c0e09200SDave Airlie# Drm device configuration 3c0e09200SDave Airlie# 4c0e09200SDave Airlie# This driver provides support for the 5c0e09200SDave Airlie# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. 6c0e09200SDave Airlie# 7c0e09200SDave Airliemenuconfig DRM 8c0e09200SDave Airlie tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)" 9c0e09200SDave Airlie depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG 10c0e09200SDave Airlie help 11c0e09200SDave Airlie Kernel-level support for the Direct Rendering Infrastructure (DRI) 12c0e09200SDave Airlie introduced in XFree86 4.0. If you say Y here, you need to select 13c0e09200SDave Airlie the module that's right for your graphics card from the list below. 14c0e09200SDave Airlie These modules provide support for synchronization, security, and 15c0e09200SDave Airlie DMA transfers. Please see <http://dri.sourceforge.net/> for more 16c0e09200SDave Airlie details. You should also select and configure AGP 17c0e09200SDave Airlie (/dev/agpgart) support. 18c0e09200SDave Airlie 19c0e09200SDave Airlieconfig DRM_TDFX 20c0e09200SDave Airlie tristate "3dfx Banshee/Voodoo3+" 21c0e09200SDave Airlie depends on DRM && PCI 22c0e09200SDave Airlie help 23c0e09200SDave Airlie Choose this option if you have a 3dfx Banshee or Voodoo3 (or later), 24c0e09200SDave Airlie graphics card. If M is selected, the module will be called tdfx. 25c0e09200SDave Airlie 26c0e09200SDave Airlieconfig DRM_R128 27c0e09200SDave Airlie tristate "ATI Rage 128" 28c0e09200SDave Airlie depends on DRM && PCI 29c0e09200SDave Airlie help 30c0e09200SDave Airlie Choose this option if you have an ATI Rage 128 graphics card. If M 31c0e09200SDave Airlie is selected, the module will be called r128. AGP support for 32c0e09200SDave Airlie this card is strongly suggested (unless you have a PCI version). 33c0e09200SDave Airlie 34c0e09200SDave Airlieconfig DRM_RADEON 35c0e09200SDave Airlie tristate "ATI Radeon" 36c0e09200SDave Airlie depends on DRM && PCI 37c0e09200SDave Airlie help 38c0e09200SDave Airlie Choose this option if you have an ATI Radeon graphics card. There 39c0e09200SDave Airlie are both PCI and AGP versions. You don't need to choose this to 40c0e09200SDave Airlie run the Radeon in plain VGA mode. 41c0e09200SDave Airlie 42c0e09200SDave Airlie If M is selected, the module will be called radeon. 43c0e09200SDave Airlie 44c0e09200SDave Airlieconfig DRM_I810 45c0e09200SDave Airlie tristate "Intel I810" 46c0e09200SDave Airlie depends on DRM && AGP && AGP_INTEL 47c0e09200SDave Airlie help 48c0e09200SDave Airlie Choose this option if you have an Intel I810 graphics card. If M is 49c0e09200SDave Airlie selected, the module will be called i810. AGP support is required 50c0e09200SDave Airlie for this driver to work. 51c0e09200SDave Airlie 52c0e09200SDave Airliechoice 53c0e09200SDave Airlie prompt "Intel 830M, 845G, 852GM, 855GM, 865G" 54c0e09200SDave Airlie depends on DRM && AGP && AGP_INTEL 55c0e09200SDave Airlie optional 56c0e09200SDave Airlie 57c0e09200SDave Airlieconfig DRM_I830 58c0e09200SDave Airlie tristate "i830 driver" 59c0e09200SDave Airlie help 60c0e09200SDave Airlie Choose this option if you have a system that has Intel 830M, 845G, 61c0e09200SDave Airlie 852GM, 855GM or 865G integrated graphics. If M is selected, the 62c0e09200SDave Airlie module will be called i830. AGP support is required for this driver 63c0e09200SDave Airlie to work. This driver is used by the older X releases X.org 6.7 and 64c0e09200SDave Airlie XFree86 4.3. If unsure, build this and i915 as modules and the X server 65c0e09200SDave Airlie will load the correct one. 66c0e09200SDave Airlie 67c0e09200SDave Airlieconfig DRM_I915 68c0e09200SDave Airlie tristate "i915 driver" 69c0e09200SDave Airlie help 70c0e09200SDave Airlie Choose this option if you have a system that has Intel 830M, 845G, 71c0e09200SDave Airlie 852GM, 855GM 865G or 915G integrated graphics. If M is selected, the 72c0e09200SDave Airlie module will be called i915. AGP support is required for this driver 73c0e09200SDave Airlie to work. This driver is used by the Intel driver in X.org 6.8 and 74c0e09200SDave Airlie XFree86 4.4 and above. If unsure, build this and i830 as modules and 75c0e09200SDave Airlie the X server will load the correct one. 76c0e09200SDave Airlie 77c0e09200SDave Airlieendchoice 78c0e09200SDave Airlie 79c0e09200SDave Airlieconfig DRM_MGA 80c0e09200SDave Airlie tristate "Matrox g200/g400" 81c0e09200SDave Airlie depends on DRM 82c0e09200SDave Airlie help 83c0e09200SDave Airlie Choose this option if you have a Matrox G200, G400 or G450 graphics 84c0e09200SDave Airlie card. If M is selected, the module will be called mga. AGP 85c0e09200SDave Airlie support is required for this driver to work. 86c0e09200SDave Airlie 87c0e09200SDave Airlieconfig DRM_SIS 88c0e09200SDave Airlie tristate "SiS video cards" 89c0e09200SDave Airlie depends on DRM && AGP 90*dfcf96d0SAdrian Bunk depends on FB_SIS || FB_SIS=n 91c0e09200SDave Airlie help 92c0e09200SDave Airlie Choose this option if you have a SiS 630 or compatible video 93c0e09200SDave Airlie chipset. If M is selected the module will be called sis. AGP 94c0e09200SDave Airlie support is required for this driver to work. 95c0e09200SDave Airlie 96c0e09200SDave Airlieconfig DRM_VIA 97c0e09200SDave Airlie tristate "Via unichrome video cards" 98c0e09200SDave Airlie depends on DRM 99c0e09200SDave Airlie help 100c0e09200SDave Airlie Choose this option if you have a Via unichrome or compatible video 101c0e09200SDave Airlie chipset. If M is selected the module will be called via. 102c0e09200SDave Airlie 103c0e09200SDave Airlieconfig DRM_SAVAGE 104c0e09200SDave Airlie tristate "Savage video cards" 105c0e09200SDave Airlie depends on DRM 106c0e09200SDave Airlie help 107c0e09200SDave Airlie Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister 108c0e09200SDave Airlie chipset. If M is selected the module will be called savage. 109