blob: 508cf99a292df18c569cc9ffd3466e8b598629e0 [file] [log] [blame]
Alan Cox3abcf412011-11-03 18:20:47 +00001config DRM_GMA500
2 tristate "Intel GMA5/600 KMS Framebuffer"
Kees Cookc97fc5f2013-01-16 18:53:35 -08003 depends on DRM && PCI && X86
Alan Cox3abcf412011-11-03 18:20:47 +00004 select FB_CFB_COPYAREA
Xiong Zhou0c1a14c2013-04-10 20:37:52 +08005 select FB_CFB_FILLRECT
6 select FB_CFB_IMAGEBLIT
7 select DRM_KMS_HELPER
Daniel Vetter92b6f892013-10-08 17:44:47 +02008 select DRM_KMS_FB_HELPER
Xiong Zhou0c1a14c2013-04-10 20:37:52 +08009 select DRM_TTM
10 # GMA500 depends on ACPI_VIDEO when ACPI is enabled, just like i915
11 select ACPI_VIDEO if ACPI
12 select BACKLIGHT_CLASS_DEVICE if ACPI
13 select VIDEO_OUTPUT_CONTROL if ACPI
14 select INPUT if ACPI
Alan Cox3abcf412011-11-03 18:20:47 +000015 help
16 Say yes for an experimental 2D KMS framebuffer driver for the
17 Intel GMA500 ('Poulsbo') and other Intel IMG based graphics
18 devices.
19
20config DRM_GMA600
21 bool "Intel GMA600 support (Experimental)"
22 depends on DRM_GMA500
23 help
24 Say yes to include support for GMA600 (Intel Moorestown/Oaktrail)
Alan Cox05442e52012-03-08 16:00:45 +000025 platforms with LVDS ports. MIPI is not currently supported.
Alan Cox3abcf412011-11-03 18:20:47 +000026
Alan Coxb6195aa2011-12-29 14:37:03 +000027config DRM_GMA3600
28 bool "Intel GMA3600/3650 support (Experimental)"
Alan Cox3abcf412011-11-03 18:20:47 +000029 depends on DRM_GMA500
30 help
Alan Coxb6195aa2011-12-29 14:37:03 +000031 Say yes to include basic support for Intel GMA3600/3650 (Intel
32 Cedar Trail) platforms.
Kirill A. Shutemov026abc32012-03-08 16:02:20 +000033
34config DRM_MEDFIELD
35 bool "Intel Medfield support (Experimental)"
36 depends on DRM_GMA500 && X86_INTEL_MID
37 help
38 Say yes to include support for the Intel Medfield platform.
39