diff mbox series

[v2] arm64: defconfig: build INTERCONNECT_QCOM_SM6115 as module

Message ID 20240412-enable-sm6115-icc-v2-1-12a35d5d4acd@linaro.org (mailing list archive)
State Changes Requested
Headers show
Series [v2] arm64: defconfig: build INTERCONNECT_QCOM_SM6115 as module | expand

Commit Message

Dmitry Baryshkov April 11, 2024, 9:48 p.m. UTC
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(+)


---
base-commit: a053fd3ca5d1b927a8655f239c84b0d790218fda
change-id: 20240409-enable-sm6115-icc-7b0b0c08da2b

Best regards,

Comments

Steev Klimaszewski April 12, 2024, 1 a.m. UTC | #1
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
Dmitry Baryshkov April 12, 2024, 11:37 a.m. UTC | #2
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!
diff mbox series

Patch

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