summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorFlorian Fainelli2014-05-24 02:40:53 +0200
committerJason Cooper2014-05-27 16:43:06 +0200
commit7f646e92766e2070f31dbe542a80b4383918d81d (patch)
tree6dfbbff9ecbaa683401e239a3187a8532334ab92 /drivers/irqchip/Kconfig
parentirqchip: armada-370-xp: Move the devicetree binding documentation (diff)
downloadkernel-qcow2-linux-7f646e92766e2070f31dbe542a80b4383918d81d.tar.gz
kernel-qcow2-linux-7f646e92766e2070f31dbe542a80b4383918d81d.tar.xz
kernel-qcow2-linux-7f646e92766e2070f31dbe542a80b4383918d81d.zip
irqchip: brcmstb-l2: Add Broadcom Set Top Box Level-2 interrupt controller
This patch adds support for the Level-2 interrupt controller hardware found in Broadcom Set Top Box System-on-a-Chip devices. This interrupt controller is implemented using the generic IRQ chip driver with separate enable and disable registers. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Link: https://lkml.kernel.org/r/1400892054-24457-2-git-send-email-f.fainelli@gmail.com Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index d770f7406631..bbb746e35500 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -30,6 +30,12 @@ config ARM_VIC_NR
The maximum number of VICs available in the system, for
power management.
+config BRCMSTB_L2_IRQ
+ bool
+ depends on ARM
+ select GENERIC_IRQ_CHIP
+ select IRQ_DOMAIN
+
config DW_APB_ICTL
bool
select IRQ_DOMAIN