[kernel/f15] Restore the Savage DRM and several others that were accidentally early-deprecated.

Dave Jones davej at fedoraproject.org
Mon Jan 30 18:08:25 UTC 2012


commit 2984100a2b8494aae8a0cd734e3288a930c65a17
Author: Dave Jones <davej at redhat.com>
Date:   Mon Jan 30 13:08:18 2012 -0500

    Restore the Savage DRM and several others that were accidentally early-deprecated.

 config-generic |   24 +++++++++---------------
 kernel.spec    |    3 +++
 2 files changed, 12 insertions(+), 15 deletions(-)
---
diff --git a/config-generic b/config-generic
index bd2c476..025b58c 100644
--- a/config-generic
+++ b/config-generic
@@ -2511,31 +2511,25 @@ CONFIG_AGP_SIS=y
 CONFIG_AGP_SWORKS=y
 CONFIG_AGP_VIA=y
 CONFIG_AGP_EFFICEON=y
-
 CONFIG_VGA_ARB=y
 CONFIG_VGA_ARB_MAX_GPUS=16
-
-# CONFIG_STUB_POULSBO is not set
-
+CONFIG_STUB_POULSBO=m
+# CONFIG_DRM_PSB is not set
 CONFIG_DRM=m
-# CONFIG_DRM_TDFX is not set
-# CONFIG_DRM_R128 is not set
+CONFIG_DRM_TDFX=m
+CONFIG_DRM_R128=m
 CONFIG_DRM_RADEON=m
 CONFIG_DRM_RADEON_KMS=y
-# CONFIG_DRM_I810 is not set
-# CONFIG_DRM_MGA is not set
-# CONFIG_DRM_SIS is not set
-# CONFIG_DRM_SAVAGE is not set
+CONFIG_DRM_I810=m
+CONFIG_DRM_MGA=m
+CONFIG_DRM_SIS=m
+CONFIG_DRM_SAVAGE=m
 CONFIG_DRM_I915=m
 CONFIG_DRM_I915_KMS=y
-# CONFIG_DRM_VIA is not set
+CONFIG_DRM_VIA=m
 CONFIG_DRM_NOUVEAU=m
 CONFIG_DRM_NOUVEAU_BACKLIGHT=y
 CONFIG_DRM_NOUVEAU_DEBUG=y
-CONFIG_DRM_PSB=m
-# CONFIG_DRM_PSB_MRST is not set
-# CONFIG_DRM_PSB_MFLD is not set
-# CONFIG_DRM_PSB_CDV is not set
 CONFIG_DRM_I2C_CH7006=m
 CONFIG_DRM_I2C_SIL164=m
 CONFIG_DRM_VMWGFX=m
diff --git a/kernel.spec b/kernel.spec
index 95f21ea..ceea70e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1953,6 +1953,9 @@ fi
 # and build.
 
 %changelog
+* Mon Jan 30 2012 Dave Jones <davej at redhat.com>
+- Restore the Savage DRM and several others that were accidentally early-deprecated.
+
 * Mon Jan 30 2012 John W. Linville <linville at redhat.com>
 - Reinstate patch to remove overlap between bcma/b43 and brcmsmac
 


More information about the scm-commits mailing list