2017-04-14 02:10:24 +00:00
|
|
|
config FIRMWARE
|
2018-09-19 10:43:43 +00:00
|
|
|
bool "Enable Firmware driver support"
|
2017-04-14 02:10:24 +00:00
|
|
|
|
2018-12-09 12:45:45 +00:00
|
|
|
config SPL_ARM_PSCI_FW
|
|
|
|
bool
|
|
|
|
select FIRMWARE
|
|
|
|
|
2017-04-14 02:10:24 +00:00
|
|
|
config ARM_PSCI_FW
|
|
|
|
bool
|
|
|
|
select FIRMWARE
|
2018-08-27 10:27:32 +00:00
|
|
|
|
|
|
|
config TI_SCI_PROTOCOL
|
|
|
|
tristate "TI System Control Interface (TISCI) Message Protocol"
|
|
|
|
depends on K3_SEC_PROXY
|
|
|
|
select FIRMWARE
|
|
|
|
help
|
|
|
|
TI System Control Interface (TISCI) Message Protocol is used to manage
|
|
|
|
compute systems such as ARM, DSP etc with the system controller in
|
|
|
|
complex System on Chip (SoC) such as those found on certain K3
|
|
|
|
generation SoC from TI.
|
|
|
|
|
|
|
|
This protocol library is used by client drivers to use the features
|
|
|
|
provided by the system controller.
|