2021-05-10 07:08:46

by Vinod Koul

[permalink] [raw]
Subject: [PATCH] arm64: defconfig: qcom: enable interconnect for SM8350

Enable the interconnect for SM8350 as a module

Signed-off-by: Vinod Koul <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 08c6f769df9a..a382d85c9434 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1148,6 +1148,7 @@ CONFIG_INTERCONNECT_QCOM_OSM_L3=m
CONFIG_INTERCONNECT_QCOM_SDM845=y
CONFIG_INTERCONNECT_QCOM_SM8150=m
CONFIG_INTERCONNECT_QCOM_SM8250=m
+CONFIG_INTERCONNECT_QCOM_SM8350=m
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
--
2.26.3


2021-05-10 10:18:13

by Bhupesh Sharma

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: qcom: enable interconnect for SM8350

On Mon, 10 May 2021 at 12:37, Vinod Koul <[email protected]> wrote:
>
> Enable the interconnect for SM8350 as a module
>
> Signed-off-by: Vinod Koul <[email protected]>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 08c6f769df9a..a382d85c9434 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1148,6 +1148,7 @@ CONFIG_INTERCONNECT_QCOM_OSM_L3=m
> CONFIG_INTERCONNECT_QCOM_SDM845=y
> CONFIG_INTERCONNECT_QCOM_SM8150=m
> CONFIG_INTERCONNECT_QCOM_SM8250=m
> +CONFIG_INTERCONNECT_QCOM_SM8350=m
> CONFIG_EXT2_FS=y
> CONFIG_EXT3_FS=y
> CONFIG_EXT4_FS_POSIX_ACL=y
> --
> 2.26.3

LGTM, so:
Reviewed-by: Bhupesh Sharma <[email protected]>

Thanks.