summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorMarc Zyngier2014-11-24 15:35:09 +0100
committerJason Cooper2014-11-26 16:55:11 +0100
commit443acc4f37f61e343f3577dc28d7e7fd8b499465 (patch)
treee75db0912f5bce93d2e0bf33f7a011ba9ff372e9 /drivers/irqchip/Kconfig
parentarm64: PCI/MSI: Use asm-generic/msi.h (diff)
downloadkernel-qcow2-linux-443acc4f37f61e343f3577dc28d7e7fd8b499465.tar.gz
kernel-qcow2-linux-443acc4f37f61e343f3577dc28d7e7fd8b499465.tar.xz
kernel-qcow2-linux-443acc4f37f61e343f3577dc28d7e7fd8b499465.zip
irqchip: GICv3: Convert to domain hierarchy
In order to start supporting stacked domains, convert the GICv3 code base to the new domain hierarchy framework, which mostly amounts to supporting the new alloc/free callbacks. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Link: https://lkml.kernel.org/r/1416839720-18400-3-git-send-email-marc.zyngier@arm.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index b21f12f1766d..4631685dfe43 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -14,6 +14,7 @@ config ARM_GIC_V3
bool
select IRQ_DOMAIN
select MULTI_IRQ_HANDLER
+ select IRQ_DOMAIN_HIERARCHY
config ARM_NVIC
bool