xref: /openbmc/qemu/hw/intc/Kconfig (revision 8d8a54bf4c4b526b1fd804d5d54c90a0e1fd1099)
1config HEATHROW_PIC
2    bool
3
4config I8259
5    bool
6    select ISA_BUS
7
8config PL190
9    bool
10
11config IOAPIC
12    bool
13    select I8259
14
15config ARM_GIC
16    bool
17    select MSI_NONBROKEN
18
19config OPENPIC
20    bool
21    select MSI_NONBROKEN
22
23config APIC
24    bool
25    select MSI_NONBROKEN
26    select I8259
27
28config ARM_GICV3_TCG
29    bool
30    default y
31    depends on ARM_GIC && TCG
32
33config ARM_GIC_KVM
34    bool
35    default y
36    depends on ARM_GIC && KVM
37
38config XICS
39    bool
40
41config XIVE
42    bool
43
44config ALLWINNER_A10_PIC
45    bool
46
47config S390_FLIC
48    bool
49
50config S390_FLIC_KVM
51    bool
52    default y
53    depends on S390_FLIC && KVM
54
55config OMPIC
56    bool
57
58config PPC_UIC
59    bool
60
61config SH_INTC
62    bool
63
64config RX_ICU
65    bool
66
67config LOONGSON_LIOINTC
68    bool
69
70config RISCV_ACLINT
71    bool
72
73config RISCV_APLIC
74    bool
75
76config RISCV_IMSIC
77    bool
78
79config SIFIVE_PLIC
80    bool
81    select MSI_NONBROKEN
82
83config GOLDFISH_PIC
84    bool
85
86config M68K_IRQC
87    bool
88
89config NIOS2_VIC
90    bool
91
92config LOONGARCH_IPI
93    bool
94
95config LOONGARCH_PCH_PIC
96    bool
97    select UNIMP
98
99config LOONGARCH_PCH_MSI
100    select MSI_NONBROKEN
101    bool
102    select UNIMP
103
104config LOONGARCH_EXTIOI
105    bool
106