summaryrefslogtreecommitdiff
path: root/drivers/sysreset/Kconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2020-03-30 01:56:50 -0700
committerYe Li <ye.li@nxp.com>2022-04-06 14:31:08 +0800
commit2524f2b62962d57814fc3ec66d9c78ba23c8f5d7 (patch)
tree0d10c6061e35b79fcde9888491029ee3301e4bcd /drivers/sysreset/Kconfig
parenta365c3c33f4edd8d5c5027f25c17e42f24b73090 (diff)
MLK-23574-20 sysreset: Fix Kconfig issue for SPL
Should check SPL_SYSRESET if need to enable ARM firmware for PSCI in SPL. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 13940d2edf69e61add059fd76127b96e3b03785d) (cherry picked from commit d54930abc46a72a889444e8a81a4ea0a08ff8792)
Diffstat (limited to 'drivers/sysreset/Kconfig')
-rw-r--r--drivers/sysreset/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sysreset/Kconfig b/drivers/sysreset/Kconfig
index f6d60038b8..b271806ad2 100644
--- a/drivers/sysreset/Kconfig
+++ b/drivers/sysreset/Kconfig
@@ -80,7 +80,7 @@ config SYSRESET_OCTEON
config SYSRESET_PSCI
bool "Enable support for PSCI System Reset"
depends on ARM_PSCI_FW
- select SPL_ARM_PSCI_FW if SPL
+ select SPL_ARM_PSCI_FW if SPL_SYSRESET
help
Enable PSCI SYSTEM_RESET function call. To use this, PSCI firmware
must be running on your system.