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 | |
Simon Goldschmidt | a8b5031 | 2019-07-16 21:29:32 +0200 | [diff] [blame] | 4 | config SPL_FIRMWARE |
| 5 | bool "Enable Firmware driver support in SPL" |
| 6 | depends on FIRMWARE |
| 7 | |
Peng Fan | cdd7486 | 2018-12-09 12:45:45 +0000 | [diff] [blame] | 8 | config SPL_ARM_PSCI_FW |
| 9 | bool |
Simon Goldschmidt | a8b5031 | 2019-07-16 21:29:32 +0200 | [diff] [blame] | 10 | select SPL_FIRMWARE |
Peng Fan | cdd7486 | 2018-12-09 12:45:45 +0000 | [diff] [blame] | 11 | |
Masahiro Yamada | 573a381 | 2017-04-14 11:10:24 +0900 | [diff] [blame] | 12 | config ARM_PSCI_FW |
| 13 | bool |
| 14 | select FIRMWARE |
Lokesh Vutla | 32cd251 | 2018-08-27 15:57:32 +0530 | [diff] [blame] | 15 | |
| 16 | config TI_SCI_PROTOCOL |
| 17 | tristate "TI System Control Interface (TISCI) Message Protocol" |
| 18 | depends on K3_SEC_PROXY |
| 19 | select FIRMWARE |
Simon Goldschmidt | a8b5031 | 2019-07-16 21:29:32 +0200 | [diff] [blame] | 20 | select SPL_FIRMWARE if SPL |
Lokesh Vutla | 32cd251 | 2018-08-27 15:57:32 +0530 | [diff] [blame] | 21 | help |
| 22 | TI System Control Interface (TISCI) Message Protocol is used to manage |
| 23 | compute systems such as ARM, DSP etc with the system controller in |
| 24 | complex System on Chip (SoC) such as those found on certain K3 |
| 25 | generation SoC from TI. |
| 26 | |
| 27 | This protocol library is used by client drivers to use the features |
| 28 | provided by the system controller. |