smbus-eeprom: remove PROP_PTR
[qemu/ar7.git] / hw / intc / Kconfig
blob10a680b53a28e6e46a65cf73c1ae057a289dde19
1 config HEATHROW_PIC
2     bool
4 config I8259
5     bool
7 config PL190
8     bool
10 config IOAPIC
11     bool
12     select I8259
14 config ARM_GIC
15     bool
16     select MSI_NONBROKEN
18 config OPENPIC
19     bool
20     select MSI_NONBROKEN
22 config APIC
23     bool
24     select MSI_NONBROKEN
25     select I8259
27 config ARM_GIC_KVM
28     bool
29     default y
30     depends on ARM_GIC && KVM
32 config OPENPIC_KVM
33     bool
34     default y
35     depends on OPENPIC && KVM
37 config XICS
38     bool
39     depends on POWERNV || PSERIES
41 config XICS_SPAPR
42     bool
43     select XICS
45 config XICS_KVM
46     bool
47     default y
48     depends on XICS && KVM
50 config ALLWINNER_A10_PIC
51     bool
53 config S390_FLIC
54     bool
56 config S390_FLIC_KVM
57     bool
58     default y
59     depends on S390_FLIC && KVM
61 config OMPIC
62     bool