commit | 17c0dba8a69220912edab3b6c54c1781f792aa24 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Tue Mar 18 11:55:14 2025 +0000 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Tue Mar 18 11:55:14 2025 +0000 |
tree | 2be00f89569bb7ad7502315a7bf59c88afbdd4fd | |
parent | 398c579bfaf7d39568e2a034c8e775945e32b3f1 [diff] |
mach-snapdragon: always select SYSRESET_PSCI for ARCH_SNAPDRAGON Since removing reset_cpu() in mach-snapdragon, all Qualcomm platforms now depend on CONFIG_SYSRESET and will fail to build without it. Move the dependency from qcom_defconfig to kconfig so that we use SYSRESET for all platforms. Fixes: 61a1a1b8ca73 ("mach-snapdragon: use PSCI sysreset driver") Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>