summary refs log tree commit diff
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorJason Cooper <jason@lakedaemon.net>2014-07-18 20:56:39 +0000
committerJason Cooper <jason@lakedaemon.net>2014-07-18 20:56:39 +0000
commit20c0c607605244dd237707bb07e7f2ffd82e8aa5 (patch)
tree8d03a16493acf9b3c8f6fce030c9c20b3bf208f1 /drivers/irqchip/Kconfig
parent885d078bfe92abfd5965a4f8846a3e72648ac9a6 (diff)
parent021f653791ad17e03f98aaa7fb933816ae16f161 (diff)
downloadlinux-20c0c607605244dd237707bb07e7f2ffd82e8aa5.tar.gz
Merge tag 'tags/deps-irqchip-gic-3.17' into irqchip/core
From local branch irqchip/gic, this is topic branch that was set up to
facilitate merging other changes depending on the new GICv3 driver.
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 131f18562d7d..5b256ed37d96 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