[PATCH 2/2] arm64: Enable BCM7038_L1_IRQ for ARCH_BRCMSTB

From: Florian Fainelli
Date: Thu May 30 2019 - 19:09:21 EST


ARCH_BRCMSTB makes use of the irq-bcm7038-l1.c irqchip driver, enable
it.

Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
---
arch/arm64/Kconfig.platforms | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index c7ad684926c3..b9128f245d2a 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -66,6 +66,7 @@ config ARCH_BITMAIN

config ARCH_BRCMSTB
bool "Broadcom Set-Top-Box SoCs"
+ select BCM7038_L1_IRQ
select BRCMSTB_L2_IRQ
select GENERIC_IRQ_CHIP
help
--
2.17.1