Kconfig 582 B

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