]> git.proxmox.com Git - mirror_qemu.git/blame - hw/intc/Kconfig
Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into staging
[mirror_qemu.git] / hw / intc / Kconfig
CommitLineData
82f51817
PB
1config HEATHROW_PIC
2 bool
3
4config I8259
5 bool
48ca2c4a 6 select ISA_BUS
82f51817
PB
7
8config PL190
9 bool
10
11config IOAPIC
12 bool
852c27e2 13 select I8259
82f51817
PB
14
15config ARM_GIC
16 bool
ca9b7e29 17 select MSI_NONBROKEN
82f51817
PB
18
19config OPENPIC
20 bool
ca9b7e29 21 select MSI_NONBROKEN
82f51817
PB
22
23config APIC
24 bool
ca9b7e29 25 select MSI_NONBROKEN
852c27e2 26 select I8259
82f51817
PB
27
28config ARM_GIC_KVM
29 bool
e0e312f3
PB
30 default y
31 depends on ARM_GIC && KVM
82f51817
PB
32
33config OPENPIC_KVM
34 bool
e0e312f3
PB
35 default y
36 depends on OPENPIC && KVM
82f51817
PB
37
38config XICS
39 bool
87f9108b 40 depends on POWERNV || PSERIES
82f51817
PB
41
42config XICS_SPAPR
43 bool
87f9108b 44 select XICS
82f51817
PB
45
46config XICS_KVM
47 bool
e0e312f3
PB
48 default y
49 depends on XICS && KVM
82f51817
PB
50
51config ALLWINNER_A10_PIC
52 bool
53
54config S390_FLIC
55 bool
56
57config S390_FLIC_KVM
58 bool
e0e312f3
PB
59 default y
60 depends on S390_FLIC && KVM
82f51817
PB
61
62config OMPIC
63 bool
e78597cc
YS
64
65config RX_ICU
66 bool