]> git.proxmox.com Git - mirror_qemu.git/blame - hw/intc/Kconfig
hw: replace hw/i386/pc.h with a header just for the i8259
[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
852c27e2 12 select I8259
82f51817
PB
13
14config ARM_GIC
15 bool
ca9b7e29 16 select MSI_NONBROKEN
82f51817
PB
17
18config OPENPIC
19 bool
ca9b7e29 20 select MSI_NONBROKEN
82f51817
PB
21
22config APIC
23 bool
ca9b7e29 24 select MSI_NONBROKEN
852c27e2 25 select I8259
82f51817
PB
26
27config ARM_GIC_KVM
28 bool
e0e312f3
PB
29 default y
30 depends on ARM_GIC && KVM
82f51817
PB
31
32config OPENPIC_KVM
33 bool
e0e312f3
PB
34 default y
35 depends on OPENPIC && KVM
82f51817
PB
36
37config XICS
38 bool
87f9108b 39 depends on POWERNV || PSERIES
82f51817
PB
40
41config XICS_SPAPR
42 bool
87f9108b 43 select XICS
82f51817
PB
44
45config XICS_KVM
46 bool
e0e312f3
PB
47 default y
48 depends on XICS && KVM
82f51817
PB
49
50config ALLWINNER_A10_PIC
51 bool
52
53config S390_FLIC
54 bool
55
56config S390_FLIC_KVM
57 bool
e0e312f3
PB
58 default y
59 depends on S390_FLIC && KVM
82f51817
PB
60
61config OMPIC
62 bool