Masahiro Yamada | 573a381 | 2017-04-14 11:10:24 +0900 | [diff] [blame] | 1 | config FIRMWARE |
Rajan Vaja | e7a52ba | 2018-09-19 03:43:43 -0700 | [diff] [blame] | 2 | bool "Enable Firmware driver support" |
Masahiro Yamada | 573a381 | 2017-04-14 11:10:24 +0900 | [diff] [blame] | 3 | |
Peng Fan | cdd7486 | 2018-12-09 12:45:45 +0000 | [diff] [blame] | 4 | config SPL_ARM_PSCI_FW |
| 5 | bool |
| 6 | select FIRMWARE |
| 7 | |
Masahiro Yamada | 573a381 | 2017-04-14 11:10:24 +0900 | [diff] [blame] | 8 | config ARM_PSCI_FW |
| 9 | bool |
| 10 | select FIRMWARE |
Lokesh Vutla | 32cd251 | 2018-08-27 15:57:32 +0530 | [diff] [blame] | 11 | |
| 12 | config 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. |