diff options
author | Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com> | 2014-11-25 13:47:22 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-26 10:55:18 -0500 |
commit | 853a33ce6932601030f550653aea91a0e0a71511 (patch) | |
tree | f9e792722448699931ffe6627c676f34e0aed587 /arch/arm64/Kconfig | |
parent | f4e27e30b3663a8652746d1c7d1649a5fa8c0e6c (diff) |
irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbell
ARM GICv2m specification extends GICv2 to support MSI(-X) with
a new register frame. This allows a GICv2 based system to support
MSI with minimal changes.
Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
[maz: converted the driver to use stacked irq domains,
updated changelog]
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/1416941243-7181-2-git-send-email-marc.zyngier@arm.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 1f49c288457b..e06e1a99eafa 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -12,6 +12,7 @@ config ARM64 | |||
12 | select ARM_ARCH_TIMER | 12 | select ARM_ARCH_TIMER |
13 | select ARM_GIC | 13 | select ARM_GIC |
14 | select AUDIT_ARCH_COMPAT_GENERIC | 14 | select AUDIT_ARCH_COMPAT_GENERIC |
15 | select ARM_GIC_V2M if PCI_MSI | ||
15 | select ARM_GIC_V3 | 16 | select ARM_GIC_V3 |
16 | select ARM_GIC_V3_ITS if PCI_MSI | 17 | select ARM_GIC_V3_ITS if PCI_MSI |
17 | select BUILDTIME_EXTABLE_SORT | 18 | select BUILDTIME_EXTABLE_SORT |