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