Kconfig (dee234032e767b3d6823fe122517770757306f04) Kconfig (35727af2b15d98a2dd2811d631d3a3886111312e)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "IRQ chip support"
3
4config IRQCHIP
5 def_bool y
6 depends on (OF_IRQ || ACPI_GENERIC_GSI)
7
8config ARM_GIC

--- 22 unchanged lines hidden (view full) ---

31config GIC_NON_BANKED
32 bool
33
34config ARM_GIC_V3
35 bool
36 select IRQ_DOMAIN_HIERARCHY
37 select PARTITION_PERCPU
38 select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP
1# SPDX-License-Identifier: GPL-2.0-only
2menu "IRQ chip support"
3
4config IRQCHIP
5 def_bool y
6 depends on (OF_IRQ || ACPI_GENERIC_GSI)
7
8config ARM_GIC

--- 22 unchanged lines hidden (view full) ---

31config GIC_NON_BANKED
32 bool
33
34config ARM_GIC_V3
35 bool
36 select IRQ_DOMAIN_HIERARCHY
37 select PARTITION_PERCPU
38 select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP
39 select HAVE_ARM_SMCCC_DISCOVERY
39
40config ARM_GIC_V3_ITS
41 bool
42 select GENERIC_MSI_IRQ
43 default ARM_GIC_V3
44
45config ARM_GIC_V3_ITS_PCI
46 bool

--- 633 unchanged lines hidden ---
40
41config ARM_GIC_V3_ITS
42 bool
43 select GENERIC_MSI_IRQ
44 default ARM_GIC_V3
45
46config ARM_GIC_V3_ITS_PCI
47 bool

--- 633 unchanged lines hidden ---