firmware: Add basic support for TI System Control Interface (TI SCI) protocol
[oweals/u-boot.git] / drivers / firmware / Kconfig
1 config FIRMWARE
2         bool
3
4 config ARM_PSCI_FW
5         bool
6         select FIRMWARE
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.