main/linux-postmarketos-qcom-msm8996: upgrade to 5.14_rc4 (MR 2403)
- Introduce interconnect driver - Fix CPU passive cooling to avoid overheating [ci:skip-build] Already built in MR
This commit is contained in:
parent
f9932a0850
commit
0939e710e3
2 changed files with 16 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
_flavor="postmarketos-qcom-msm8996"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=5.14_rc2
|
||||
pkgver=5.14_rc4
|
||||
pkgrel=0
|
||||
pkgdesc="Kernel close to mainline with extra patches for Qualcomm MSM8996 devices"
|
||||
arch="aarch64"
|
||||
|
@ -47,6 +47,6 @@ package() {
|
|||
INSTALL_DTBS_PATH="$pkgdir"/usr/share/dtb
|
||||
}
|
||||
sha512sums="
|
||||
e82dd12f90c9cfac4b176e7feb57bea4de232a651f998ab2290eb6609ffa0a3bcf2c55c06d23ded0422e7691180070234539761dd041b6968ab332e23e1fe4bf linux-msm8996-v5.14-rc2-msm8996.tar.gz
|
||||
2de664350b482904564aa09ef567856c7dbd2ed6ab1d13aa78e7132598eb481b3fd8a726099bbbbce6a1ffb268020fb98b1da97528f650b06543c8ea87f9dd55 config-postmarketos-qcom-msm8996.aarch64
|
||||
effd2fa2bbc840cc87330b66d86ca4a044a7394399bfe31f59e3d715ee4b704f4877532661fbdeb77d906a35845acaa1f0b4bd04771cd0ea417a384bf172608f linux-msm8996-v5.14-rc4-msm8996.tar.gz
|
||||
7870093b7f14b6b52fb1b1f7a1947cc96a90e63dea10a2f671ea97c5dfc9207ba17aea656ebd0aa982a303c817b34ac2592b8ae5e775b02f6348cbec0a6ec812 config-postmarketos-qcom-msm8996.aarch64
|
||||
"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.14.0-rc2 Kernel Configuration
|
||||
# Linux/arm64 5.14.0-rc4 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="aarch64-alpine-linux-musl-gcc (Alpine 10.3.1_git20210625) 10.3.1 20210625"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -4018,6 +4018,7 @@ CONFIG_SND_SOC_HDMI_CODEC=m
|
|||
# CONFIG_SND_SOC_SIMPLE_MUX is not set
|
||||
# CONFIG_SND_SOC_SPDIF is not set
|
||||
# CONFIG_SND_SOC_SSM2305 is not set
|
||||
# CONFIG_SND_SOC_SSM2518 is not set
|
||||
# CONFIG_SND_SOC_SSM2602_SPI is not set
|
||||
# CONFIG_SND_SOC_SSM2602_I2C is not set
|
||||
# CONFIG_SND_SOC_SSM4567 is not set
|
||||
|
@ -4074,7 +4075,6 @@ CONFIG_SND_SOC_WCD9335=m
|
|||
# CONFIG_SND_SOC_WM8985 is not set
|
||||
# CONFIG_SND_SOC_WSA881X is not set
|
||||
# CONFIG_SND_SOC_ZL38060 is not set
|
||||
# CONFIG_SND_SOC_ZX_AUD96P22 is not set
|
||||
# CONFIG_SND_SOC_MAX9759 is not set
|
||||
# CONFIG_SND_SOC_MT6351 is not set
|
||||
# CONFIG_SND_SOC_MT6358 is not set
|
||||
|
@ -5830,7 +5830,16 @@ CONFIG_PM_OPP=y
|
|||
CONFIG_SLIMBUS=m
|
||||
CONFIG_SLIM_QCOM_CTRL=m
|
||||
CONFIG_SLIM_QCOM_NGD_CTRL=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT=y
|
||||
CONFIG_INTERCONNECT_QCOM=y
|
||||
# CONFIG_INTERCONNECT_QCOM_MSM8916 is not set
|
||||
# CONFIG_INTERCONNECT_QCOM_MSM8939 is not set
|
||||
# CONFIG_INTERCONNECT_QCOM_MSM8974 is not set
|
||||
CONFIG_INTERCONNECT_QCOM_MSM8996=y
|
||||
# CONFIG_INTERCONNECT_QCOM_OSM_L3 is not set
|
||||
# CONFIG_INTERCONNECT_QCOM_QCS404 is not set
|
||||
# CONFIG_INTERCONNECT_QCOM_SDM660 is not set
|
||||
CONFIG_INTERCONNECT_QCOM_SMD_RPM_QOS=y
|
||||
# CONFIG_COUNTER is not set
|
||||
# CONFIG_MOST is not set
|
||||
# end of Device Drivers
|
||||
|
@ -6474,7 +6483,6 @@ CONFIG_FONT_8x16=y
|
|||
CONFIG_SG_POOL=y
|
||||
CONFIG_ARCH_STACKWALK=y
|
||||
CONFIG_SBITMAP=y
|
||||
# CONFIG_STRING_SELFTEST is not set
|
||||
# end of Library routines
|
||||
|
||||
CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y
|
||||
|
@ -6693,6 +6701,7 @@ CONFIG_RUNTIME_TESTING_MENU=y
|
|||
# CONFIG_PERCPU_TEST is not set
|
||||
# CONFIG_ATOMIC64_SELFTEST is not set
|
||||
# CONFIG_TEST_HEXDUMP is not set
|
||||
# CONFIG_STRING_SELFTEST is not set
|
||||
# CONFIG_TEST_STRING_HELPERS is not set
|
||||
# CONFIG_TEST_STRSCPY is not set
|
||||
# CONFIG_TEST_KSTRTOX is not set
|
||||
|
|
Loading…
Reference in a new issue