diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2014-05-23 17:40:53 -0700 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-05-27 14:43:06 +0000 |
commit | 7f646e92766e2070f31dbe542a80b4383918d81d (patch) | |
tree | 6dfbbff9ecbaa683401e239a3187a8532334ab92 /drivers/irqchip/Makefile | |
parent | d8f17c49d3f26b5700624819adfd5349798b5162 (diff) | |
download | talos-op-linux-7f646e92766e2070f31dbe542a80b4383918d81d.tar.gz talos-op-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/Makefile')
-rw-r--r-- | drivers/irqchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile index f180f8d5fb7b..62a13e5ef98f 100644 --- a/drivers/irqchip/Makefile +++ b/drivers/irqchip/Makefile @@ -29,3 +29,4 @@ obj-$(CONFIG_TB10X_IRQC) += irq-tb10x.o obj-$(CONFIG_XTENSA) += irq-xtensa-pic.o obj-$(CONFIG_XTENSA_MX) += irq-xtensa-mx.o obj-$(CONFIG_IRQ_CROSSBAR) += irq-crossbar.o +obj-$(CONFIG_BRCMSTB_L2_IRQ) += irq-brcmstb-l2.o |