Message ID | 20240424-enable-sm6115-icc-v3-1-21c83be48f0e@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | b052c7fe3cb787282ab7e1fa088c794a1eb7fdb0 |
Headers | show |
Series | [v3] arm64: defconfig: select INTERCONNECT_QCOM_SM6115 as built-in | expand |
On Wed, 24 Apr 2024 04:19:27 +0300, Dmitry Baryshkov wrote: > Enable CONFIG_INTERCONNECT_QCOM_SM6115 as built-in to enable the > interconnect driver for the SoC used on Qualcomm Robotics RB2 board. > Building as built-in is required as on this platform interconnects are > required to bring up the console. > > Applied, thanks! [1/1] arm64: defconfig: select INTERCONNECT_QCOM_SM6115 as built-in commit: b052c7fe3cb787282ab7e1fa088c794a1eb7fdb0 Best regards,
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index cd8714d38f6d..04e31b3d03d0 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1603,6 +1603,7 @@ CONFIG_INTERCONNECT_QCOM_SC8180X=y CONFIG_INTERCONNECT_QCOM_SC8280XP=y CONFIG_INTERCONNECT_QCOM_SDM845=y 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
Enable CONFIG_INTERCONNECT_QCOM_SM6115 as built-in to enable the interconnect driver for the SoC used on Qualcomm Robotics RB2 board. Building as built-in is required as on this platform interconnects are required to bring up the console. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Changes in v3: - fix subject to follow module -> built-in change (Steev) - Link to v2: https://lore.kernel.org/r/20240412-enable-sm6115-icc-v2-1-12a35d5d4acd@linaro.org Changes in v2: - Change it to be built-in (Bjorn) - Link to v1: https://lore.kernel.org/r/20240409-enable-sm6115-icc-v1-1-bf894fb5a585@linaro.org --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) --- base-commit: a59668a9397e7245b26e9be85d23f242ff757ae8 change-id: 20240409-enable-sm6115-icc-7b0b0c08da2b Best regards,