Skip to content

Commit 1230fbb

Browse files
jhovoldKAGA-KOKO
authored andcommitted
irqchip: Enable compile testing of Broadcom drivers
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>
1 parent 1e3e330 commit 1230fbb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/irqchip/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,22 +151,22 @@ config BCM6345_L1_IRQ
151151

152152
config BCM7038_L1_IRQ
153153
tristate "Broadcom STB 7038-style L1/L2 interrupt controller driver"
154-
depends on ARCH_BRCMSTB || BMIPS_GENERIC
154+
depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
155155
default ARCH_BRCMSTB || BMIPS_GENERIC
156156
select GENERIC_IRQ_CHIP
157157
select IRQ_DOMAIN
158158
select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP
159159

160160
config BCM7120_L2_IRQ
161161
tristate "Broadcom STB 7120-style L2 interrupt controller driver"
162-
depends on ARCH_BRCMSTB || BMIPS_GENERIC
162+
depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
163163
default ARCH_BRCMSTB || BMIPS_GENERIC
164164
select GENERIC_IRQ_CHIP
165165
select IRQ_DOMAIN
166166

167167
config BRCMSTB_L2_IRQ
168168
tristate "Broadcom STB generic L2 interrupt controller driver"
169-
depends on ARCH_BCM2835 || ARCH_BRCMSTB || BMIPS_GENERIC
169+
depends on ARCH_BCM2835 || ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
170170
default ARCH_BCM2835 || ARCH_BRCMSTB || BMIPS_GENERIC
171171
select GENERIC_IRQ_CHIP
172172
select IRQ_DOMAIN

0 commit comments

Comments
 (0)