diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-07-19 10:14:55 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2014-07-19 10:14:55 +0200 |
commit | 1b0733837a9b2b8e006c787c628d0085073a5c36 (patch) | |
tree | 3da13a254cd180bb17064be2befd916f3ba5f26a /drivers/irqchip/Kconfig | |
parent | d709f7bcbb3ab01704fa7b37a2e4b981cf3783c1 (diff) | |
parent | f0cf9d2facbe3aa93b302058c013729cbc1bca22 (diff) | |
download | op-kernel-dev-1b0733837a9b2b8e006c787c628d0085073a5c36.zip op-kernel-dev-1b0733837a9b2b8e006c787c628d0085073a5c36.tar.gz |
Merge tag 'irqchip-core-3.17-3' of git://git.infradead.org/users/jcooper/linux into irq/core
irqchip core changes for v3.17 (round #3) from Jason Cooper
* gic: Add GICv3 driver
* atmel: Move atmel aic driver from arch code to irqchip/
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 131f185..4e230e7 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -10,6 +10,11 @@ config ARM_GIC config GIC_NON_BANKED bool +config ARM_GIC_V3 + bool + select IRQ_DOMAIN + select MULTI_IRQ_HANDLER + config ARM_NVIC bool select IRQ_DOMAIN @@ -30,6 +35,20 @@ config ARM_VIC_NR The maximum number of VICs available in the system, for power management. +config ATMEL_AIC_IRQ + bool + select GENERIC_IRQ_CHIP + select IRQ_DOMAIN + select MULTI_IRQ_HANDLER + select SPARSE_IRQ + +config ATMEL_AIC5_IRQ + bool + select GENERIC_IRQ_CHIP + select IRQ_DOMAIN + select MULTI_IRQ_HANDLER + select SPARSE_IRQ + config BRCMSTB_L2_IRQ bool depends on ARM |