Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-boot
[oweals/u-boot.git] / drivers / firmware / Kconfig
index 4c32426e0ecb10466a48d41a6c61aa99698f0804..7d8f161b267a650dc8705b98f4f577a8969db5b1 100644 (file)
@@ -1,6 +1,23 @@
 config FIRMWARE
+       bool "Enable Firmware driver support"
+
+config SPL_ARM_PSCI_FW
        bool
+       select FIRMWARE
 
 config ARM_PSCI_FW
        bool
        select FIRMWARE
+
+config TI_SCI_PROTOCOL
+       tristate "TI System Control Interface (TISCI) Message Protocol"
+       depends on K3_SEC_PROXY
+       select FIRMWARE
+       help
+         TI System Control Interface (TISCI) Message Protocol is used to manage
+         compute systems such as ARM, DSP etc with the system controller in
+         complex System on Chip (SoC) such as those found on certain K3
+         generation SoC from TI.
+
+         This protocol library is used by client drivers to use the features
+         provided by the system controller.