diff mbox series

[2/2] arm64: defconfig: make CONFIG_INTERCONNECT_QCOM_SM8350 built-in

Message ID 20240530-8350-config-v1-2-d6e871236ed4@linaro.org (mailing list archive)
State Accepted
Commit 26bd1c26991c69af6ab020289308cc5ea80cfb08
Headers show
Series arm64: defconfig: fix config issues on Qualcomm SM8350 platform | expand

Commit Message

Dmitry Baryshkov May 30, 2024, 12:51 a.m. UTC
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>
---
 arch/arm64/configs/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 63a8e9335efb..9a467dec78b7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1612,7 +1612,7 @@  CONFIG_INTERCONNECT_QCOM_SDX75=y
 CONFIG_INTERCONNECT_QCOM_SM6115=y
 CONFIG_INTERCONNECT_QCOM_SM8150=m
 CONFIG_INTERCONNECT_QCOM_SM8250=y
-CONFIG_INTERCONNECT_QCOM_SM8350=m
+CONFIG_INTERCONNECT_QCOM_SM8350=y
 CONFIG_INTERCONNECT_QCOM_SM8450=y
 CONFIG_INTERCONNECT_QCOM_SM8550=y
 CONFIG_INTERCONNECT_QCOM_SM8650=y