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
|
|
|
|
2019-07-16 19:29:32 +00:00
|
|
|
config SPL_FIRMWARE
|
|
|
|
bool "Enable Firmware driver support in SPL"
|
|
|
|
depends on FIRMWARE
|
|
|
|
|
2018-12-09 12:45:45 +00:00
|
|
|
config SPL_ARM_PSCI_FW
|
|
|
|
bool
|
2019-07-16 19:29:32 +00:00
|
|
|
select SPL_FIRMWARE
|
2018-12-09 12:45:45 +00:00
|
|
|
|
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
|
2019-07-16 19:29:32 +00:00
|
|
|
select SPL_FIRMWARE if SPL
|
2018-08-27 10:27:32 +00:00
|
|
|
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.
|
2019-02-15 12:45:32 +00:00
|
|
|
|
|
|
|
config ZYNQMP_FIRMWARE
|
|
|
|
bool "ZynqMP Firmware interface"
|
|
|
|
select FIRMWARE
|
|
|
|
help
|
|
|
|
Firmware interface driver is used by different
|
|
|
|
drivers to communicate with the firmware for
|
|
|
|
various platform management services.
|
|
|
|
Say yes to enable ZynqMP firmware interface driver.
|
|
|
|
If in doubt, say N.
|