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