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 15 16config OPENPIC 17 bool 18 19config APIC 20 bool 21 22config ARM_GIC_KVM 23 bool 24 default y 25 depends on ARM_GIC && KVM 26 27config OPENPIC_KVM 28 bool 29 default y 30 depends on OPENPIC && KVM 31 32config XICS 33 bool 34 depends on POWERNV || PSERIES 35 36config XICS_SPAPR 37 bool 38 select XICS 39 40config XICS_KVM 41 bool 42 default y 43 depends on XICS && KVM 44 45config ALLWINNER_A10_PIC 46 bool 47 48config S390_FLIC 49 bool 50 51config S390_FLIC_KVM 52 bool 53 default y 54 depends on S390_FLIC && KVM 55 56config OMPIC 57 bool 58