summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorKevin Cernekee2014-11-07 07:44:27 +0100
committerJason Cooper2014-11-09 05:03:17 +0100
commita4fcbb8614010ab93e9865607582337791f9be80 (patch)
tree280324c5727936ce5d05ec56a6499300f34523ef /drivers/irqchip/Kconfig
parentirqchip: bcm7120-l2: Extend driver to support 64+ bit controllers (diff)
downloadkernel-qcow2-linux-a4fcbb8614010ab93e9865607582337791f9be80.tar.gz
kernel-qcow2-linux-a4fcbb8614010ab93e9865607582337791f9be80.tar.xz
kernel-qcow2-linux-a4fcbb8614010ab93e9865607582337791f9be80.zip
irqchip: bcm7120-l2: Decouple driver from brcmstb-l2
Some chips, such as BCM6328, only require bcm7120-l2. Some BCM7xxx STB configurations only require brcmstb-l2. Treat them as two separate entities, and update the mach-bcm dependencies to reflect the change. Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Link: https://lkml.kernel.org/r/1415342669-30640-13-git-send-email-cernekee@gmail.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 038b59e55b8a..9efe5f10f97b 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -48,6 +48,11 @@ config ATMEL_AIC5_IRQ
select MULTI_IRQ_HANDLER
select SPARSE_IRQ
+config BCM7120_L2_IRQ
+ bool
+ select GENERIC_IRQ_CHIP
+ select IRQ_DOMAIN
+
config BRCMSTB_L2_IRQ
bool
select GENERIC_IRQ_CHIP