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