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