ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[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
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
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
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 config DRM_I830
59         tristate "Intel 830M, 845G, 852GM, 855GM, 865G"
60         depends on DRM && AGP && AGP_INTEL
61         help
62           Choose this option if you have a system that has Intel 830M, 845G,
63           852GM, 855GM or 865G integrated graphics.  If M is selected, the
64           module will be called i830.  AGP support is required for this driver
65           to work.
66
67 config DRM_MGA
68         tristate "Matrox g200/g400"
69         depends on DRM && AGP && (!X86_64 || BROKEN) 
70         help
71           Choose this option if you have a Matrox G200, G400 or G450 graphics
72           card.  If M is selected, the module will be called mga.  AGP
73           support is required for this driver to work.
74
75 config DRM_SIS
76         tristate "SiS video cards"
77         depends on DRM && AGP
78         help
79           Choose this option if you have a SiS 630 or compatibel video 
80           chipset. If M is selected the module will be called sis. AGP
81           support is required for this driver to work.
82