enable CONFIG_MEDIA_{USB,PCI}_SUPPORT (rhbz 870457)

This commit is contained in:
Josh Boyer 2012-10-30 10:46:47 -04:00
parent 5e72ee302b
commit 1093c7907b
2 changed files with 6 additions and 1 deletions

View File

@ -2460,6 +2460,8 @@ CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=8192
CONFIG_HANGCHECK_TIMER=m
CONFIG_MEDIA_USB_SUPPORT=y
CONFIG_MEDIA_PCI_SUPPORT=y
#
# Multimedia devices
#

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
@ -2317,6 +2317,9 @@ fi
# ||----w |
# || ||
%changelog
* Tue Oct 30 2012 Josh Boyer <jwboyer@redhat.com>
- enable CONFIG_MEDIA_{USB,PCI}_SUPPORT (rhbz 870457)
* Sat Oct 27 2012 Josh Boyer <jwboyer@redhat.com>
- Update secure boot support for UEFI cert importing