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) |
| 19 | platforms with LVDS ports. HDMI and MIPI are not currently |
| 20 | supported. |
| 21 | |
| 22 | config DRM_CEDARVIEW |
| 23 | bool "Intel Cedarview support (Experimental)" |
| 24 | depends on DRM_GMA500 |
| 25 | help |
| 26 | Say yes to include support for Intel Cedarview platforms |