vserver 1.9.3
[linux-2.6.git] / drivers / char / drm / Kconfig
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 config DRM
8         bool "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
9         help
10           Kernel-level support for the Direct Rendering Infrastructure (DRI)
11           introduced in XFree86 4.0. If you say Y here, you need to select
12           the module that's right for your graphics card from the list below.
13           These modules provide support for synchronization, security, and
14           DMA transfers. Please see <http://dri.sourceforge.net/> for more
15           details.  You should also select and configure AGP
16           (/dev/agpgart) support.
17
18 config DRM_TDFX
19         tristate "3dfx Banshee/Voodoo3+"
20         depends on DRM
21         help
22           Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
23           graphics card.  If M is selected, the module will be called tdfx.
24
25 config DRM_GAMMA
26         tristate "3dlabs GMX 2000"
27         depends on DRM && BROKEN
28         help
29           This is the old gamma driver, please tell me if it might actually
30           work.
31
32 config DRM_R128
33         tristate "ATI Rage 128"
34         depends on DRM && PCI
35         help
36           Choose this option if you have an ATI Rage 128 graphics card.  If M
37           is selected, the module will be called r128.  AGP support for
38           this card is strongly suggested (unless you have a PCI version).
39
40 config DRM_RADEON
41         tristate "ATI Radeon"
42         depends on DRM && PCI
43         help
44           Choose this option if you have an ATI Radeon graphics card.  There
45           are both PCI and AGP versions.  You don't need to choose this to
46           run the Radeon in plain VGA mode.  There is a product page at
47           <http://www.ati.com/na/pages/products/pc/radeon32/index.html>.
48           If M is selected, the module will be called radeon.
49
50 config DRM_I810
51         tristate "Intel I810"
52         depends on DRM && AGP && AGP_INTEL
53         help
54           Choose this option if you have an Intel I810 graphics card.  If M is
55           selected, the module will be called i810.  AGP support is required
56           for this driver to work.
57
58 choice
59         prompt "Intel 830M, 845G, 852GM, 855GM, 865G"
60         depends on DRM && AGP && AGP_INTEL
61         optional
62
63 config DRM_I830
64         tristate "i830 driver"
65         help
66           Choose this option if you have a system that has Intel 830M, 845G,
67           852GM, 855GM or 865G integrated graphics.  If M is selected, the
68           module will be called i830.  AGP support is required for this driver
69           to work. This driver will eventually be replaced by the i915 one.
70
71 config DRM_I915
72         tristate "i915 driver"
73         help
74           Choose this option if you have a system that has Intel 830M, 845G,
75           852GM, 855GM 865G or 915G integrated graphics.  If M is selected, the
76           module will be called i915.  AGP support is required for this driver
77           to work. This driver will eventually replace the I830 driver, when
78           later release of X start to use the new DDX and DRI.
79         
80 endchoice
81
82 config DRM_MGA
83         tristate "Matrox g200/g400"
84         depends on DRM && AGP && (!X86_64 || BROKEN) 
85         help
86           Choose this option if you have a Matrox G200, G400 or G450 graphics
87           card.  If M is selected, the module will be called mga.  AGP
88           support is required for this driver to work.
89
90 config DRM_SIS
91         tristate "SiS video cards"
92         depends on DRM && AGP
93         help
94           Choose this option if you have a SiS 630 or compatible video 
95           chipset. If M is selected the module will be called sis. AGP
96           support is required for this driver to work.
97