]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
irqchip: Enable compile testing of Broadcom drivers
authorJohan Hovold <johan@kernel.org>
Mon, 13 Oct 2025 09:50:27 +0000 (11:50 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Oct 2025 16:17:27 +0000 (18:17 +0200)
There seems to be nothing preventing the Broadcom drivers from being
compile tested so enable that for wider build coverage.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
drivers/irqchip/Kconfig

index a61c6dc63c29cf1a18616fed1b0fc61bee7f06c5..9b7153777688963d806f0813454b24805c3f0006 100644 (file)
@@ -151,7 +151,7 @@ config BCM6345_L1_IRQ
 
 config BCM7038_L1_IRQ
        tristate "Broadcom STB 7038-style L1/L2 interrupt controller driver"
-       depends on ARCH_BRCMSTB || BMIPS_GENERIC
+       depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
        default ARCH_BRCMSTB || BMIPS_GENERIC
        select GENERIC_IRQ_CHIP
        select IRQ_DOMAIN
@@ -159,14 +159,14 @@ config BCM7038_L1_IRQ
 
 config BCM7120_L2_IRQ
        tristate "Broadcom STB 7120-style L2 interrupt controller driver"
-       depends on ARCH_BRCMSTB || BMIPS_GENERIC
+       depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
        default ARCH_BRCMSTB || BMIPS_GENERIC
        select GENERIC_IRQ_CHIP
        select IRQ_DOMAIN
 
 config BRCMSTB_L2_IRQ
        tristate "Broadcom STB generic L2 interrupt controller driver"
-       depends on ARCH_BCM2835 || ARCH_BRCMSTB || BMIPS_GENERIC
+       depends on ARCH_BCM2835 || ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
        default ARCH_BCM2835 || ARCH_BRCMSTB || BMIPS_GENERIC
        select GENERIC_IRQ_CHIP
        select IRQ_DOMAIN