diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2014-11-24 17:35:19 +0300 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-26 18:55:15 +0300 |
commit | 1981272912c211d668c0f62ffee4f5acc55c3bdd (patch) | |
tree | 5863afbb5c8ea16707f8e2269f0759c0ce1a0d81 /drivers/irqchip/Kconfig | |
parent | da33f31de3e1eebb198109c1cccdc3a094e369c4 (diff) | |
download | linux-1981272912c211d668c0f62ffee4f5acc55c3bdd.tar.xz |
irqchip: GICv3: ITS: enable compilation of the ITS driver
Get the show on the road...
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/1416839720-18400-13-git-send-email-marc.zyngier@arm.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 4631685dfe43..aaa260b89a2a 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -16,6 +16,10 @@ config ARM_GIC_V3 select MULTI_IRQ_HANDLER select IRQ_DOMAIN_HIERARCHY +config ARM_GIC_V3_ITS + bool + select PCI_MSI_IRQ_DOMAIN + config ARM_NVIC bool select IRQ_DOMAIN |