1
0
Fork 0

firmware: bcm47xx_nvram: Allow COMPILE_TEST

Allow building building the BCM47xx NVRAM and SPROM drivers using
COMPILE_TEST.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@linux-mips.org
Cc: joe@perches.com
Cc: Rafał Miłecki <zajec5@gmail.com>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
alistair/sunxi64-5.4-dsi
Florian Fainelli 2019-05-14 10:38:15 -07:00 committed by Paul Burton
parent feb4eb060c
commit 5699ad0aaf
No known key found for this signature in database
GPG Key ID: 3EA79FACB57500DD
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
config BCM47XX_NVRAM config BCM47XX_NVRAM
bool "Broadcom NVRAM driver" bool "Broadcom NVRAM driver"
depends on BCM47XX || ARCH_BCM_5301X depends on BCM47XX || ARCH_BCM_5301X || COMPILE_TEST
help help
Broadcom home routers contain flash partition called "nvram" with all Broadcom home routers contain flash partition called "nvram" with all
important hardware configuration as well as some minor user setup. important hardware configuration as well as some minor user setup.