summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorThomas Petazzoni2017-06-21 15:29:14 +0200
committerMarc Zyngier2017-06-23 10:14:57 +0200
commita68a63cb4dfc30e8a79b444aabc7747bb7621acf (patch)
tree845ab02ff38dd581ee50810af7142bcbed2141c8 /drivers/irqchip/Kconfig
parentdt-bindings/interrupt-controller: Add DT binding for the Marvell ICU (diff)
downloadkernel-qcow2-linux-a68a63cb4dfc30e8a79b444aabc7747bb7621acf.tar.gz
kernel-qcow2-linux-a68a63cb4dfc30e8a79b444aabc7747bb7621acf.tar.xz
kernel-qcow2-linux-a68a63cb4dfc30e8a79b444aabc7747bb7621acf.zip
irqchip/irq-mvebu-gicp: Add new driver for Marvell GICP
This commit adds a simple driver for the Marvell GICP, a hardware unit that converts memory writes into GIC SPI interrupts. The driver provides a number of functions to the ICU driver to allocate GICP interrupts, and get the physical addresses that the ICUs should write to to set/clear interrupts. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 478f8ace2664..e527ee596d54 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -268,6 +268,9 @@ config IRQ_MXS
select IRQ_DOMAIN
select STMP_DEVICE
+config MVEBU_GICP
+ bool
+
config MVEBU_ODMI
bool
select GENERIC_MSI_IRQ_DOMAIN