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>2020-04-26 19:09:40 -0700
commit75e4e5adec94f2d4a3585237747b97938063b02b (patch)
tree4340e06585278818043d4ac50464e7bdbbb11ff9 /drivers/sysreset/Kconfig
parent63a26fa4eb966879a1127147d719fba14147843b (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>
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 f09e138bb8c..7b82cbdff4b 100644
--- a/drivers/sysreset/Kconfig
+++ b/drivers/sysreset/Kconfig
@@ -60,7 +60,7 @@ config SYSRESET_MICROBLAZE
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.