Linux v4.8-14230-gb67be92
This commit is contained in:
parent
523d987dc7
commit
1aead3e9bd
@ -317,6 +317,7 @@ CONFIG_DEVFREQ_THERMAL=y
|
||||
CONFIG_SPMI=m
|
||||
CONFIG_MFD_SPMI_PMIC=m
|
||||
CONFIG_REGMAP_SPMI=m
|
||||
# CONFIG_QORIQ_THERMAL is not set
|
||||
|
||||
# Device tree
|
||||
CONFIG_DTC=y
|
||||
|
@ -274,6 +274,7 @@ CONFIG_QCOM_COINCELL=m
|
||||
# CONFIG_QCOM_Q6V5_PIL is not set
|
||||
# CONFIG_QCOM_WCNSS_PIL is not set
|
||||
# CONFIG_QCOM_EBI2 is not set
|
||||
# CONFIG_QCOM_TSENS is not set
|
||||
|
||||
# mvebu
|
||||
# CONFIG_MV_XOR_V2 is not set
|
||||
|
@ -353,6 +353,7 @@ CONFIG_MTD_NAND_QCOM=m
|
||||
# CONFIG_QCOM_Q6V5_PIL is not set
|
||||
# CONFIG_MSM_IOMMU is not set
|
||||
# CONFIG_QCOM_WCNSS_PIL is not set
|
||||
# CONFIG_QCOM_TSENS is not set
|
||||
|
||||
# i.MX
|
||||
# CONFIG_MXC_DEBUG_BOARD is not set
|
||||
|
@ -154,6 +154,8 @@ CONFIG_PCI_MMCONFIG=y
|
||||
CONFIG_PCI_BIOS=y
|
||||
CONFIG_VMD=m
|
||||
|
||||
CONFIG_INTEL_BXT_PMIC_THERMAL=m
|
||||
|
||||
CONFIG_HOTPLUG_PCI_COMPAQ=m
|
||||
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
|
||||
CONFIG_HOTPLUG_PCI_IBM=m
|
||||
|
2
gitrev
2
gitrev
@ -1 +1 @@
|
||||
1573d2caf713874cfe0d1336c823d0fb548d8bed
|
||||
b67be92feb486f800d80d72c67fd87b47b79b18e
|
||||
|
@ -69,7 +69,7 @@ Summary: The Linux kernel
|
||||
# The rc snapshot level
|
||||
%define rcrev 0
|
||||
# The git snapshot level
|
||||
%define gitrev 7
|
||||
%define gitrev 8
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 4.%{upstream_sublevel}.0
|
||||
%endif
|
||||
@ -2142,6 +2142,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Oct 13 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc0.git8.1
|
||||
- Linux v4.8-14230-gb67be92
|
||||
|
||||
* Wed Oct 12 2016 Laura Abbott <labbott@redhat.com>
|
||||
- Add script to remove binary diffs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user