Masahiro Yamada | 573a381 | 2017-04-14 11:10:24 +0900 | [diff] [blame] | 1 | config FIRMWARE |
| 2 | bool |
| 3 | |
| 4 | config ARM_PSCI_FW |
| 5 | bool |
| 6 | select FIRMWARE |
Lokesh Vutla | 32cd251 | 2018-08-27 15:57:32 +0530 | [diff] [blame] | 7 | |
| 8 | config 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. |