xref: /openbmc/linux/drivers/gpu/drm/gma500/Kconfig (revision e5c86679)
1config DRM_GMA500
2	tristate "Intel GMA5/600 KMS Framebuffer"
3	depends on DRM && PCI && X86 && MMU
4	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
9	select INPUT if ACPI
10	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)
20	  platforms with LVDS ports. MIPI is not currently supported.
21
22config DRM_GMA3600
23	bool "Intel GMA3600/3650 support (Experimental)"
24	depends on DRM_GMA500
25	help
26	  Say yes to include basic support for Intel GMA3600/3650 (Intel
27	  Cedar Trail) platforms.
28
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
35