blob: df11582f1efc5b92918e62807b0ce28987acf731 [file] [log] [blame]
Alan Cox3abcf412011-11-03 18:20:47 +00001config DRM_GMA500
2 tristate "Intel GMA5/600 KMS Framebuffer"
Benjamin Gaignard011cda52017-01-07 12:39:11 +01003 depends on DRM && PCI && X86 && MMU
Xiong Zhou0c1a14c2013-04-10 20:37:52 +08004 select DRM_KMS_HELPER
5 select DRM_TTM
6 # GMA500 depends on ACPI_VIDEO when ACPI is enabled, just like i915
7 select ACPI_VIDEO if ACPI
8 select BACKLIGHT_CLASS_DEVICE if ACPI
Xiong Zhou0c1a14c2013-04-10 20:37:52 +08009 select INPUT if ACPI
Alan Cox3abcf412011-11-03 18:20:47 +000010 help
11 Say yes for an experimental 2D KMS framebuffer driver for the
12 Intel GMA500 ('Poulsbo') and other Intel IMG based graphics
13 devices.
14
15config DRM_GMA600
16 bool "Intel GMA600 support (Experimental)"
17 depends on DRM_GMA500
18 help
19 Say yes to include support for GMA600 (Intel Moorestown/Oaktrail)
Alan Cox05442e52012-03-08 16:00:45 +000020 platforms with LVDS ports. MIPI is not currently supported.
Alan Cox3abcf412011-11-03 18:20:47 +000021
Alan Coxb6195aa2011-12-29 14:37:03 +000022config DRM_GMA3600
23 bool "Intel GMA3600/3650 support (Experimental)"
Alan Cox3abcf412011-11-03 18:20:47 +000024 depends on DRM_GMA500
25 help
Alan Coxb6195aa2011-12-29 14:37:03 +000026 Say yes to include basic support for Intel GMA3600/3650 (Intel
27 Cedar Trail) platforms.
Kirill A. Shutemov026abc32012-03-08 16:02:20 +000028
29config DRM_MEDFIELD
30 bool "Intel Medfield support (Experimental)"
31 depends on DRM_GMA500 && X86_INTEL_MID
32 help
33 Say yes to include support for the Intel Medfield platform.
34