enable PCI_ECAM
This commit is contained in:
parent
139d2905d4
commit
6d8ef07aa7
@ -5442,3 +5442,5 @@ CONFIG_POWERCAP=y
|
|||||||
|
|
||||||
# set in x86-generic presently
|
# set in x86-generic presently
|
||||||
# CONFIG_TOUCHSCREEN_GOODIX is not set
|
# CONFIG_TOUCHSCREEN_GOODIX is not set
|
||||||
|
|
||||||
|
CONFIG_PCI_ECAM=y
|
||||||
|
@ -42,7 +42,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be appended after the rcX and
|
# 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"
|
# 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}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -2255,8 +2255,9 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 17 2015 Kyle McMartin <kmcmarti@redhat.com> - 4.0.0-0.rc4.git0.2
|
* Tue Mar 17 2015 Kyle McMartin <kmcmarti@redhat.com> - 4.0.0-0.rc4.git0.3
|
||||||
- Update kernel-arm64.patch, move EDAC to arm-generic, add EDAC_XGENE on arm64.
|
- Update kernel-arm64.patch, move EDAC to arm-generic, add EDAC_XGENE on arm64.
|
||||||
|
- Add PCI_ECAM on generic, since it'll be selected most places anyway.
|
||||||
|
|
||||||
* Mon Mar 16 2015 Jarod Wilson <jwilson@fedoraproject.org>
|
* Mon Mar 16 2015 Jarod Wilson <jwilson@fedoraproject.org>
|
||||||
- Fix bad variant usage in kernel dependencies
|
- Fix bad variant usage in kernel dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user