commit | c4f983e5b9c892fc5e19b1be5a3aa2b50904f434 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Sun Dec 09 12:45:45 2018 +0000 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 12 12:14:25 2018 -0500 |
tree | b8fa36374b6a5a77253bd66b93908b64461031c7 | |
parent | a4189005d3256912eae52a41f18f0022488f56ee [diff] [blame] |
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>
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index feaea81..7d8f161 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig
@@ -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