summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVaradarajan Narayanan <[email protected]>2026-01-21 12:09:20 +0530
committerCasey Connolly <[email protected]>2026-04-27 12:38:44 +0200
commit63c806ba0e1236fea500f5d8b5486196d7c20806 (patch)
treef71b380667f99efe8603d8a34f23b640838e3efc
parentef06c5d76ff46d488df201cc679f148b0140fd7a (diff)
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 <[email protected]> Signed-off-by: Varadarajan Narayanan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Casey Connolly <[email protected]>
-rw-r--r--configs/qcom_defconfig2
1 files changed, 2 insertions, 0 deletions
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