[x86] drm: Enable DRM_GMA500 as module, replacing DRM_PSB (Closes: #703506)

svn path=/dists/sid/linux/; revision=19946
This commit is contained in:
Ben Hutchings 2013-03-25 13:37:43 +00:00
parent 8274377d91
commit 658db8593e
2 changed files with 10 additions and 5 deletions

2
debian/changelog vendored
View File

@ -5,6 +5,8 @@ linux (3.2.41-2) UNRELEASED; urgency=low
* linux-headers: Fix file installation on architectures without
Kbuild.platforms (Closes: #703800)
* [x86] drm/i915: bounds check execbuffer relocation count (CVE-2013-0913)
* [x86] drm: Enable DRM_GMA500 as module, replacing DRM_PSB (Closes: #703506)
- Enable DRM_GMA600, DRM_GMA3600, DRM_MEDFIELD
-- Ben Hutchings <ben@decadent.org.uk> Sat, 23 Mar 2013 17:45:03 +0000

View File

@ -417,6 +417,14 @@ CONFIG_DRM_I915_KMS=y
CONFIG_DRM_MGA=m
CONFIG_DRM_SIS=m
##
## file: drivers/staging/gma500/Kconfig
##
CONFIG_DRM_GMA500=m
CONFIG_DRM_GMA600=y
CONFIG_DRM_GMA3600=y
CONFIG_DRM_MEDFIELD=y
##
## file: drivers/gpu/drm/nouveau/Kconfig
##
@ -1269,11 +1277,6 @@ CONFIG_COMEDI_FC=m
##
CONFIG_ET131X=m
##
## file: drivers/staging/gma500/Kconfig
##
CONFIG_DRM_PSB=m
##
## file: drivers/staging/hv/Kconfig
##