diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-05-27 19:38:09 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2014-05-27 19:38:09 +0200 |
commit | c0ffa793994a7a69c37a96dabf38323eae1dffa6 (patch) | |
tree | 070efc4cc6a123cf0d76cd95c82ff19c77c66f8b /drivers/irqchip/Kconfig | |
parent | a257954bb38ab23dbf93df812b4b2c01cae29d8b (diff) | |
parent | c8dfe94bc7a14c6a644ce55ef77b7a81505c696f (diff) | |
download | linux-c0ffa793994a7a69c37a96dabf38323eae1dffa6.tar.gz linux-c0ffa793994a7a69c37a96dabf38323eae1dffa6.tar.bz2 linux-c0ffa793994a7a69c37a96dabf38323eae1dffa6.zip |
Merge tag 'irqchip-3.16' of git://git.infradead.org/users/jcooper/linux into irq/core
irqchip core changes for v3.16 collected by Jason Cooper:
- irq-gic: Use a mask field
- irq-armada-370-xp: Move the DT binding docs to the irqchip directory
- irq-brcmstb-l2: New driver for Broadcom Set Top Box Level-2
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 6 |
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 |