aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorJason Cooper <jason@lakedaemon.net>2014-07-18 16:56:39 -0400
committerJason Cooper <jason@lakedaemon.net>2014-07-18 16:56:39 -0400
commit20c0c607605244dd237707bb07e7f2ffd82e8aa5 (patch)
tree8d03a16493acf9b3c8f6fce030c9c20b3bf208f1 /drivers/irqchip/Kconfig
parent885d078bfe92abfd5965a4f8846a3e72648ac9a6 (diff)
parent021f653791ad17e03f98aaa7fb933816ae16f161 (diff)
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
10config GIC_NON_BANKED 10config GIC_NON_BANKED
11 bool 11 bool
12 12
13config ARM_GIC_V3
14 bool
15 select IRQ_DOMAIN
16 select MULTI_IRQ_HANDLER
17
13config ARM_NVIC 18config ARM_NVIC
14 bool 19 bool
15 select IRQ_DOMAIN 20 select IRQ_DOMAIN