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 OPENPIC 16 bool 17 select MSI_NONBROKEN 18 19config APIC 20 bool 21 select MSI_NONBROKEN 22 select I8259 23 24config ARM_GIC 25 bool 26 select ARM_GICV3_TCG if TCG 27 select ARM_GIC_KVM if KVM 28 select MSI_NONBROKEN 29 30config ARM_GICV3_TCG 31 bool 32 depends on ARM_GIC && TCG 33 34config ARM_GIC_KVM 35 bool 36 depends on ARM_GIC && KVM 37 38config XICS 39 bool 40 41config XIVE 42 bool 43 44config ALLWINNER_A10_PIC 45 bool 46 47config S390_FLIC 48 bool 49 50config S390_FLIC_KVM 51 bool 52 depends on S390_FLIC && KVM 53 54config OMPIC 55 bool 56 57config PPC_UIC 58 bool 59 60config SH_INTC 61 bool 62 63config RX_ICU 64 bool 65 66config LOONGSON_LIOINTC 67 bool 68 69config RISCV_ACLINT 70 bool 71 72config RISCV_APLIC 73 bool 74 select MSI_NONBROKEN 75 76config RISCV_IMSIC 77 bool 78 select MSI_NONBROKEN 79 80config SIFIVE_PLIC 81 bool 82 select MSI_NONBROKEN 83 84config GOLDFISH_PIC 85 bool 86 87config M68K_IRQC 88 bool 89 90config LOONGARCH_IPI 91 bool 92 93config LOONGARCH_PCH_PIC 94 bool 95 select UNIMP 96 97config LOONGARCH_PCH_MSI 98 select MSI_NONBROKEN 99 bool 100 select UNIMP 101 102config LOONGARCH_EXTIOI 103 bool 104