diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2016-04-11 09:57:54 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-05-02 13:42:51 +0200 |
commit | e3825ba1af3a27d7522c9f5f929f5a13b8b138ae (patch) | |
tree | 3e534ebf9898015be66b10a3d3ca1cbcc74302d1 /drivers/irqchip/Kconfig | |
parent | 9e2c986cb460bf97154f18e85aa833739a1e8dc7 (diff) | |
download | blackbird-obmc-linux-e3825ba1af3a27d7522c9f5f929f5a13b8b138ae.tar.gz blackbird-obmc-linux-e3825ba1af3a27d7522c9f5f929f5a13b8b138ae.zip |
irqchip/gic-v3: Add support for partitioned PPIs
Plug the partitioning layer into the GICv3 PPI code, parsing the
DT and building the partition affinities and providing the generic
code with partition data and callbacks.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: devicetree@vger.kernel.org
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Rob Herring <robh+dt@kernel.org>
Link: http://lkml.kernel.org/r/1460365075-7316-5-git-send-email-marc.zyngier@arm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index ea1836b25156..6c17de7997b9 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -27,6 +27,7 @@ config ARM_GIC_V3 select IRQ_DOMAIN select MULTI_IRQ_HANDLER select IRQ_DOMAIN_HIERARCHY + select PARTITION_PERCPU config ARM_GIC_V3_ITS bool |