Message ID | 20221201061335.2440853-1-bhupesh.sharma@linaro.org |
---|---|
State | New |
Headers | show |
Series | arm64: defconfig: Enable Qualcomm SM6115 / SM4250 Interconnect driver | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 851e8f9be06d..993284676c0c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1336,6 +1336,7 @@ CONFIG_INTERCONNECT_QCOM_SC7280=y CONFIG_INTERCONNECT_QCOM_SC8180X=y CONFIG_INTERCONNECT_QCOM_SC8280XP=y CONFIG_INTERCONNECT_QCOM_SDM845=y +CONFIG_INTERCONNECT_QCOM_SM6115=m CONFIG_INTERCONNECT_QCOM_SM8150=m CONFIG_INTERCONNECT_QCOM_SM8250=m CONFIG_INTERCONNECT_QCOM_SM8350=m
Enable the Qualcomm SM6115 / SM4250 Interconnect driver. Cc: Konrad Dybcio <konrad.dybcio@somainline.org> Cc: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> --- - Rebased on linux-next - Depends on the SM6115 dt-binding and driver patchset, which can be seen here: https://lore.kernel.org/linux-arm-msm/20221130103841.2266464-1-bhupesh.sharma@linaro.org/ arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)