diff options
author | Jason Cooper <jason@lakedaemon.net> | 2014-07-19 00:56:39 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-07-19 00:56:39 +0400 |
commit | 20c0c607605244dd237707bb07e7f2ffd82e8aa5 (patch) | |
tree | 8d03a16493acf9b3c8f6fce030c9c20b3bf208f1 /drivers/irqchip/Kconfig | |
parent | 885d078bfe92abfd5965a4f8846a3e72648ac9a6 (diff) | |
parent | 021f653791ad17e03f98aaa7fb933816ae16f161 (diff) | |
download | linux-20c0c607605244dd237707bb07e7f2ffd82e8aa5.tar.xz |
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/Kconfig | 5 |
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 |