blob: 7d8f161b267a650dc8705b98f4f577a8969db5b1 [file] [log] [blame]
Masahiro Yamada573a3812017-04-14 11:10:24 +09001config FIRMWARE
Rajan Vajae7a52ba2018-09-19 03:43:43 -07002 bool "Enable Firmware driver support"
Masahiro Yamada573a3812017-04-14 11:10:24 +09003
Peng Fancdd74862018-12-09 12:45:45 +00004config SPL_ARM_PSCI_FW
5 bool
6 select FIRMWARE
7
Masahiro Yamada573a3812017-04-14 11:10:24 +09008config ARM_PSCI_FW
9 bool
10 select FIRMWARE
Lokesh Vutla32cd2512018-08-27 15:57:32 +053011
12config 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.