diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2015-12-19 12:16:20 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-12-19 12:16:20 +0100 |
commit | 4e8dbe9e93436bcf326adbab7f9761dd8e4ecbfc (patch) | |
tree | 128f3a2a1cc33dddc3a0522185acb48d12c1b6ee /drivers/irqchip/Kconfig | |
parent | ef0bf620e9b81845368b9c72ffdbd6834e424526 (diff) | |
parent | a27d21e03eb14a63dae12467a7655be3334ac80c (diff) | |
download | linux-4e8dbe9e93436bcf326adbab7f9761dd8e4ecbfc.tar.bz2 |
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/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index b205e158e864..b5f51337ba74 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 |