xive2: Add a get_config() handler for the router configuration
[qemu.git] / hw / intc / Kconfig
blob528e77b4a6aa78dffc0e8fcc13a9b24d24b61123
1 config HEATHROW_PIC
2     bool
4 config I8259
5     bool
6     select ISA_BUS
8 config PL190
9     bool
11 config IOAPIC
12     bool
13     select I8259
15 config ARM_GIC
16     bool
17     select MSI_NONBROKEN
19 config OPENPIC
20     bool
21     select MSI_NONBROKEN
23 config APIC
24     bool
25     select MSI_NONBROKEN
26     select I8259
28 config ARM_GIC_TCG
29     bool
30     default y
31     depends on ARM_GIC && TCG
33 config ARM_GIC_KVM
34     bool
35     default y
36     depends on ARM_GIC && KVM
38 config XICS
39     bool
41 config XIVE
42     bool
44 config ALLWINNER_A10_PIC
45     bool
47 config S390_FLIC
48     bool
50 config S390_FLIC_KVM
51     bool
52     default y
53     depends on S390_FLIC && KVM
55 config OMPIC
56     bool
58 config PPC_UIC
59     bool
61 config SH_INTC
62     bool
64 config RX_ICU
65     bool
67 config LOONGSON_LIOINTC
68     bool
70 config RISCV_ACLINT
71     bool
73 config RISCV_APLIC
74     bool
76 config SIFIVE_PLIC
77     bool
79 config GOLDFISH_PIC
80     bool
82 config M68K_IRQC
83     bool