Skip to content

Commit 5b5465d

Browse files
committed
arm64: defconfig: Make INTERCONNECT_QCOM_SDM845 builtin
As of v5.11-rc1 the QUP nodes of SDM845 has got their interconnect properties specified, this means that the relevant interconnect provider needs to be builtin for the UART device to probe and the console to be registered before userspace needs to access it. Reviewed-by: Georgi Djakov <georgi.djakov@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20201222043745.3420447-1-bjorn.andersson@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
1 parent 5c8fe58 commit 5b5465d

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
@@ -1078,7 +1078,7 @@ CONFIG_INTERCONNECT=y
10781078
CONFIG_INTERCONNECT_QCOM=y
10791079
CONFIG_INTERCONNECT_QCOM_MSM8916=m
10801080
CONFIG_INTERCONNECT_QCOM_OSM_L3=m
1081-
CONFIG_INTERCONNECT_QCOM_SDM845=m
1081+
CONFIG_INTERCONNECT_QCOM_SDM845=y
10821082
CONFIG_INTERCONNECT_QCOM_SM8150=m
10831083
CONFIG_INTERCONNECT_QCOM_SM8250=m
10841084
CONFIG_EXT2_FS=y

0 commit comments

Comments
 (0)