hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/firmware/broadcom/Kconfig
....@@ -1,6 +1,7 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config BCM47XX_NVRAM
23 bool "Broadcom NVRAM driver"
3
- depends on BCM47XX || ARCH_BCM_5301X
4
+ depends on BCM47XX || ARCH_BCM_5301X || COMPILE_TEST
45 help
56 Broadcom home routers contain flash partition called "nvram" with all
67 important hardware configuration as well as some minor user setup.
....@@ -21,3 +22,11 @@
2122 In case of SoC devices SPROM content is stored on a flash used by
2223 bootloader firmware CFE. This driver provides method to ssb and bcma
2324 drivers to read SPROM on SoC.
25
+
26
+config TEE_BNXT_FW
27
+ tristate "Broadcom BNXT firmware manager"
28
+ depends on (ARCH_BCM_IPROC && OPTEE) || (COMPILE_TEST && TEE)
29
+ default ARCH_BCM_IPROC
30
+ help
31
+ This module help to manage firmware on Broadcom BNXT device. The module
32
+ registers on tee bus and invoke calls to manage firmware on BNXT device.