Enable DRM_VIA again per Adam Jackson

This commit is contained in:
Josh Boyer 2012-05-14 11:51:07 -04:00
parent d8763818ab
commit a426d7787b
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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.