[PATCH] bus: brcmstb_gisb: Allow compile testing

From: Florian Fainelli
Date: Mon Oct 24 2022 - 20:16:50 EST


Make it possible to compile test the brcmstb_gisb arbiter driver to
increase build coverage.

Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
---
drivers/bus/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index 7bfe998f3514..825759892482 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -31,7 +31,7 @@ config ARM_INTEGRATOR_LM

config BRCMSTB_GISB_ARB
tristate "Broadcom STB GISB bus arbiter"
- depends on ARM || ARM64 || MIPS
+ depends on ARM || ARM64 || MIPS || COMPILE_TEST
default ARCH_BRCMSTB || BMIPS_GENERIC
help
Driver for the Broadcom Set Top Box System-on-a-chip internal bus
--
2.25.1