mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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:
parent
3cc137616d
commit
cdd7486616
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue