diff --git a/debian/changelog b/debian/changelog index 9d9f2a8be..c4f339ea3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 23 Mar 2013 17:45:03 +0000 diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index e9dd1bdf6..cc1559425 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -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 ##