Skip to content

Commit f2eace2

Browse files
quic-bjorandeandersson
authored andcommitted
arm64: defconfig: Enable Qualcomm interconnect providers
With interconnect providers built as modules Qualcomm SM8250 and QCM2290 platforms launches init without /dev/console being backed by the debug UART. Build there drivers into the kernel, to make sure the dependencies for the UART driver are available and thereby give userspace access to the UART without having to re-open the console, once the deferred UART driver has probed. Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240201-enable-icc-8250-2290-v1-1-8ded02750521@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 42945eb commit f2eace2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/configs/defconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ CONFIG_INTERCONNECT_QCOM=y
15511551
CONFIG_INTERCONNECT_QCOM_MSM8916=m
15521552
CONFIG_INTERCONNECT_QCOM_MSM8996=m
15531553
CONFIG_INTERCONNECT_QCOM_OSM_L3=m
1554-
CONFIG_INTERCONNECT_QCOM_QCM2290=m
1554+
CONFIG_INTERCONNECT_QCOM_QCM2290=y
15551555
CONFIG_INTERCONNECT_QCOM_QCS404=m
15561556
CONFIG_INTERCONNECT_QCOM_SA8775P=y
15571557
CONFIG_INTERCONNECT_QCOM_SC7180=y
@@ -1561,7 +1561,7 @@ CONFIG_INTERCONNECT_QCOM_SC8280XP=y
15611561
CONFIG_INTERCONNECT_QCOM_SDM845=y
15621562
CONFIG_INTERCONNECT_QCOM_SDX75=y
15631563
CONFIG_INTERCONNECT_QCOM_SM8150=m
1564-
CONFIG_INTERCONNECT_QCOM_SM8250=m
1564+
CONFIG_INTERCONNECT_QCOM_SM8250=y
15651565
CONFIG_INTERCONNECT_QCOM_SM8350=m
15661566
CONFIG_INTERCONNECT_QCOM_SM8450=y
15671567
CONFIG_INTERCONNECT_QCOM_SM8550=y

0 commit comments

Comments
 (0)