From ed251dc493215e1fa14e610b208059cdcb95e52e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 10 May 2019 14:19:42 +0200 Subject: ARM: psci: factor out of_psci_fixup() to separate file of_psci_fixup() can be used by code which doesn't use the barebox psci implementation, but provides its own PSCI compatible firmware. Factor it out to a separate file to compile it independently of the barebox PSCI implementation. Signed-off-by: Sascha Hauer --- arch/arm/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/arm/Kconfig') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a683c9c866..480c6f0117 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -428,10 +428,14 @@ config ARM_SECURE_MONITOR select ARM_SMCCC bool +config ARM_PSCI_OF + bool + config ARM_PSCI bool "enable Power State Coordination Interface (PSCI) support" depends on CPU_V7 select ARM_SECURE_MONITOR + select ARM_PSCI_OF help PSCI is used for controlling secondary CPU cores on some systems. Say yes here if you have one of these. -- cgit v1.2.3