# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_DRM_GMA500[0m tristate "Intel GMA5/600 KMS Framebuffer" depends on [31mCONFIG_DRM[0m && [31mCONFIG_PCI[0m && [31mCONFIG_X86[0m && [31mCONFIG_MMU[0m select [31mCONFIG_DRM_KMS_HELPER[0m select [31mCONFIG_DRM_TTM[0m # GMA500 depends on [31mCONFIG_ACPI_VIDEO[0m when [31mCONFIG_ACPI[0m is enabled, just like i915 select [31mCONFIG_ACPI_VIDEO[0m if [31mCONFIG_ACPI[0m select [31mCONFIG_BACKLIGHT_CLASS_DEVICE[0m if [31mCONFIG_ACPI[0m select [31mCONFIG_INPUT[0m if [31mCONFIG_ACPI[0m help Say yes for an experimental 2D KMS framebuffer driver for the Intel GMA500 ('Poulsbo') and other Intel IMG based graphics devices. config [31mCONFIG_DRM_GMA600[0m bool "Intel GMA600 support (Experimental)" depends on [31mCONFIG_DRM_GMA500[0m help Say yes to include support for GMA600 (Intel Moorestown/Oaktrail) platforms with LVDS ports. MIPI is not currently supported. config [31mCONFIG_DRM_GMA3600[0m bool "Intel GMA3600/3650 support (Experimental)" depends on [31mCONFIG_DRM_GMA500[0m help Say yes to include basic support for Intel GMA3600/3650 (Intel Cedar Trail) platforms. config [31mCONFIG_DRM_MEDFIELD[0m bool "Intel Medfield support (Experimental)" depends on [31mCONFIG_DRM_GMA500[0m && [31mCONFIG_X86_INTEL_MID[0m help Say yes to include support for the Intel Medfield platform. |