repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qapi: Improve specificity of type/member descriptions
[qemu/armbru.git]
/
hw
/
intc
/
Kconfig
blob
21441d0a0c4389e509511c11e0b115ee09bfd8b1
1
config HEATHROW_PIC
2
bool
3
4
config I8259
5
bool
6
select ISA_BUS
7
8
config PL190
9
bool
10
11
config IOAPIC
12
bool
13
select I8259
14
15
config ARM_GIC
16
bool
17
select MSI_NONBROKEN
18
19
config OPENPIC
20
bool
21
select MSI_NONBROKEN
22
23
config APIC
24
bool
25
select MSI_NONBROKEN
26
select I8259
27
28
config ARM_GICV3_TCG
29
bool
30
default y
31
depends on ARM_GIC && TCG
32
33
config ARM_GIC_KVM
34
bool
35
default y
36
depends on ARM_GIC && KVM
37
38
config XICS
39
bool
40
41
config XIVE
42
bool
43
44
config ALLWINNER_A10_PIC
45
bool
46
47
config S390_FLIC
48
bool
49
50
config S390_FLIC_KVM
51
bool
52
default y
53
depends on S390_FLIC && KVM
54
55
config OMPIC
56
bool
57
58
config PPC_UIC
59
bool
60
61
config SH_INTC
62
bool
63
64
config RX_ICU
65
bool
66
67
config LOONGSON_LIOINTC
68
bool
69
70
config RISCV_ACLINT
71
bool
72
73
config RISCV_APLIC
74
bool
75
select MSI_NONBROKEN
76
77
config RISCV_IMSIC
78
bool
79
select MSI_NONBROKEN
80
81
config SIFIVE_PLIC
82
bool
83
select MSI_NONBROKEN
84
85
config GOLDFISH_PIC
86
bool
87
88
config M68K_IRQC
89
bool
90
91
config NIOS2_VIC
92
bool
93
94
config LOONGARCH_IPI
95
bool
96
97
config LOONGARCH_PCH_PIC
98
bool
99
select UNIMP
100
101
config LOONGARCH_PCH_MSI
102
select MSI_NONBROKEN
103
bool
104
select UNIMP
105
106
config LOONGARCH_EXTIOI
107
bool