[PATCH 1/7] irqchip: Introduce Kconfig symbol to build irq-bcm283x.c

2019-10-01 Thread Florian Fainelli
Both irq-bcm2835.c and irq-bcm2836.c are currently used with ARCH_BCM2835 but are soon going to be used with ARCH_BRCMSTB, introduce a Kconfig symbol to make that those drivers selected/built by other platforms. Signed-off-by: Florian Fainelli --- drivers/irqchip/Kconfig | 5 + drivers/irqc

[PATCH 1/7] irqchip: Introduce Kconfig symbol to build irq-bcm283x.c

2019-09-13 Thread Florian Fainelli
Both irq-bcm2835.c and irq-bcm2836.c are currently used with ARCH_BCM2835 but are soon going to be used with ARCH_BRCMSTB, introduce a Kconfig symbol to make that those drivers selected/built by other platforms. Signed-off-by: Florian Fainelli --- drivers/irqchip/Kconfig | 5 + drivers/irqc