target/arm: v8M: Check state of exception being returned from
[qemu/ar7.git] / hw / intc / Kconfig
blob5347f8412c1c9e850045a15cf728f4e08482b6d7
1 config HEATHROW_PIC
2     bool
4 config I8259
5     bool
7 config PL190
8     bool
10 config IOAPIC
11     bool
13 config ARM_GIC
14     bool
15     select MSI_NONBROKEN
17 config OPENPIC
18     bool
19     select MSI_NONBROKEN
21 config APIC
22     bool
23     select MSI_NONBROKEN
25 config ARM_GIC_KVM
26     bool
27     default y
28     depends on ARM_GIC && KVM
30 config OPENPIC_KVM
31     bool
32     default y
33     depends on OPENPIC && KVM
35 config XICS
36     bool
37     depends on POWERNV || PSERIES
39 config XICS_SPAPR
40     bool
41     select XICS
43 config XICS_KVM
44     bool
45     default y
46     depends on XICS && KVM
48 config ALLWINNER_A10_PIC
49     bool
51 config S390_FLIC
52     bool
54 config S390_FLIC_KVM
55     bool
56     default y
57     depends on S390_FLIC && KVM
59 config OMPIC
60     bool