summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorTalel Shenhar2019-06-10 10:34:43 +0200
committerMarc Zyngier2019-07-03 10:19:11 +0200
commit1eb77c3bcdb70f2501f419b3da45b19acaf01072 (patch)
tree7edfbadb265ac6c597f22527f9e34a4f99ca5f1e /drivers/irqchip/Kconfig
parentdt-bindings: interrupt-controller: Add Amazon's Annapurna Labs FIC (diff)
downloadkernel-qcow2-linux-1eb77c3bcdb70f2501f419b3da45b19acaf01072.tar.gz
kernel-qcow2-linux-1eb77c3bcdb70f2501f419b3da45b19acaf01072.tar.xz
kernel-qcow2-linux-1eb77c3bcdb70f2501f419b3da45b19acaf01072.zip
irqchip/al-fic: Introduce Amazon's Annapurna Labs Fabric Interrupt Controller Driver
The Amazon's Annapurna Labs Fabric Interrupt Controller has 32 inputs. A FIC (Fabric Interrupt Controller) may be cascaded into another FIC or directly to the main CPU Interrupt Controller (e.g. GIC). Signed-off-by: Talel Shenhar <talel@amazon.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index b2391d994da2..5a780f01ddf1 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -88,6 +88,14 @@ config ALPINE_MSI
select PCI_MSI
select GENERIC_IRQ_CHIP
+config AL_FIC
+ bool "Amazon's Annapurna Labs Fabric Interrupt Controller"
+ depends on OF || COMPILE_TEST
+ select GENERIC_IRQ_CHIP
+ select IRQ_DOMAIN
+ help
+ Support Amazon's Annapurna Labs Fabric Interrupt Controller.
+
config ATMEL_AIC_IRQ
bool
select GENERIC_IRQ_CHIP