Message ID | 20210510070725.3839459-1-vkoul@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: qcom: enable interconnect for SM8350 | expand |
On Mon, 10 May 2021 at 12:37, Vinod Koul <vkoul@kernel.org> wrote: > > Enable the interconnect for SM8350 as a module > > Signed-off-by: Vinod Koul <vkoul@kernel.org> > --- > 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 <bhupesh.sharma@linaro.org> Thanks.
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
Enable the interconnect for SM8350 as a module Signed-off-by: Vinod Koul <vkoul@kernel.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)