xref: /openbmc/linux/drivers/gpu/drm/gma500/Kconfig (revision 92b6f89f)
1config DRM_GMA500
2	tristate "Intel GMA5/600 KMS Framebuffer"
3	depends on DRM && PCI && X86
4	select FB_CFB_COPYAREA
5	select FB_CFB_FILLRECT
6	select FB_CFB_IMAGEBLIT
7	select DRM_KMS_HELPER
8	select DRM_KMS_FB_HELPER
9	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
15	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)
25	  platforms with LVDS ports. MIPI is not currently supported.
26
27config DRM_GMA3600
28	bool "Intel GMA3600/3650 support (Experimental)"
29	depends on DRM_GMA500
30	help
31	  Say yes to include basic support for Intel GMA3600/3650 (Intel
32	  Cedar Trail) platforms.
33
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
40