Message ID | 20230201090529.30446-5-quic_poovendh@quicinc.com |
---|---|
State | Superseded |
Headers | show |
Series | Enable crashdump collection support for IPQ9574 | expand |
On 01/02/2023 10:05, Poovendhan Selvaraj wrote: > Enables scm download mode config. Subject: drop full stop. This patch misses explanation why it is needed and why it should be enabled for all SoCs. > > Signed-off-by: Poovendhan Selvaraj <quic_poovendh@quicinc.com> > --- Best regards, Krzysztof
On 2/1/2023 3:00 PM, Krzysztof Kozlowski wrote: > On 01/02/2023 10:05, Poovendhan Selvaraj wrote: >> Enables scm download mode config. > Subject: drop full stop. > > This patch misses explanation why it is needed and why it should be > enabled for all SoCs. Sure, will address this in next patch series. Regards, Poovendhan S > >> Signed-off-by: Poovendhan Selvaraj <quic_poovendh@quicinc.com> >> --- > Best regards, > Krzysztof >
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 5d6a54deef02..eb2709af1d11 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -256,6 +256,7 @@ CONFIG_ARM_SCPI_PROTOCOL=y CONFIG_RASPBERRYPI_FIRMWARE=y CONFIG_INTEL_STRATIX10_SERVICE=y CONFIG_INTEL_STRATIX10_RSU=m +CONFIG_QCOM_SCM_DOWNLOAD_MODE_DEFAULT=y CONFIG_EFI_CAPSULE_LOADER=y CONFIG_IMX_SCU=y CONFIG_IMX_SCU_PD=y
Enables scm download mode config. Signed-off-by: Poovendhan Selvaraj <quic_poovendh@quicinc.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)