Alan Cox | 3abcf41 | 2011-11-03 18:20:47 +0000 | [diff] [blame] | 1 | config DRM_GMA500 |
| 2 | tristate "Intel GMA5/600 KMS Framebuffer" |
Kees Cook | c97fc5f | 2013-01-16 18:53:35 -0800 | [diff] [blame] | 3 | depends on DRM && PCI && X86 |
Alan Cox | 3abcf41 | 2011-11-03 18:20:47 +0000 | [diff] [blame] | 4 | select FB_CFB_COPYAREA |
Xiong Zhou | 0c1a14c | 2013-04-10 20:37:52 +0800 | [diff] [blame] | 5 | select FB_CFB_FILLRECT |
| 6 | select FB_CFB_IMAGEBLIT |
| 7 | select DRM_KMS_HELPER |
| 8 | select DRM_TTM |
| 9 | # GMA500 depends on ACPI_VIDEO when ACPI is enabled, just like i915 |
| 10 | select ACPI_VIDEO if ACPI |
| 11 | select BACKLIGHT_CLASS_DEVICE if ACPI |
| 12 | select VIDEO_OUTPUT_CONTROL if ACPI |
| 13 | select INPUT if ACPI |
Alan Cox | 3abcf41 | 2011-11-03 18:20:47 +0000 | [diff] [blame] | 14 | help |
| 15 | Say yes for an experimental 2D KMS framebuffer driver for the |
| 16 | Intel GMA500 ('Poulsbo') and other Intel IMG based graphics |
| 17 | devices. |
| 18 | |
| 19 | config DRM_GMA600 |
| 20 | bool "Intel GMA600 support (Experimental)" |
| 21 | depends on DRM_GMA500 |
| 22 | help |
| 23 | Say yes to include support for GMA600 (Intel Moorestown/Oaktrail) |
Alan Cox | 05442e5 | 2012-03-08 16:00:45 +0000 | [diff] [blame] | 24 | platforms with LVDS ports. MIPI is not currently supported. |
Alan Cox | 3abcf41 | 2011-11-03 18:20:47 +0000 | [diff] [blame] | 25 | |
Alan Cox | b6195aa | 2011-12-29 14:37:03 +0000 | [diff] [blame] | 26 | config DRM_GMA3600 |
| 27 | bool "Intel GMA3600/3650 support (Experimental)" |
Alan Cox | 3abcf41 | 2011-11-03 18:20:47 +0000 | [diff] [blame] | 28 | depends on DRM_GMA500 |
| 29 | help |
Alan Cox | b6195aa | 2011-12-29 14:37:03 +0000 | [diff] [blame] | 30 | Say yes to include basic support for Intel GMA3600/3650 (Intel |
| 31 | Cedar Trail) platforms. |
Kirill A. Shutemov | 026abc3 | 2012-03-08 16:02:20 +0000 | [diff] [blame] | 32 | |
| 33 | config DRM_MEDFIELD |
| 34 | bool "Intel Medfield support (Experimental)" |
| 35 | depends on DRM_GMA500 && X86_INTEL_MID |
| 36 | help |
| 37 | Say yes to include support for the Intel Medfield platform. |
| 38 | |