1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 23abcf41fSAlan Coxconfig DRM_GMA500 33abcf41fSAlan Cox tristate "Intel GMA5/600 KMS Framebuffer" 4011cda58SBenjamin Gaignard depends on DRM && PCI && X86 && MMU 53abcf41fSAlan Cox select DRM_KMS_HELPER 63abcf41fSAlan Cox select DRM_TTM 70c1a14c2SXiong Zhou # GMA500 depends on ACPI_VIDEO when ACPI is enabled, just like i915 80c1a14c2SXiong Zhou select ACPI_VIDEO if ACPI 90c1a14c2SXiong Zhou select BACKLIGHT_CLASS_DEVICE if ACPI 100c1a14c2SXiong Zhou select INPUT if ACPI 113abcf41fSAlan Cox help 123abcf41fSAlan Cox Say yes for an experimental 2D KMS framebuffer driver for the 133abcf41fSAlan Cox Intel GMA500 ('Poulsbo') and other Intel IMG based graphics 143abcf41fSAlan Cox devices. 153abcf41fSAlan Cox 163abcf41fSAlan Coxconfig DRM_GMA600 173abcf41fSAlan Cox bool "Intel GMA600 support (Experimental)" 183abcf41fSAlan Cox depends on DRM_GMA500 193abcf41fSAlan Cox help 203abcf41fSAlan Cox Say yes to include support for GMA600 (Intel Moorestown/Oaktrail) 2105442e5eSAlan Cox platforms with LVDS ports. MIPI is not currently supported. 223abcf41fSAlan Cox 23b6195aabSAlan Coxconfig DRM_GMA3600 24b6195aabSAlan Cox bool "Intel GMA3600/3650 support (Experimental)" 253abcf41fSAlan Cox depends on DRM_GMA500 263abcf41fSAlan Cox help 27b6195aabSAlan Cox Say yes to include basic support for Intel GMA3600/3650 (Intel 28b6195aabSAlan Cox Cedar Trail) platforms. 29026abc33SKirill A. Shutemov 30026abc33SKirill A. Shutemovconfig DRM_MEDFIELD 31026abc33SKirill A. Shutemov bool "Intel Medfield support (Experimental)" 32026abc33SKirill A. Shutemov depends on DRM_GMA500 && X86_INTEL_MID 33026abc33SKirill A. Shutemov help 34026abc33SKirill A. Shutemov Say yes to include support for the Intel Medfield platform. 35026abc33SKirill A. Shutemov 36