1config FIRMWARE 2 bool "Enable Firmware driver support" 3 4config SPL_ARM_PSCI_FW 5 bool 6 select FIRMWARE 7 8config ARM_PSCI_FW 9 bool 10 select FIRMWARE 11 12config TI_SCI_PROTOCOL 13 tristate "TI System Control Interface (TISCI) Message Protocol" 14 depends on K3_SEC_PROXY 15 select FIRMWARE 16 help 17 TI System Control Interface (TISCI) Message Protocol is used to manage 18 compute systems such as ARM, DSP etc with the system controller in 19 complex System on Chip (SoC) such as those found on certain K3 20 generation SoC from TI. 21 22 This protocol library is used by client drivers to use the features 23 provided by the system controller. 24