]> git.proxmox.com Git - mirror_qemu.git/blame - hw/intc/Kconfig
spapr/xive: print out the EQ page address in the monitor
[mirror_qemu.git] / hw / intc / Kconfig
CommitLineData
82f51817
PB
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
ca9b7e29 15 select MSI_NONBROKEN
82f51817
PB
16
17config OPENPIC
18 bool
ca9b7e29 19 select MSI_NONBROKEN
82f51817
PB
20
21config APIC
22 bool
ca9b7e29 23 select MSI_NONBROKEN
82f51817
PB
24
25config ARM_GIC_KVM
26 bool
e0e312f3
PB
27 default y
28 depends on ARM_GIC && KVM
82f51817
PB
29
30config OPENPIC_KVM
31 bool
e0e312f3
PB
32 default y
33 depends on OPENPIC && KVM
82f51817
PB
34
35config XICS
36 bool
87f9108b 37 depends on POWERNV || PSERIES
82f51817
PB
38
39config XICS_SPAPR
40 bool
87f9108b 41 select XICS
82f51817
PB
42
43config XICS_KVM
44 bool
e0e312f3
PB
45 default y
46 depends on XICS && KVM
82f51817
PB
47
48config ALLWINNER_A10_PIC
49 bool
50
51config S390_FLIC
52 bool
53
54config S390_FLIC_KVM
55 bool
e0e312f3
PB
56 default y
57 depends on S390_FLIC && KVM
82f51817
PB
58
59config OMPIC
60 bool