arm64: Enable BCM7038_L1_IRQ for ARCH_BRCMSTB
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 30 May 2019 22:55:46 +0000 (15:55 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Thu, 30 May 2019 23:26:10 +0000 (16:26 -0700)
ARCH_BRCMSTB makes use of the irq-bcm7038-l1.c irqchip driver, enable
it.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/Kconfig.platforms

index 42eca65..d0aca10 100644 (file)
@@ -65,6 +65,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