xref: /openbmc/qemu/hw/intc/Kconfig (revision 1550b0e6bfe3ab6985e5ad75df1c528a0ca39468)
1config HEATHROW_PIC
2    bool
3
4config I8259
5    bool
6
7config PL190
8    bool
9
10config IOAPIC
11    bool
12
13config ARM_GIC
14    bool
15
16config OPENPIC
17    bool
18
19config APIC
20    bool
21
22config ARM_GIC_KVM
23    bool
24    default y
25    depends on ARM_GIC && KVM
26
27config OPENPIC_KVM
28    bool
29    default y
30    depends on OPENPIC && KVM
31
32config XICS
33    bool
34    default y
35    depends on PSERIES
36
37config XICS_SPAPR
38    bool
39    default y
40    depends on PSERIES
41
42config XICS_KVM
43    bool
44    default y
45    depends on XICS && KVM
46
47config ALLWINNER_A10_PIC
48    bool
49
50config S390_FLIC
51    bool
52
53config S390_FLIC_KVM
54    bool
55    default y
56    depends on S390_FLIC && KVM
57
58config OMPIC
59    bool
60