diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-29 09:03:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-29 09:03:11 -0400 |
commit | 92430b8fc8aac3b4ab92e9ca8a09d83c4788c609 (patch) | |
tree | 741586740ac365252852d8dcdbbedf9e57d2b81d /drivers/firmware | |
parent | ad4a699cfe36639979d27a1045d766397b2cb0bb (diff) | |
parent | a89c2adc3d2834a7c79c1685155a8b8952cf77f4 (diff) | |
download | u-boot-92430b8fc8aac3b4ab92e9ca8a09d83c4788c609.tar.gz |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga
- Various gen5 fixes
Diffstat (limited to 'drivers/firmware')
-rw-r--r-- | drivers/firmware/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index 7d8f161b26..873bc8c796 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -1,9 +1,13 @@ config FIRMWARE bool "Enable Firmware driver support" +config SPL_FIRMWARE + bool "Enable Firmware driver support in SPL" + depends on FIRMWARE + config SPL_ARM_PSCI_FW bool - select FIRMWARE + select SPL_FIRMWARE config ARM_PSCI_FW bool @@ -13,6 +17,7 @@ config TI_SCI_PROTOCOL tristate "TI System Control Interface (TISCI) Message Protocol" depends on K3_SEC_PROXY select FIRMWARE + select SPL_FIRMWARE if SPL help TI System Control Interface (TISCI) Message Protocol is used to manage compute systems such as ARM, DSP etc with the system controller in |