Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 26bd1c2

Browse files
lumagandersson
authored andcommitted
arm64: defconfig: make CONFIG_INTERCONNECT_QCOM_SM8350 built-in
Building interconnect driver for Qualcomm SM8350 platform can easily result in a device hang / reboot because of the resource starvation. Move this driver to be built-in to prevent such issues during the boot. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240530-8350-config-v1-2-d6e871236ed4@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 3833d57 commit 26bd1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ CONFIG_INTERCONNECT_QCOM_SDX75=y
16091609
CONFIG_INTERCONNECT_QCOM_SM6115=y
16101610
CONFIG_INTERCONNECT_QCOM_SM8150=m
16111611
CONFIG_INTERCONNECT_QCOM_SM8250=y
1612-
CONFIG_INTERCONNECT_QCOM_SM8350=m
1612+
CONFIG_INTERCONNECT_QCOM_SM8350=y
16131613
CONFIG_INTERCONNECT_QCOM_SM8450=y
16141614
CONFIG_INTERCONNECT_QCOM_SM8550=y
16151615
CONFIG_INTERCONNECT_QCOM_SM8650=y

0 commit comments

Comments
 (0)