1config HEATHROW_PIC 2 bool 3 4config I8259 5 bool 6 select ISA_BUS 7 8config PL190 9 bool 10 11config IOAPIC 12 bool 13 select I8259 14 15config ARM_GIC 16 bool 17 select MSI_NONBROKEN 18 19config OPENPIC 20 bool 21 select MSI_NONBROKEN 22 23config APIC 24 bool 25 select MSI_NONBROKEN 26 select I8259 27 28config ARM_GIC_KVM 29 bool 30 default y 31 depends on ARM_GIC && KVM 32 33config XICS 34 bool 35 36config XIVE 37 bool 38 39config ALLWINNER_A10_PIC 40 bool 41 42config S390_FLIC 43 bool 44 45config S390_FLIC_KVM 46 bool 47 default y 48 depends on S390_FLIC && KVM 49 50config OMPIC 51 bool 52 53config PPC_UIC 54 bool 55 56config SH_INTC 57 bool 58 59config RX_ICU 60 bool 61 62config LOONGSON_LIOINTC 63 bool 64 65config SIFIVE_CLINT 66 bool 67 68config SIFIVE_PLIC 69 bool 70 71config GOLDFISH_PIC 72 bool 73 74config M68K_IRQC 75 bool 76