radeon: remove unused legacy state
[platform/upstream/libdrm.git] / linux-core / 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 && PCI
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_R128
26         tristate "ATI Rage 128"
27         depends on DRM && PCI
28         help
29           Choose this option if you have an ATI Rage 128 graphics card.  If M
30           is selected, the module will be called r128.  AGP support for
31           this card is strongly suggested (unless you have a PCI version).
32
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.  There is a product page at
40           <http://www.ati.com/na/pages/products/pc/radeon32/index.html>.
41           If M is selected, the module will be called radeon.
42
43 config DRM_I810
44         tristate "Intel I810"
45         depends on DRM && AGP && AGP_INTEL
46         help
47           Choose this option if you have an Intel I810 graphics card.  If M is
48           selected, the module will be called i810.  AGP support is required
49           for this driver to work.
50
51 choice
52         prompt "Intel 830M, 845G, 852GM, 855GM, 865G"
53         depends on DRM && AGP && AGP_INTEL
54         optional
55
56 config DRM_I915
57         tristate "i915 driver"
58         help
59           Choose this option if you have a system that has Intel 830M, 845G,
60           852GM, 855GM, 865G, 915G, 915GM, 945G, 945GM and 965G integrated 
61           graphics.  If M is selected, the module will be called i915.  
62           AGP support is required for this driver to work.
63         
64 endchoice
65
66 config DRM_MGA
67         tristate "Matrox g200/g400"
68         depends on DRM && (!X86_64 || BROKEN) && (!PPC || BROKEN)
69         help
70           Choose this option if you have a Matrox G200, G400, G450 or G550
71           graphics card.  If M is selected, the module will be called mga.
72
73 config DRM_SIS
74         tristate "SiS video cards"
75         depends on DRM
76         help
77           Choose this option if you have a SiS 630 or compatible video 
78           chipset. If M is selected the module will be called sis.
79
80 config DRM_VIA
81         tristate "Via unichrome video cards"
82         depends on DRM 
83         help
84           Choose this option if you have a Via unichrome or compatible video 
85           chipset. If M is selected the module will be called via.
86
87 config DRM_MACH64
88         tristate "ATI Rage Pro (Mach64)"
89         depends on DRM && PCI
90         help
91           Choose this option if you have an ATI Rage Pro (mach64 chipset)
92           graphics card.  Example cards include:  3D Rage Pro, Xpert 98,
93           3D Rage LT Pro, 3D Rage XL/XC, and 3D Rage Mobility (P/M, M1).
94           Cards earlier than ATI Rage Pro (e.g. Rage II) are not supported.
95           If M is selected, the module will be called mach64.  AGP support for
96           this card is strongly suggested (unless you have a PCI version).
97
98