drm/i915: export error state ref handling
[deliverable/linux.git] / drivers / gpu / drm / gma500 / Kconfig
CommitLineData
3abcf41f
AC
1config DRM_GMA500
2 tristate "Intel GMA5/600 KMS Framebuffer"
c97fc5fb 3 depends on DRM && PCI && X86
3abcf41f 4 select FB_CFB_COPYAREA
0c1a14c2
XZ
5 select FB_CFB_FILLRECT
6 select FB_CFB_IMAGEBLIT
7 select DRM_KMS_HELPER
8 select DRM_TTM
9 # GMA500 depends on ACPI_VIDEO when ACPI is enabled, just like i915
10 select ACPI_VIDEO if ACPI
11 select BACKLIGHT_CLASS_DEVICE if ACPI
12 select VIDEO_OUTPUT_CONTROL if ACPI
13 select INPUT if ACPI
3abcf41f
AC
14 help
15 Say yes for an experimental 2D KMS framebuffer driver for the
16 Intel GMA500 ('Poulsbo') and other Intel IMG based graphics
17 devices.
18
19config DRM_GMA600
20 bool "Intel GMA600 support (Experimental)"
21 depends on DRM_GMA500
22 help
23 Say yes to include support for GMA600 (Intel Moorestown/Oaktrail)
05442e5e 24 platforms with LVDS ports. MIPI is not currently supported.
3abcf41f 25
b6195aab
AC
26config DRM_GMA3600
27 bool "Intel GMA3600/3650 support (Experimental)"
3abcf41f
AC
28 depends on DRM_GMA500
29 help
b6195aab
AC
30 Say yes to include basic support for Intel GMA3600/3650 (Intel
31 Cedar Trail) platforms.
026abc33
KS
32
33config DRM_MEDFIELD
34 bool "Intel Medfield support (Experimental)"
35 depends on DRM_GMA500 && X86_INTEL_MID
36 help
37 Say yes to include support for the Intel Medfield platform.
38
This page took 0.122487 seconds and 5 git commands to generate.