Skip to content

Commit 1981272

Browse files
Marc ZyngierJason Cooper
authored andcommitted
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>
1 parent da33f31 commit 1981272

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

arch/arm64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ config ARM64
1313
select ARM_GIC
1414
select AUDIT_ARCH_COMPAT_GENERIC
1515
select ARM_GIC_V3
16+
select ARM_GIC_V3_ITS if PCI_MSI
1617
select BUILDTIME_EXTABLE_SORT
1718
select CLONE_BACKWARDS
1819
select COMMON_CLK

drivers/irqchip/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ config ARM_GIC_V3
1616
select MULTI_IRQ_HANDLER
1717
select IRQ_DOMAIN_HIERARCHY
1818

19+
config ARM_GIC_V3_ITS
20+
bool
21+
select PCI_MSI_IRQ_DOMAIN
22+
1923
config ARM_NVIC
2024
bool
2125
select IRQ_DOMAIN

drivers/irqchip/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ obj-$(CONFIG_ARCH_SUNXI) += irq-sunxi-nmi.o
2020
obj-$(CONFIG_ARCH_SPEAR3XX) += spear-shirq.o
2121
obj-$(CONFIG_ARM_GIC) += irq-gic.o irq-gic-common.o
2222
obj-$(CONFIG_ARM_GIC_V3) += irq-gic-v3.o irq-gic-common.o
23+
obj-$(CONFIG_ARM_GIC_V3_ITS) += irq-gic-v3-its.o
2324
obj-$(CONFIG_ARM_NVIC) += irq-nvic.o
2425
obj-$(CONFIG_ARM_VIC) += irq-vic.o
2526
obj-$(CONFIG_ATMEL_AIC_IRQ) += irq-atmel-aic-common.o irq-atmel-aic.o

0 commit comments

Comments
 (0)