File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ config ARM64
13
13
select ARM_GIC
14
14
select AUDIT_ARCH_COMPAT_GENERIC
15
15
select ARM_GIC_V3
16
+ select ARM_GIC_V3_ITS if PCI_MSI
16
17
select BUILDTIME_EXTABLE_SORT
17
18
select CLONE_BACKWARDS
18
19
select COMMON_CLK
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ config ARM_GIC_V3
16
16
select MULTI_IRQ_HANDLER
17
17
select IRQ_DOMAIN_HIERARCHY
18
18
19
+ config ARM_GIC_V3_ITS
20
+ bool
21
+ select PCI_MSI_IRQ_DOMAIN
22
+
19
23
config ARM_NVIC
20
24
bool
21
25
select IRQ_DOMAIN
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ obj-$(CONFIG_ARCH_SUNXI) += irq-sunxi-nmi.o
20
20
obj-$(CONFIG_ARCH_SPEAR3XX) += spear-shirq.o
21
21
obj-$(CONFIG_ARM_GIC) += irq-gic.o irq-gic-common.o
22
22
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
23
24
obj-$(CONFIG_ARM_NVIC) += irq-nvic.o
24
25
obj-$(CONFIG_ARM_VIC) += irq-vic.o
25
26
obj-$(CONFIG_ATMEL_AIC_IRQ) += irq-atmel-aic-common.o irq-atmel-aic.o
You can’t perform that action at this time.
0 commit comments