[PATCH v2 2/2] firmware: bcm47xx_nvram: Allow COMPILE_TEST
Florian Fainelli <[email protected]> Tue, 14 May 2019 10:38:15 -0700
| Newsgroups | gmane.linux.kernel,gmane.linux.ports.mips.general,gmane.linux.ports.mips |
|---|---|
| Message-ID | <[email protected]> |
Allow building building the BCM47xx NVRAM and SPROM drivers using COMPILE_TEST. Signed-off-by: Florian Fainelli <[email protected]> --- drivers/firmware/broadcom/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/firmware/broadcom/Kconfig b/drivers/firmware/broadcom/Kconfig index f77cdb3a041f..c041dcb7ea52 100644 --- a/drivers/firmware/broadcom/Kconfig +++ b/drivers/firmware/broadcom/Kconfig @@ -1,6 +1,6 @@ config BCM47XX_NVRAM bool "Broadcom NVRAM driver" - depends on BCM47XX || ARCH_BCM_5301X + depends on BCM47XX || ARCH_BCM_5301X || COMPILE_TEST help Broadcom home routers contain flash partition called "nvram" with all important hardware configuration as well as some minor user setup. -- 2.17.1