aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-19 14:34:43 +0100
committerJason Cooper <jason@lakedaemon.net>2016-02-19 15:34:33 +0000
commitc27f29bbbf02168c9b1e8ba0fe7a8cb917e5a50f (patch)
tree0a825fe6b67168361342136f33e3db414ee7d672 /drivers/irqchip/Kconfig
parentirqchip/armada-370-xp: Do not enable it by default when ARCH_MVEBU is selected (diff)
downloadlinux-dev-c27f29bbbf02168c9b1e8ba0fe7a8cb917e5a50f.tar.xz
linux-dev-c27f29bbbf02168c9b1e8ba0fe7a8cb917e5a50f.zip
irqchip/mvebu-odmi: Add new driver for platform MSI on Marvell 7K/8K
This commits adds a new irqchip driver that handles the ODMI controller found on Marvell 7K/8K processors. The ODMI controller provide MSI interrupt functionality to on-board peripherals, much like the GIC-v2m. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Marc Zyngier <marc.zyngier@arm.com> Link: https://lkml.kernel.org/r/1455888883-5127-1-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 8115a32a553c..fa5e98c0f2bf 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -223,3 +223,7 @@ config IRQ_MXS
def_bool y if MACH_ASM9260 || ARCH_MXS
select IRQ_DOMAIN
select STMP_DEVICE
+
+config MVEBU_ODMI
+ bool
+ select GENERIC_MSI_IRQ_DOMAIN