diff options
author | Alan Cox <alan@linux.intel.com> | 2011-12-29 09:37:03 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-01-03 04:30:07 -0500 |
commit | b6195aab9ca63a4f6911365f36eb091666fcb15a (patch) | |
tree | 3852d3a68333948e8d20ee9c66d16eb1c4154761 /drivers/gpu/drm/gma500/Kconfig | |
parent | 56125db1eecf8d34d84f7925686110d90724edf0 (diff) |
gma500: Fix Cedarview support (Correct version)
And update to the actual product naming as the press release is now out.
http://newsroom.intel.com/docs/DOC-2553#pressmaterials
- Fixes the wrong ifdef check
- Fixes the missing crtc count declaration
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/Kconfig')
-rw-r--r-- | drivers/gpu/drm/gma500/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/gpu/drm/gma500/Kconfig b/drivers/gpu/drm/gma500/Kconfig index 78e46e82cdbd..754e14bdc801 100644 --- a/drivers/gpu/drm/gma500/Kconfig +++ b/drivers/gpu/drm/gma500/Kconfig | |||
@@ -19,8 +19,9 @@ config DRM_GMA600 | |||
19 | platforms with LVDS ports. HDMI and MIPI are not currently | 19 | platforms with LVDS ports. HDMI and MIPI are not currently |
20 | supported. | 20 | supported. |
21 | 21 | ||
22 | config DRM_CEDARVIEW | 22 | config DRM_GMA3600 |
23 | bool "Intel Cedarview support (Experimental)" | 23 | bool "Intel GMA3600/3650 support (Experimental)" |
24 | depends on DRM_GMA500 | 24 | depends on DRM_GMA500 |
25 | help | 25 | help |
26 | Say yes to include support for Intel Cedarview platforms | 26 | Say yes to include basic support for Intel GMA3600/3650 (Intel |
27 | Cedar Trail) platforms. | ||