mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
8ed6373d31
Add optee based bnxt fw load driver. bnxt is Broadcom NetXtreme controller Ethernet card. This driver is used to load bnxt firmware binary using OpTEE. Signed-off-by: Vikas Gupta <vikas.gupta@broadcom.com> Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com> Reviewed-by: Simon Glass <sjg@chromium.org>
7 lines
220 B
Text
7 lines
220 B
Text
config CHIMP_OPTEE
|
|
bool "Enable secure ChiMP firmware loading"
|
|
depends on OPTEE
|
|
default y
|
|
help
|
|
This driver is used to load bnxt firmware binary using OpTEE.
|
|
bnxt is Broadcom NetXtreme controller Ethernet card.
|