Add GMA3600 (Cedarview) support (rhbz 810686)

This commit is contained in:
Josh Boyer 2012-04-23 13:13:47 -04:00
parent 6e2468ba3e
commit 3b96934ff4
2 changed files with 3 additions and 2 deletions

View File

@ -400,7 +400,7 @@ CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
CONFIG_DRM_GMA500=m
# CONFIG_DRM_GMA600 is not set
# CONFIG_DRM_GMA3600 is not set
CONFIG_DRM_GMA3600=y
# Maybe enable in debug kernels?
# CONFIG_DEBUG_NMI_SELFTEST is not set

View File

@ -54,7 +54,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 1
%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -2422,6 +2422,7 @@ fi
# '-'
%changelog
* Mon Apr 23 2012 Josh Boyer <jwboyer@redhat.com>
- Add GMA3600 (Cedarview) support (rhbz 810686)
- Linux 3.3.3
* Mon Apr 23 2012 Peter Hutterer <peter.hutterer@redhat.com>