summaryrefslogtreecommitdiff
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2015-12-19 11:16:20 (GMT)
committerThomas Gleixner <tglx@linutronix.de>2015-12-19 11:16:20 (GMT)
commit4e8dbe9e93436bcf326adbab7f9761dd8e4ecbfc (patch)
tree128f3a2a1cc33dddc3a0522185acb48d12c1b6ee /drivers/irqchip/Kconfig
parentef0bf620e9b81845368b9c72ffdbd6834e424526 (diff)
parenta27d21e03eb14a63dae12467a7655be3334ac80c (diff)
downloadlinux-4e8dbe9e93436bcf326adbab7f9761dd8e4ecbfc.tar.xz
Merge branch 'irq/gic-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Pull the GIC related updates from Marc Zyngier: "Not a lot this time (what a relief!), but an interesting series from Linus Walleij coming out of his work converting the ARM RealView platforms to DT, and a couple of mundane fixes."
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 b205e15..b5f5133 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -8,6 +8,11 @@ config ARM_GIC
select IRQ_DOMAIN_HIERARCHY
select MULTI_IRQ_HANDLER
+config ARM_GIC_MAX_NR
+ int
+ default 2 if ARCH_REALVIEW
+ default 1
+
config ARM_GIC_V2M
bool
depends on ARM_GIC