aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig60
1 files changed, 1 insertions, 59 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 3104b6d06f1a..b4e4fc0d6650 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -128,65 +128,7 @@ config DRM_I810
128 selected, the module will be called i810. AGP support is required 128 selected, the module will be called i810. AGP support is required
129 for this driver to work. 129 for this driver to work.
130 130
131config DRM_I915 131source "drivers/gpu/drm/i915/Kconfig"
132 tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics"
133 depends on DRM
134 depends on AGP
135 depends on AGP_INTEL
136 # we need shmfs for the swappable backing store, and in particular
137 # the shmem_readpage() which depends upon tmpfs
138 select SHMEM
139 select TMPFS
140 select DRM_KMS_HELPER
141 select DRM_KMS_FB_HELPER
142 select FB_CFB_FILLRECT
143 select FB_CFB_COPYAREA
144 select FB_CFB_IMAGEBLIT
145 # i915 depends on ACPI_VIDEO when ACPI is enabled
146 # but for select to work, need to select ACPI_VIDEO's dependencies, ick
147 select BACKLIGHT_LCD_SUPPORT if ACPI
148 select BACKLIGHT_CLASS_DEVICE if ACPI
149 select VIDEO_OUTPUT_CONTROL if ACPI
150 select INPUT if ACPI
151 select THERMAL if ACPI
152 select ACPI_VIDEO if ACPI
153 select ACPI_BUTTON if ACPI
154 help
155 Choose this option if you have a system that has "Intel Graphics
156 Media Accelerator" or "HD Graphics" integrated graphics,
157 including 830M, 845G, 852GM, 855GM, 865G, 915G, 945G, 965G,
158 G35, G41, G43, G45 chipsets and Celeron, Pentium, Core i3,
159 Core i5, Core i7 as well as Atom CPUs with integrated graphics.
160 If M is selected, the module will be called i915. AGP support
161 is required for this driver to work. This driver is used by
162 the Intel driver in X.org 6.8 and XFree86 4.4 and above. It
163 replaces the older i830 module that supported a subset of the
164 hardware in older X.org releases.
165
166 Note that the older i810/i815 chipsets require the use of the
167 i810 driver instead, and the Atom z5xx series has an entirely
168 different implementation.
169
170config DRM_I915_KMS
171 bool "Enable modesetting on intel by default"
172 depends on DRM_I915
173 help
174 Choose this option if you want kernel modesetting enabled by default,
175 and you have a new enough userspace to support this. Running old
176 userspaces with this enabled will cause pain. Note that this causes
177 the driver to bind to PCI devices, which precludes loading things
178 like intelfb.
179
180config DRM_I915_PRELIMINARY_HW_SUPPORT
181 bool "Enable preliminary support for prerelease Intel hardware by default"
182 depends on DRM_I915
183 help
184 Choose this option if you have prerelease Intel hardware and want the
185 i915 driver to support it by default. You can enable such support at
186 runtime with the module option i915.preliminary_hw_support=1; this
187 option changes the default for that module option.
188
189 If in doubt, say "N".
190 132
191config DRM_MGA 133config DRM_MGA
192 tristate "Matrox g200/g400" 134 tristate "Matrox g200/g400"