[PATCH] bus: brcmstb_gisb: Allow compile testing

Florian Fainelli f.fainelli at gmail.com
Mon Oct 24 15:35:30 PDT 2022


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

Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
---
 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




More information about the linux-arm-kernel mailing list