* [PATCH v2] arm64: defconfig: build INTERCONNECT_QCOM_SM6115 as module
@ 2024-04-11 21:48 Dmitry Baryshkov
2024-04-12 1:00 ` Steev Klimaszewski
0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Baryshkov @ 2024-04-11 21:48 UTC (permalink / raw)
To: Catalin Marinas, Will Deacon, Bjorn Andersson, Konrad Dybcio
Cc: linux-arm-msm, linux-arm-kernel, Dmitry Baryshkov
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 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(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9957e126e32d..30e7598bd131 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1600,6 +1600,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
---
base-commit: a053fd3ca5d1b927a8655f239c84b0d790218fda
change-id: 20240409-enable-sm6115-icc-7b0b0c08da2b
Best regards,
--
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] arm64: defconfig: build INTERCONNECT_QCOM_SM6115 as module
2024-04-11 21:48 [PATCH v2] arm64: defconfig: build INTERCONNECT_QCOM_SM6115 as module Dmitry Baryshkov
@ 2024-04-12 1:00 ` Steev Klimaszewski
2024-04-12 11:37 ` Dmitry Baryshkov
0 siblings, 1 reply; 3+ messages in thread
From: Steev Klimaszewski @ 2024-04-12 1:00 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Catalin Marinas, Will Deacon, Bjorn Andersson, Konrad Dybcio,
linux-arm-msm, linux-arm-kernel
On Thu, Apr 11, 2024 at 4:49 PM Dmitry Baryshkov
<dmitry.baryshkov@linaro.org> 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.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@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(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 9957e126e32d..30e7598bd131 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1600,6 +1600,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
>
> ---
> base-commit: a053fd3ca5d1b927a8655f239c84b0d790218fda
> change-id: 20240409-enable-sm6115-icc-7b0b0c08da2b
>
> Best regards,
> --
> Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
>
>
Subject still says as module
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] arm64: defconfig: build INTERCONNECT_QCOM_SM6115 as module
2024-04-12 1:00 ` Steev Klimaszewski
@ 2024-04-12 11:37 ` Dmitry Baryshkov
0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Baryshkov @ 2024-04-12 11:37 UTC (permalink / raw)
To: Steev Klimaszewski
Cc: Catalin Marinas, Will Deacon, Bjorn Andersson, Konrad Dybcio,
linux-arm-msm, linux-arm-kernel
On Fri, 12 Apr 2024 at 04:00, Steev Klimaszewski <steev@kali.org> wrote:
>
> On Thu, Apr 11, 2024 at 4:49 PM Dmitry Baryshkov
> <dmitry.baryshkov@linaro.org> 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.
> >
> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@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(+)
[skipped]
> >
> Subject still says as module
Thanks!
--
With best wishes
Dmitry
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-12 11:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-11 21:48 [PATCH v2] arm64: defconfig: build INTERCONNECT_QCOM_SM6115 as module Dmitry Baryshkov
2024-04-12 1:00 ` Steev Klimaszewski
2024-04-12 11:37 ` Dmitry Baryshkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).