xref: /linux/drivers/gpu/drm/gma500/Kconfig (revision 837f23bb4b6002fe2be5dd70de7735133e0f2f28)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
23abcf41fSAlan Coxconfig DRM_GMA500
3*837f23bbSThomas Zimmermann	tristate "Intel GMA500/600/3600/3650 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.
22