From: Varadarajan Narayanan Date: Wed, 21 Jan 2026 06:39:20 +0000 (+0530) Subject: qcom_defconfig: enable psci based sysreset X-Git-Tag: v2026.07-rc1~8^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63c806ba0e1236fea500f5d8b5486196d7c20806;p=thirdparty%2Fu-boot.git qcom_defconfig: enable psci based sysreset Enable CONFIG_SYSRESET_QCOM_PSCI to allow U-Boot to reset to Emergency Download mode. Reviewed-by: Sumit Garg Signed-off-by: Varadarajan Narayanan Link: https://patch.msgid.link/20260121063920.1500293-6-varadarajan.narayanan@oss.qualcomm.com Signed-off-by: Casey Connolly --- diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index 89d680b2739..19dfe4a2e7d 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -131,7 +131,9 @@ CONFIG_QCOM_RPMH=y CONFIG_SPMI_MSM=y CONFIG_SYSINFO=y CONFIG_SYSINFO_SMBIOS=y +CONFIG_SYSRESET_CMD_RESET_ARGS=y CONFIG_SYSRESET_QCOM_PSHOLD=y +CONFIG_SYSRESET_QCOM_PSCI=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y