blob: cb73b70f5b20538252d95a2be8345b03269d3bb3 [file] [log] [blame]
Masahiro Yamada573a3812017-04-14 11:10:24 +09001config FIRMWARE
2 bool
3
4config ARM_PSCI_FW
5 bool
6 select FIRMWARE
Lokesh Vutla32cd2512018-08-27 15:57:32 +05307
8config 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.