]> git.proxmox.com Git - mirror_qemu.git/blob - hw/intc/Kconfig
iotests: Test external snapshot with VM state
[mirror_qemu.git] / hw / intc / Kconfig
1 config HEATHROW_PIC
2 bool
3
4 config I8259
5 bool
6
7 config PL190
8 bool
9
10 config IOAPIC
11 bool
12
13 config ARM_GIC
14 bool
15 select MSI_NONBROKEN
16
17 config OPENPIC
18 bool
19 select MSI_NONBROKEN
20
21 config APIC
22 bool
23 select MSI_NONBROKEN
24
25 config ARM_GIC_KVM
26 bool
27 default y
28 depends on ARM_GIC && KVM
29
30 config OPENPIC_KVM
31 bool
32 default y
33 depends on OPENPIC && KVM
34
35 config XICS
36 bool
37 depends on POWERNV || PSERIES
38
39 config XICS_SPAPR
40 bool
41 select XICS
42
43 config XICS_KVM
44 bool
45 default y
46 depends on XICS && KVM
47
48 config ALLWINNER_A10_PIC
49 bool
50
51 config S390_FLIC
52 bool
53
54 config S390_FLIC_KVM
55 bool
56 default y
57 depends on S390_FLIC && KVM
58
59 config OMPIC
60 bool