Skip to content

Commit 0821538

Browse files
committed
Merge tag 'qcom-arm64-defconfig-fixes-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Qualcomm ARM64 defconfig fixes for v5.11 Devicetree patches for SDM845 introduced in v5.11 requires the platform's interconnect driver to be buildin, or the kernel will fail to provide a valid console when we hit userspace. * tag 'qcom-arm64-defconfig-fixes-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: arm64: defconfig: Make INTERCONNECT_QCOM_SDM845 builtin Link: https://lore.kernel.org/r/20210125232412.642834-1-bjorn.andersson@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 3de834b + 5b5465d commit 0821538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/configs/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ CONFIG_INTERCONNECT=y
10761076
CONFIG_INTERCONNECT_QCOM=y
10771077
CONFIG_INTERCONNECT_QCOM_MSM8916=m
10781078
CONFIG_INTERCONNECT_QCOM_OSM_L3=m
1079-
CONFIG_INTERCONNECT_QCOM_SDM845=m
1079+
CONFIG_INTERCONNECT_QCOM_SDM845=y
10801080
CONFIG_INTERCONNECT_QCOM_SM8150=m
10811081
CONFIG_INTERCONNECT_QCOM_SM8250=m
10821082
CONFIG_EXT2_FS=y

0 commit comments

Comments
 (0)