firmware: psci: introduce SPL_ARM_PSCI_FW

Introduce a new macro SPL_ARM_PSCI_FW

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
Peng Fan 2018-12-09 12:45:45 +00:00 committed by Tom Rini
parent 3cc137616d
commit cdd7486616
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
config FIRMWARE
bool "Enable Firmware driver support"
config SPL_ARM_PSCI_FW
bool
select FIRMWARE
config ARM_PSCI_FW
bool
select FIRMWARE

View File

@ -1,4 +1,4 @@
obj-$(CONFIG_FIRMWARE) += firmware-uclass.o
obj-$(CONFIG_ARM_PSCI_FW) += psci.o
obj-$(CONFIG_$(SPL_)ARM_PSCI_FW) += psci.o
obj-$(CONFIG_TI_SCI_PROTOCOL) += ti_sci.o
obj-$(CONFIG_SANDBOX) += firmware-sandbox.o