]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/gpu/drm/Kconfig
DRM: i915: add mode setting support
[mirror_ubuntu-artful-kernel.git] / drivers / gpu / drm / Kconfig
CommitLineData
1da177e4
LT
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#
179b025f 7menuconfig DRM
1da177e4 8 tristate "Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)"
e798ba57 9 depends on (AGP || AGP=n) && PCI && !EMULATED_CMPXCHG && MMU
1da177e4
LT
10 help
11 Kernel-level support for the Direct Rendering Infrastructure (DRI)
12 introduced in XFree86 4.0. If you say Y here, you need to select
13 the module that's right for your graphics card from the list below.
14 These modules provide support for synchronization, security, and
15 DMA transfers. Please see <http://dri.sourceforge.net/> for more
16 details. You should also select and configure AGP
17 (/dev/agpgart) support.
18
19config DRM_TDFX
20 tristate "3dfx Banshee/Voodoo3+"
21 depends on DRM && PCI
22 help
23 Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
24 graphics card. If M is selected, the module will be called tdfx.
25
1da177e4
LT
26config 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
34config DRM_RADEON
35 tristate "ATI Radeon"
36 depends on DRM && PCI
37 help
38 Choose this option if you have an ATI Radeon graphics card. There
39 are both PCI and AGP versions. You don't need to choose this to
7b9af345 40 run the Radeon in plain VGA mode.
bc5f4523 41
1da177e4
LT
42 If M is selected, the module will be called radeon.
43
44config DRM_I810
45 tristate "Intel I810"
46 depends on DRM && AGP && AGP_INTEL
47 help
48 Choose this option if you have an Intel I810 graphics card. If M is
49 selected, the module will be called i810. AGP support is required
50 for this driver to work.
51
52choice
53 prompt "Intel 830M, 845G, 852GM, 855GM, 865G"
54 depends on DRM && AGP && AGP_INTEL
55 optional
56
57config DRM_I830
58 tristate "i830 driver"
59 help
60 Choose this option if you have a system that has Intel 830M, 845G,
61 852GM, 855GM or 865G integrated graphics. If M is selected, the
62 module will be called i830. AGP support is required for this driver
d000b486
DA
63 to work. This driver is used by the older X releases X.org 6.7 and
64 XFree86 4.3. If unsure, build this and i915 as modules and the X server
65 will load the correct one.
1da177e4
LT
66
67config DRM_I915
68 tristate "i915 driver"
69 help
70 Choose this option if you have a system that has Intel 830M, 845G,
71 852GM, 855GM 865G or 915G integrated graphics. If M is selected, the
72 module will be called i915. AGP support is required for this driver
d000b486 73 to work. This driver is used by the Intel driver in X.org 6.8 and
bc5f4523 74 XFree86 4.4 and above. If unsure, build this and i830 as modules and
d000b486 75 the X server will load the correct one.
bc5f4523 76
1da177e4
LT
77endchoice
78
79e53945
JB
79config DRM_I915_KMS
80 bool "Enable modesetting on intel by default"
81 depends on DRM_I915
82 help
83 Choose this option if you want kernel modesetting enabled by default,
84 and you have a new enough userspace to support this. Running old
85 userspaces with this enabled will cause pain. Note that this causes
86 the driver to bind to PCI devices, which precludes loading things
87 like intelfb.
88
89
1da177e4
LT
90config DRM_MGA
91 tristate "Matrox g200/g400"
6795c985 92 depends on DRM
1da177e4
LT
93 help
94 Choose this option if you have a Matrox G200, G400 or G450 graphics
95 card. If M is selected, the module will be called mga. AGP
96 support is required for this driver to work.
97
98config DRM_SIS
99 tristate "SiS video cards"
100 depends on DRM && AGP
dfcf96d0 101 depends on FB_SIS || FB_SIS=n
1da177e4 102 help
bc5f4523 103 Choose this option if you have a SiS 630 or compatible video
1da177e4
LT
104 chipset. If M is selected the module will be called sis. AGP
105 support is required for this driver to work.
106
22f579c6
DA
107config DRM_VIA
108 tristate "Via unichrome video cards"
109 depends on DRM
110 help
111 Choose this option if you have a Via unichrome or compatible video
112 chipset. If M is selected the module will be called via.
113
282a1674
DA
114config DRM_SAVAGE
115 tristate "Savage video cards"
116 depends on DRM
117 help
118 Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
119 chipset. If M is selected the module will be called savage.