summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-generic2
-rw-r--r--kernel.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/config-generic b/config-generic
index 8685d871..b9978534 100644
--- a/config-generic
+++ b/config-generic
@@ -2388,7 +2388,7 @@ CONFIG_DRM_RADEON_KMS=y
# CONFIG_DRM_SAVAGE is not set
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
diff --git a/kernel.spec b/kernel.spec
index 256365c2..d448a4ad 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,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 2
+%global baserelease 3
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -2326,6 +2326,9 @@ fi
# ||----w |
# || ||
%changelog
+* Mon May 14 2012 Josh Boyer <jwboyer@redhat.com>
+- Enable DRM_VIA again per Adam Jackson
+
* Mon May 14 2012 Josh Boyer <jwboyer@redhat.com> - 3.4.0-0.rc7.git0.2
- Reenable debugging options.