Message ID | 20200423003736.2027371-5-bjorn.andersson@linaro.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 9cbcb81dc8d218bd9064505df70a28ee93b54c62 |
Headers | show |
Series | rpmsg: Refactor Qualcomm glink_ssr | expand |
On 4/22/2020 5:37 PM, Bjorn Andersson wrote: > Remove the QCOM_GLINK_SSR option from the arm64 defconfig, as the module > is assimilated by QCOM_GLINK - which is selected by other means. > > Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Acked-by: Chris Lew <clew@codeaurora.org>
On 2020-04-22 17:37, Bjorn Andersson wrote: > Remove the QCOM_GLINK_SSR option from the arm64 defconfig, as the > module > is assimilated by QCOM_GLINK - which is selected by other means. > > Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> > --- Acked-by: Rishabh Bhatnagar <rishabhb@codeaurora.org> > arch/arm64/configs/defconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/configs/defconfig > b/arch/arm64/configs/defconfig > index f9eefb5940ca..f26a0b6ea0e8 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -838,7 +838,6 @@ CONFIG_FSL_MC_DPIO=y > CONFIG_IMX_SCU_SOC=y > CONFIG_QCOM_AOSS_QMP=y > CONFIG_QCOM_GENI_SE=y > -CONFIG_QCOM_GLINK_SSR=m > CONFIG_QCOM_RMTFS_MEM=m > CONFIG_QCOM_RPMH=y > CONFIG_QCOM_RPMHPD=y
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f9eefb5940ca..f26a0b6ea0e8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -838,7 +838,6 @@ CONFIG_FSL_MC_DPIO=y CONFIG_IMX_SCU_SOC=y CONFIG_QCOM_AOSS_QMP=y CONFIG_QCOM_GENI_SE=y -CONFIG_QCOM_GLINK_SSR=m CONFIG_QCOM_RMTFS_MEM=m CONFIG_QCOM_RPMH=y CONFIG_QCOM_RPMHPD=y
Remove the QCOM_GLINK_SSR option from the arm64 defconfig, as the module is assimilated by QCOM_GLINK - which is selected by other means. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-)