summaryrefslogtreecommitdiff
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2014-11-24 14:35:09 (GMT)
committerJason Cooper <jason@lakedaemon.net>2014-11-26 15:55:11 (GMT)
commit443acc4f37f61e343f3577dc28d7e7fd8b499465 (patch)
treee75db0912f5bce93d2e0bf33f7a011ba9ff372e9 /drivers/irqchip/Kconfig
parentbe091d468a0a09a7f4b1645e20cd6d36a353e51a (diff)
downloadlinux-443acc4f37f61e343f3577dc28d7e7fd8b499465.tar.xz
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 b21f12f..4631685 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